Hi, Newbie here. I have the USB HID application working well as a keyboard, and I can send feature reports to it from the PC to the USB device and get it to do...
Hey, John, Try DeviceIoControl with IOCTL_STORAGE_QUERY_PROPERTY instead and check for BusTypeUsb. Or, better yet, check out here for an example of how to...
Is it possible, when packaging a VB6 program for distribution, to include a Desktop Shortcut Icon? No major problem if the user puts the program in the default...
I assume you either want to read line number 10 say or you are looking for something specific and want to stop on that line. Steps to take: 'Open xxx file for...
Just got my BS and i wasnt even required to turn up! Just called these people 1-770 621 2634, filled out a few forms and a bit of paperwork and was...
maneisha-mccarthy688@...
May 2, 2007 1:12 pm
28792
Hey! Good news for all Learn Accounting Software Peach Tree, Quick Books, Tally, MYOB at your home. An experienced teacher available to teach the same software...
Michael: If you include an icon file in the opening form, it will show as the default icon for the executable after compilation. You can access the icon...
Hey girlfriend, its been a while since we last talked, i remember when you came and visited we had they threesome while camping, it was sooo good, then we...
nuala-alexander434@...
May 2, 2007 2:26 pm
28795
Just got my BS and i wasnt even required to turn up! Just called these people 1-770 621 2634, filled out a few forms and a bit of paperwork and was...
josalyne-overfelt298@...
May 2, 2007 3:05 pm
28796
All the girls out there are totally lying when they tell you that size does not matter. Want proof? I am telling you this because it is the honest truth,...
teisha-reifel515@...
May 2, 2007 3:27 pm
28797
get windows vista for 20 bux instant download http://www.SOFTWARES2U.INFO/dlgm...
nuala-alexander434@...
May 2, 2007 9:54 pm
28798
get windows vista for 20 bux instant download http://www.SOFTWARESFORYOU.INFO/istb...
teisha-reifel515@...
May 2, 2007 10:11 pm
28799
thats the worst news you could post to serious programmers ... ___________________________________________________________ Yahoo! Mail is the world's favourite...
Sorry. I may not have myself clear. I know, just as you know, that a program icon is easy to make. Not everyone else does, though! Only yesterday, I had to...
hi, I have some questions on these 2 contols in VB. Both controls used to play a video file in VB project. 1. Display Mode As information, Media Player has a...
i dont see any problem with that.. only that i use inno setup to make my installation package instead of package and development wizard from vb. i dont...
People, I have a textbox, that I use to display information about the software and how it running. In the 'change' event I check the length of the text box. If...
... fired ... Hi Darrin, I couldn't duplicate the problem. How are you truncating the string? Can you post the offending bit of the code? Perhaps you could...
You can just keep a private variable to check if the truncation has already been performed. Check this variable at the beginning of the Change event and exit...
Just set a flag if you truncate the text length and use that flag to stop the other events firing. www.ckp-railways.talktalk.net/pcbcad21.htm ... From: Darrin...
why dont u just limit the length of textbox with maxlength property ?? or if u just have to truncate it then give an 'exit sub' function a try. for example : ...
Hi there Friends It's panic time I am useing the access database included with visual basic6 A message comes up database full On hovering over the database...
If this is an A97 db the max file size is 1gb, 2gb for A2k This is a quote from someone else... "This is from A97 help Database (.mdb) file size 1 gigabyte....
Flag methods works - I use it a lot. Drives me a little crazy sometimes though. Also you can try trunking/preventing text-appending in the Key_Press and...
Hi there Thank you for your reply This seems to be the solution for me But having limited knowledge of database organisation could you expand on the statement ...
I want use the soultion in VBA for Excel, please... is possible to ordering in alphabetical mode the column in table with a VBA code...? path of mdb=c:\db2.mdb...
Thank you, I will look into the max lenth. All these year in VB6 and I did not know about it, sheeesh. Darrin J. Calcutt, CEO, COO Canadian Locomotive...
I guess I nedd to exit sub, If text that exceeds the MaxLength property setting is assigned to a TextBox from code, no error occurs; however, only the maximum...