Summary: This is a complex subject that can quite invloved. There is no way I could tell you how to do without vertualy re-writing the VB Help Files. What you...
Summary: hi im writing a vb program for school and ive got it all set up but i'm stuck on one part of it. i hve a listbox set up and everythings fine in it but...
Summary: PLEASE can someone help me?!!! I MUST get this VB project done for my coursework in 3 days time, and i don't understand whats being asked of me. It ma...
Summary: i want to use some data input from a visual basic application to produce a chart in a spredsheet program like excell.. can i do that? i m a newbie in...
Summary: Compile error: Function or interface marked as restricted, or the function uses an Automation type not supported in vb. I get this error when trying ...
Summary: Does anyone know how to do floating description in Visual Basic 6? I'm not sure if "floating description" is the correct name. But this is what I need...
Summary: For a long time now i have been wondering if there is a way in VB to have buttons that are round, for exampl the command buttons i use at the moment d...
Summary: hey...is there a vb code that will allow u to run a file when the path n the file name is entered in a text box.. eg: c:\path\fil.exe or a txt file......
Summary: I can't seem to access all the sites that I can normally access with Internet Explorer, when I use the Inet control's OpenURL Function. For example, w...
Summary: The form is only part of the project. If you do not save the project you have lost any other parts of the project you have added. VB will always star...
Summary: Con someone tell me where to get a tutorial fopr the Visual Basics Application Wizard? I already know how to use ther Package and Deplayment Wizard, b...
Summary: Hi Guys, Heres my problem, I have to write a program that displays carpark charges. The problem is that after a few hours the charge goes down, eg: F...
Summary: I've got an application to update that uses a dB backend for all the workings, I've managed to get everything into vb.NET (2k3) with only one problem....
Summary: Hello, I have developed a software in VB and MS Access. The software is basically a voting software. It works on two computer. From one you give permi...
Summary: I use awk & wget in cygwin to make some quite big sh files that do some fairly complicated things and interact with websites... Now I wanna make these...
Summary: I'm trying to update active directory by populating data from a sql server using vbs. Do you know where i can find references to this? Thank you ...
Summary: I am new to Vb and trying to create an array to hold 10000 numbers. I must use a random number generator to load the array with alues. Display the fir...
Summary: I wrote a windows service service in VB.NET and i want it to run when there is no user activity (like screensavers) and to stop when the user is acti...
Summary: You must be working in VB.Net, since that is the behaviour with the .Net languages. By default, child windows (controls) inherit the font of the paren...
Summary: Hey fellow techies, do any of you know how to set VB.net to default to a directory where your projects are stored, so when you go to "open solution",...
Summary: Hi guys, An easy VB question for all you pros!!! Can anyone tell me if the number of times a command button is 'clicked' can be counted. If so could y...
Summary: Is it possible to pass the values of global variables from user input on a vb form into the SQL query of a Crystal Report form. I am trying to get th...
Summary: Or use the Format function like this. List1.AddItem Format(weeks, "@@") The ampersand reserves space for up two two charters and right justifies the...
Summary: well... im trying to make an IDE using visual basic .net. it's going fairly well. i've run into a few problems though, one of them is that i have no i...