<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>VisualBasic &amp; VisualBasic.NET</title>
		<link>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/-t1.htm</link>
		<description>Diskutime, Komente, Kode te ndryshme rreth Gjuhės Programuese VisualBasic &amp; VisualBasic.NET</description>
		<lastBuildDate>Wed, 01 Apr 2009 18:35:57 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>VisualBasic &amp; VisualBasic.NET</title>
			<url>http://www.kosovadc.kilu.de/logo.jpg</url>
			<link>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/-t1.htm</link>
		</image>
		<item>
			<title>Visual Basic 2008</title>
			<link>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/visual-basic-2008-t1940.htm</link>
			<dc:creator>CriticaL|StrikeS</dc:creator>
			<description>eshte Dosie Iso 894 mb

Permban;

Microsoft Visual Basic 2008 Express Edition

Microsoft Visual C# 2008 Express Edition

Microsoft Visual C++ 2008 Express Edition

Microsoft Visual Web Developer 2008 Express Edition

Microsoft SQL Server 2005 Express Edition

Microsoft .NET Framework 3.x .



Perdorime te Mbara urdheroni Linku .



DOWNLOAD: http://go.microsoft.com/fwlink/?LinkId=104679 </description>
			<category>VisualBasic &amp; VisualBasic.NET</category>
			<pubDate>Wed, 01 Apr 2009 18:35:57 GMT</pubDate>
			<comments>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/visual-basic-2008-t1940.htm#2959</comments>
			<guid>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/visual-basic-2008-t1940.htm</guid>
		</item>
		<item>
			<title>Nese jeni duke bere Program nevojiten keto</title>
			<link>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/nese-jeni-duke-bere-program-nevojiten-keto-t1939.htm</link>
			<dc:creator>CriticaL|StrikeS</dc:creator>
			<description>1_ Visual Basic Service Pack 6.0 



http://www.microsoft.com/downloads/i...82/Vs6sp6B.exe





2_ Visual Basic Runtime 6.0 







http://download.microsoft.com/downlo...vbrun60sp3.EXE







3_ Microsoft Data Access Component (MDAC) 2.5 







http://www.microsoft.com/downloads/i...S/MDAC_TYP.EXE







4_ Cyrstal Reports 10 (per te bere Raporte mbi vb)







http://ftp.crystaldecisions.com/outg.../CR10DevEn.exe







