Summary: Hello everybody. I am trying to create a string that has columns with the use of the tab. In VB6 it was something like : string 3 =string1 & tab(5) & ...
Summary: I downloaded DirectX 9 from the MSDN website, but I don't know how to make it work in Visual Basic .Net. (Oh, and, if this makes a difference, I have ...
Summary: I am creating a windows media player in vb.net. It is using the interface right within visual basic.net. I need help coding this media player7. Ple...
Summary: I am new to vb.net. How do you control font size changes when using printdocument in vb.net. I need syntax for controlling fonts. Thanks for your h...
Summary: VB passes the value of a variable to a function by default. C++ passes the address by default. Therefor when calling a DLL function from VB, which are...
Summary: Can someone tell me how to get the application's path in VB.NET? I am using a console application, so I can't use the methods that I normally use to ...
Summary: Hello everybody. I have a question in VB.NET. I have a combobox and i use the following code to get the printers available in the computer: **********...
Summary: I am writing a program in VB.NET that needs to encrypt some text using MD5 that will be going into a file. Are there any snippets of code that can do...
Summary: Hi, I am using VS.NET 2003 and I am working on a report in Crystal. I am getting the the required info from another form's method which was written in...
Summary: sup guys! i'm self-studying vb.net and the first thing i tried to do is a simple multi-document text editor. i created a public property called Filena...
Summary: Hello everybody. I have a question in VB.NET. I am trying to connect to a database from Access (i know the path and everything). I am new to VB.NET an...
Summary: how can I download a file from a url in vb.net? i tried this code: http://www.vbdotnetheaven.com/Code/Jul2003/2107.asp but vb.net said that WebRequest...
Summary: Can someone please help me with my update command in VB.NET I have an access database and i am able to add records and read from it but i cant modify ...
Summary: How do i code save file dialog box in vb.net..? assume dat a word document is open in web-browser control in vb.net, now i want to provide a button by...
Summary: Does anybody know the coding how to disable the close (x) button in VB.NET? The (x) button is shown in the form but just do nothing at runtime. So, th...
Summary: Hi friends I have a lot of textBoxes on a form in VB.NET . I have a button of Clear which will empty the text boxes existing on the form. My coding is...
Summary: Sorry Did some digging and found that "As any" was changed in vb.net Still needing help with /s parameter. Thanks p.s will make sure i research better...
Summary: when compiling projects in vb.net giving a error "Arithmatic overfloe & underflow".also having some probles using fonts in vb.net. can anyone give any...
Summary: Hello, How do you delete a row in vb.net where there is a blank data? I've tried the following, and all do not work... strSQL = DELETE FROM tblProduct...
Summary: Has anyone tried to create and use their own color cursor in VB.NET? If you have VB.NET could you try it and tell me if it changes to Monochrome? Than...
Summary: Hello every1!! :D OK...here's something similar to what I want 2 do: CODE----------START wscript :vbscript_label :vbscript_label hello = MsgBox("Hello...