Summary: Hi guys, Im having a spot of trouble rounding numbers in Vb. Can anyone tell me how to round numbers down? eg. I have a number such as 109.62 but thi...
Summary: So, i have a program in VB, and there is a client side and a server side, using UDP. After a number of packets are sent back and forth, the client sid...
Summary: Its a weird beast is the VB Error Handler and it doesnt always work the way you expect. Unfortunatley, as written the ExceptionHandler will never get ...
Summary: hi all. i'm creating a database (in vb) using ado connection. i've created a form with 5 command buttons: one of them is "delete". by clicking on it ...
Summary: hellow, i am creating a vb application which uses the mscomm component .to connect to the comm port and then dial the number from the analog extens...
Summary: hi all. here's my second problem in vb (creating database using ado connection). when i add a new record and get data in text box in the form of numbe...
Summary: Nanda, Hardcoding means placing literals inside code. For instance, if I were to hardcode a password, I might do something like this: If Password = "...
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: Hi im doing this function procedure in vb and i dont really get something See my situation is that iam trying to test for numbers that are valid (any ...
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: Hi Is there any sophisticated way of randomizing a number (possibly with a seed number) in Qbasic so that the same numbers don't appear every time? ...
Summary: Hi friends I want the web site address which contains the project of Banking System in VB 6.0. Plz tell me about this site. I will very thankful to u...
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: 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: VB passes the value of a variable to a function by default. C++ passes the address by default. Therefor when calling a DLL function from VB, which are...
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 ...