5_ 1000 icona te gatshme (ne kete zip jan  ...</description>
			<category>VisualBasic &amp; VisualBasic.NET</category>
			<pubDate>Wed, 01 Apr 2009 18:35:18 GMT</pubDate>
			<comments>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/nese-jeni-duke-bere-program-nevojiten-keto-t1939.htm#2958</comments>
			<guid>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/nese-jeni-duke-bere-program-nevojiten-keto-t1939.htm</guid>
		</item>
		<item>
			<title>Working With Resource File 4</title>
			<link>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/working-with-resource-file-4-t1840.htm</link>
			<dc:creator>JoK3r</dc:creator>
			<description>Accessing GIF and JPG files from your Program - Example

This example will show you how to use the LoadDataIntoFile function to load GIF or JPG file from resource file into Picture Box.



Add 1 Picture Box to your form (named Picture1) and add 1 GIF or JPG file to your Resouce File. Set the file ID to be 101.



Copy the following code to your form:



Public Sub LoadDataIntoFile(DataName As Integer, FileName As String)

Dim myArray() As Byte

Dim myFile As Long

If Dir(FileName) =  ...</description>
			<category>VisualBasic &amp; VisualBasic.NET</category>
			<pubDate>Mon, 30 Mar 2009 11:01:21 GMT</pubDate>
			<comments>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/working-with-resource-file-4-t1840.htm#2739</comments>
			<guid>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/working-with-resource-file-4-t1840.htm</guid>
		</item>
		<item>
			<title>Working with Resource File 3</title>
			<link>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/working-with-resource-file-3-t1839.htm</link>
			<dc:creator>JoK3r</dc:creator>
			<description>How the LoadDataIntoFile Function works?





Public Sub LoadDataIntoFile(DataName As Integer, FileName As String)



Declaring myArray and myFile variables



Dim myArray() As Byte

Dim myFile As Long



If Dir(&quot;D:\Myfile.Exe&quot;) = &quot;&quot; Return True if the file exist and False if doesn't.

If the file exist we don't start the copying process,

to avoid overwriting an existing file.



If Dir(FileName) = &quot;&quot; Then



LoadResData loads file from Resource  ...</description>
			<category>VisualBasic &amp; VisualBasic.NET</category>
			<pubDate>Mon, 30 Mar 2009 10:59:55 GMT</pubDate>
			<comments>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/working-with-resource-file-3-t1839.htm#2738</comments>
			<guid>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/working-with-resource-file-3-t1839.htm</guid>
		</item>
		<item>
			<title>Working with Resource File 2</title>
			<link>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/working-with-resource-file-2-t1838.htm</link>
			<dc:creator>JoK3r</dc:creator>
			<description>Accessing GIF and JPG files from your Program

There is no Built-In option to load GIF and JPG files, There is no vbResGIF or vbResJPG.

So to load these files you'll have to use the following Function:



Public Sub LoadDataIntoFile(DataName As Integer, FileName As String)

Dim myArray() As Byte

Dim myFile As Long

If Dir(FileName) = &quot;&quot; Then

myArray = LoadResData(DataName, &quot;CUSTOM&quot;)

myFile = FreeFile

Open FileName For Binary Access Write As #myFile

Put #myFile,  ...</description>
			<category>VisualBasic &amp; VisualBasic.NET</category>
			<pubDate>Mon, 30 Mar 2009 10:59:19 GMT</pubDate>
			<comments>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/working-with-resource-file-2-t1838.htm#2737</comments>
			<guid>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/working-with-resource-file-2-t1838.htm</guid>
		</item>
		<item>
			<title>Working with Resource File 1</title>
			<link>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/working-with-resource-file-1-t1837.htm</link>
			<dc:creator>JoK3r</dc:creator>
			<description>What is Resource File?

Resource file is file that can contains multiple image files (BMP, GIF, JPG, ICO and more), Cursors (CUR), Sound files and other files.

All these files can be in single Resource file, and you can access them from your program. For example, you can load an icon from resource file to your Command Button.

Resource file has RES extension.



Why should I use Resource File?

Resource file is very useful when you use the same image several times in your code.

For example,  ...</description>
			<category>VisualBasic &amp; VisualBasic.NET</category>
			<pubDate>Mon, 30 Mar 2009 10:58:08 GMT</pubDate>
			<comments>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/working-with-resource-file-1-t1837.htm#2736</comments>
			<guid>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/working-with-resource-file-1-t1837.htm</guid>
		</item>
		<item>
			<title>Njohuri mbi funksionet e Visual Basic</title>
			<link>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/njohuri-mbi-funksionet-e-visual-basic-t1836.htm</link>
			<dc:creator>JoK3r</dc:creator>
			<description>Funksionet jane tė ngjashme me procedurat normale, por qėllimi

kryesor i funksioneve ėshtė tė pranoje disa inpute dhe ti kalojė ato nė

programin kryesor pėr tė pėrfunduar ekzekutimin. Janė dy tipe

funsionesh, funksionet built*in (ose funksionet e veta) dhe funksiopnet e

krijuara nga programatori.

Format i pėrgjithshėm i funksionit ėshtė:

EmėrFunksioni(argument)

ku argumentet janė vlera qė kalojnė nė funksion .

Nė ketė kapitull ne po mundohemi tė mėsojmė dy nga funksionet mė tė

pėrdorshme  ...</description>
			<category>VisualBasic &amp; VisualBasic.NET</category>
			<pubDate>Mon, 30 Mar 2009 10:56:52 GMT</pubDate>
			<comments>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/njohuri-mbi-funksionet-e-visual-basic-t1836.htm#2735</comments>
			<guid>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/njohuri-mbi-funksionet-e-visual-basic-t1836.htm</guid>
		</item>
		<item>
			<title>Tuto rreth Kodimit ne Visual Basic?</title>
			<link>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/tuto-rreth-kodimit-ne-visual-basic-t1835.htm</link>
			<dc:creator>JoK3r</dc:creator>
			<description>Pėr ndėrtimin e njė aplikacioni, mbasi ndėrtohet paraqitja grafike e tij,

duhet patjetėr tė shkruajmė kod ne pėrgjigjeve tė eventeve tė

kontrollerave apo formės (formave) sė pėrdorur. Eventet do tė sqarohen

mė poshtė pėr secilin kontroll. Le tė vazhdojmė me shembujt qė kemi nė

dorė dhe tė japim ēėshtjet e rėndėsishme tė shkrimit tė kodit tė

programimit.

Tani le tė tentojmė tė shkruajm kodin pėr programin e vėllimit tė

cilindrit. Eventi nė tė cilin do tė shkruajmė kodin ėshtė klikimi  ...</description>
			<category>VisualBasic &amp; VisualBasic.NET</category>
			<pubDate>Mon, 30 Mar 2009 10:55:30 GMT</pubDate>
			<comments>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/tuto-rreth-kodimit-ne-visual-basic-t1835.htm#2733</comments>
			<guid>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/tuto-rreth-kodimit-ne-visual-basic-t1835.htm</guid>
		</item>
		<item>
			<title>Visual Basic 6.0 Lojra (projekte)</title>
			<link>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/visual-basic-60-lojra-projekte-t84.htm</link>
			<dc:creator>erman</dc:creator>
			<description>Ketu i keni 4 projekte, loja per VB6. Kush nuk priton le ti meson qysh programohen, e kush priton le ti mer e le ti bon shqip edhe le tja ndryshon dizajnin e nashta del dishka interesant. 



__________________________________________________ ________________________________________________







Shkarko 



http://www.ziddu.com/download/1931549/Concentration.zip.html </description>
			<category>VisualBasic &amp; VisualBasic.NET</category>
			<pubDate>Sun, 07 Sep 2008 15:46:17 GMT</pubDate>
			<comments>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/visual-basic-60-lojra-projekte-t84.htm#116</comments>
			<guid>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/visual-basic-60-lojra-projekte-t84.htm</guid>
		</item>
		<item>
			<title>Progrram per ndermarje me Acess</title>
			<link>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/progrram-per-ndermarje-me-acess-t83.htm</link>
			<dc:creator>erman</dc:creator>
			<description>RiPėrshendetje. Vendosa tė postoj kėtu njė program te punuar me Access pasi nuk vrejta ndonje temė tė posaqme per Access. 



Pra programi osht i punuar me access, ku per bazė ka llogaritjet(kontabilitetin) per nje ndėrmarrje, nė kėtė rast jo e specifikuar. Programi pos punes ne Access pėrmban edhe kode nga VB6, kode pa te cilat une nuk kisha mundur ta bėj programin tė funkionojė.

Kodet e VB6 janė nė program, pėr ē'do paqartėsi vetni.



Programin e kam punuar pėr prezantim nė shkollė ndėrsa  ...</description>
			<category>VisualBasic &amp; VisualBasic.NET</category>
			<pubDate>Sun, 07 Sep 2008 15:45:33 GMT</pubDate>
			<comments>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/progrram-per-ndermarje-me-acess-t83.htm#115</comments>
			<guid>http://ohg-crew.forumotion.net/visualbasic-visualbasicnet-f21/progrram-per-ndermarje-me-acess-t83.htm</guid>
		</item>
	</channel>
</rss>