Summary: Hello everybody, I am very much interested in VB. I am using an Editable FlexGrid from WBC. WBCSoftwarelab has developed a Micro-erp with this flex gr...
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 t...
Summary: You don't need a variable for a text box or any other VB control. You access the value stored in the textbox with txtFirstName.Text You can copy the v...
Summary: Hi I have asked to create a program at school, and i need lots of help The program is required to: 1) store names and marks for 10 students in a maths...
Summary: How would I treat a folder like any other vb object such as a textbox? I want to be able to cut, paste, delete, etc a folder in the code, not on the ...
Summary: Several ways to do this... one way is: You could just connect to the DB using VB6 and write a "select *" SQL query to your database, extract the file...
Summary: Try this: Private Sub ErrorCheck(intNum1 As Integer, intNum2 As Integer) While (intNum1 < 2 Or intNum1 > 99) Or (intNum2 < 2 Or intNum2 > 99...
Summary: Just thought I'd share this because I have seen many threads about how to compile batch files into executables. All the other ones I have tried don't ...
Summary: Visual Studio .Net 2003 uses version 1.1 of the framework, whereas 2005 uses version 2.0 of the framework. 2005 is an upgrade to 2003...Everything yo...
Summary: Actually, it sounds to me like you are NOT in DOS, but rather you are trying to use the .NET framework to do this. If that is the case, I have both b...
Summary: If you are just starting out I suggest that you start with either visual basic 6 or visual basic.net they are both very similar so it doesnt matter wh...
Summary: We have finished testing Oko. It now becomes shareware. You can download an evaluation copy and/or purchase a registered copy on-line: www.ploko.net. ...
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: Here is what I want to do. I want that when I start my project in vb.net that the form is invisible when it loads. I tried me.hide() it works on a bu...
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: YOu can't use a windows time in a service application. You need to use a System.Timers.Timer. I don't program in vb .net, only c#, but here is how to ...
Summary: VB is easy, but... If you are learning it without any tutorials you may find yourself going round in circles, you are best buying an introductory book...
Summary: I am writing small programs in VB and wish to create similar programs for Linux and Mac. Have looked for reviews on Phoenix for Linux and RealBasic fo...
Summary: Hello peps, I need an e-mail component for Visual Basic script.I wasnt my app to send e-mails on its own without needing my isp mail server...
Summary: ok this is cool, i am a new comer to programming and maybe i dont know as much as you do about programming, but hay im learning. firstly NO i am not m...
Summary: Hi all, I need help! I brand new to vbs having done a little with batch and after searching the net and I've even ordered some vbs books (not here ye...
Summary: Regarding any "standard" ways, there are none that I am aware of. Those sort of things are specific to Access and similar programs. VB is a general GU...