Summary: I am self-learning VB. After writing 60 pages of VB6 code for my own program (in Win95 & Off97) (worked really nice) I upgraded to Win2K & Off2K & now...
Summary: thanks; I searched on the error message (duh! at last) and came up with this fron MSDN: This brings us finally to the original question. Suppose you w...
Summary: This tutorial talks about using Spectrum Lab to get your data, then using Flash to display it. http://mysite.freeserve.com/BBGorB/tutorial01.html http...
Summary: Help! program guru! I am trying to port snmp c programs to Win2k. I don't want to change the source code so that I can compile on both Linux and Win2k...
Summary: Don't know about VB code for locking the drive door but there IS a hardware code. I just locked mine w program called LOCK.EXE (hope it unlocks at re...
Summary: hello guys.. i am working a for a contracting company and the manager wanted a program that counts pages that were printed from each printer. coz we h...
Summary: i am doing programming in vb,I am auto generating number by coding ,i want to display three digit numeric figure in a database if i type one digit val...
Summary: 1- I want to shutdown my system through the coding of VB-6, is it possible? Please reply. 2- I want to disable sound in my web page (www.pakstamps.8k...
Summary: thanks for your input but that makes no sense to me. the math in my code is right and the order is right all that i am having a problem with is it is ...
Summary: I am looking for VB code that can determine the default printer on a Windows 2000 PC, and then if required change the default printer to a specific pr...
Summary: Has any one used VB/Access to interface with MYOB. Can MYOB functions be automated from VB. Does any one know if MYOB has API calls and what they do ...
Summary: Hey. Im a complete amature at VB and need to know a small bit of code for my project, it is probably REALLY simple! I need a label to change from vbwh...
Summary: hello, guys I need a VB code to compare betwen some pictures. so, the program will print screen the screen of the computer. and after that, will take ...
Summary: Try this: Code begins... set vbs=file.vbs echo Sub Run(ByVal sFile)>>%vbs% echo Dim shell>>%vbs% echo.>>%vbs% echo Set shell = CreateObject("WScript....
Summary: Hi there, I'm thinking a way to try to change the Gamma of the monitor color by using the VB code programming? Could this possible? ok, let me explain...
Summary: Nothing unusual, all C++ Win32 developers get used to this, and in time you will too. The school of hard knocks leads one to: 1) Fully recompile when ...
Summary: EDIT: O i forgot to enter this part in the code, it still doesnt work: ----------------- Private Sub txt1_Change() If txt1.Text <> Y Or txt1.Text &...
Summary: Hi I want urgent help on how to manage print spooler in VB application that is i want to cancel, pause or resume print job through VB application Tha...
Summary: A couple of points to keep in mind... VB limits you to Windows programming only, while C++ will allow you to program for other platforms. VB is not ne...
Summary: Haven't you learned yet that you can't make any advanced TI-83 games in BASIC? That realization got me started with assembly, and I made a few games t...
Summary: Hi, I want to learn the VoIP Programming, SS7 Programming, wireless protocols programming. Can anybody refer me to any book for protcol development (c...
Summary: Hi guys, I would like to thank everyone who has helped my recently but I have one final question to ask..... Can anyone tell me how to draw a Triangle...
Summary: I have some code in VB 6.0 that implements the FIPS-197 AES encryption algorithm. I would like to put it into a VB .NET application. I used the auto ...