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: hi guys, i'm a new learner of programming and currently going thru vb.net. i'm working on a windows app which requires to have a user login and passwo...
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: 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: 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: 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: 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: 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: 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: 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: 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 am trying to connect to a database from Access (i know the path and everything). I am new to VB.NET an...
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: 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: 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: 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...