... hi I'm selim to save information into the database you can use the followig synthax: datamane.Recordset.AddNew in the first time when you click on add...
Hello everyone! In one of my edit programs I use the format(,"Fixed") to round off to two decimal places . My question is, is there a similar format or...
Can any1 help me wid dis.My project needs to hav a session expiry. It should be as follows: if the project is idle for some period of time then the login...
Hi Chris, ... You can use FormatCurrency(), and that'll let you select the number of decimal places. It'll also include the dollar sign for you and enable you...
Hi ! There are several ways to dot hat. This is one of them. This e.g is for VB 6 with MS Access Public Sub linkdb() Set cnn = New ADODB.Connection ...
Thanks, Shawn! I thought I had experimented with round, but I guess not! Must have been using RND instead! lol I appreciate your helping goofballs like me! ...
Hi Chad, Sorry. I was so caught up in getting the description correct I forgot. This is in VB6, using Access as the DB. Erick ... storage and ... Behalf Of ......
HI everyone last time I had to ask for help was about 2 yrs ago I was hoping someone could help me with why my program is doing what it is and/or why I'm using...
I Expect develop the net to phone Software using VB.Net. Then I havent Good Ideas. Please Help me a How to deveoping its. please tell me a way . i'll try to...
Hi all, Can anyone help me in getting serial numbers to complex data reports in VB6 ,where the data is also grouped together. Regards, Suraj ... Jiyo cricket...
i'll sujjest u do this a text box txtnam.text for custoomer name txt address for customers address e.tc.... then if using the intrinsinc data control use the...
i now using ShockwaveFlash object to display a series of flash. but i encounter a problem where the background color displayed not the same as the flash that i...
Hello everyone. I was going to convert an old program to pick up the operators keystrokes simply to increase a counter every time they pressed a key via...
To change BIOS, look quickly as the computer is first booting up. It will say "Hit.(and some key).. to enter bios". Most often it says DEL but some computers...
Chris, I am only answering this question because you are a regular contributor to this list. Keystroke logging is right at home in malware, as well as the...
Dear friend, u can change bios in 2 ways. 1st is by s/w, mean u can upgrade ur esxistin bios by the new bios s/w provided by ur mainboard manufacturer.. u can...
what u need? updation current bios or getting any change in running bios. 2nd 1 is most easier. just enter the bios by pressing F2 of del key and then make...
is there any way to make the tooltip show more tahn just 64 characters? i have a long tooltip to be shown when a icon in the system tray has the mouse over it...
Housedad, I have an easy answer for you. On the Form's settings set [Keypreview] to True Then the procedure "Sub Form_KeyDown" will get called for each and...
I am assuming you are using VB-6. In VB-6, most forms have a boolean property called "KeyPreview". By default this property is set to "False". Changing it...
Is there a way from a mouse hover event for a picturebox that I can pull out the coordinates in the picture box that the mouse cursor is actually hovering...