Summary: Hi, ive just coded that massive program in console using dev-C++ and now ive come accross quite a problem im getting the console app to build a .reg f...
Summary: How do you skip lines in a message box in VB 6.0? I heard it was vbCr & vbLf, but I tried it and did not work, don't know if I used it properly. Here...
Summary: The earlier VBs had no concept of a character, so the built-in functions are the way to go (VB.Net now has a Char, finally!). This is perhaps the most...
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: I am trying to use IsNull in VB and think I may be misunderstanding it. I want to write an if statement that says if this cell is not null take the v...
Summary: Forget about the FSO. Its an abomination and has no place in a VB programme. egkenny's example may look a bit complicated but it has everything you n...
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: Q: Will I be able to work on VB 6 projects using VB.NET? A: No. Applications written in VB 6 will require that IDE environment in order to properly ...
Summary: Hi, I want to use the equivalents of the Win32 functions SetConsoleWindowInfo and SetConsoleDisplayMode but preferably in a .vbs or .js file. Does the...
Summary: Does anyone know of a way to programmatically clear the keyboard buffer (or temporarily block it from receiving any new keystrokes)? There is a batch...
Summary: Hi, i need use Cursors in MS Access... i believe i need to write the code in MODULES which is a Visual Basic Editor. But dunno how to write Cursors......
Summary: I need to run a sript for 25 seconds then read in some new parameters, then run for another 25 s. So I need to know how to run for example a for loop ...
Summary: Hello all, Can an app written with VB6, access an online database (MySQL) AND do a select on it and return the results IN the VB app? Thanks in advanc...
Summary: hi there, i am trying to send a popup message by using Runtime.getRuntime().exec("smbclient","-M","<system-name>","<my message>"); please tell m...
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: hi I have a problem in a software please help I have a special hardware device, that is attached to the mouse port(Foot click). I want to see the act...
Summary: I want to use isempty() to check that is there any value in my fields or not but it is not working i m using it as if isempty(txtfield) then ....... b...
Summary: I am trying to return the exact number of total rows in a table that is linked to a Web Form. SQL.CommandText = "SELECT COUNT FROM Users WHERE Score ...
Summary: IR, Yes it is worthwhile. Most of the companies I do work for still use vb6 and WILL continue to use it in the forseeable future. (and they will hav...
Summary: Here is an easy solution. Put a Javascript block at the end of the page (or at least after the field to be populated) and update the value instead of ...
Summary: IR, I beg to differ. VB6 is not easier to maintain, in fact it is often harder, because it lacks real object-oriented design. I work in a large comapa...
Summary: hey...i am using vb 6.0 working model...i have noo help thing in there..so i really need HELP.....so i want to do sumthing like [ http://www.vbtutor.n...