hi guys, i want to make an application in which i want to access the controls of the yahoo messenger.Like i want to click the send button of the messenger...
Okay, so here's my problem. I have consonants in one combo box, then vowels in the other i do cbocons.additem "B", etc. for the consonants, so it gives them ...
I see applications in which an object has stretch marks at runtime, so the user can resize it. I wasted a whole day trying to do this, and can't come up with...
... There's a good sample of this on VBNet: http://vbnet.mvps.org/code/forms/fakesizegrip.htm There are a few related items about how to restrict the sizing...
I created an issue tracking system using MS Access 2000 where users will be able to upload image (OLE object) for the issue they are entering. Based on the...
What's the easiest way to sort a CSV file by a few fields in the record? I am thinking opening the CSV file with ADO and using a SQL statement to re-write the...
I just found a snippet of code that hopefully someone out there will be willing to help me expand on. I just want to open a CSV file with DAO. Then, I want to...
Format the cells under "special" and "Zip Code". ... From: "HouseDad" <cwcummins@...> I had been loading the files into EXCEL and sorting there, but it...
... Steve, Thanks a lot for your reply! This helps save a little time, but doesn't solve my problem, unless there's something I am overlooking... For instance,...
Chris, Several suggestions. 1 Validate the place name against the zip code listing supplied by the post office (OMG they charge you for that information....
Make sure you are entering the data into a "text" or "string" field - a "number" field will not work. A "number" field will not allow leading zeros, but a...
Hi Chris, as a general rule, I always make numbers that aren't involved in any sort of calcuation (e.g., zip codes, id numbers, etc.) a string. When working...
I am trying to update a SQL table from information entered on my web form. This code seems to be working (i.e. table is updated), but I'm getting an error...
anybody know why this happening? every time i start my app as an exe file it show a message "error 401 can't show non-modal form when modal form is displayed"....
In the IDE, run your pgm with fullcompile. It's in the Run menu. I just hold down the ALT key, and press R and then F (I always run my pgm that way) That may...
Hi, from what I see in your code, the dataAdapters TableMappings collection has not been set. Remember, a Dataset is a disconnected representation of a...
... supplied ... is ... My company looked into doing this last year and chose not to buy the CD! ... correctly ... That is what I have been doing. The problem...
Hi Chris, ... You don't have to buy all of the information - only the easily usable information. You can download zip lookups from the Gazetteer here: ...
Paul: Run the query from a Macro or VBA code. If you run the query from VBA code, put the following line before the query: DoCmd.SetWarnings False and the...
Hai Friends, Iam doing a project in VB 6.0 and MS Access.. Now, I've been creting an an exe file and a database along with it.. Now, tht i don't want to...
... thanks for the response! however, i'm afraid it does not solve my problem. in design mode, it does not raise any errors. however, once i make it as an exe...
Do you use Modal Forms ? In my projects, I always show every Form VbModal. I am not mentioning it to convert the masses, as they all seem happy with the chaos...
If you could elaborate on your needs, we may be able to help. Will the DB require updating when user is using it ? - Writing to an EXE is not recommended ...
Hello Mr.Rob, Actually i am doing the project in VB 6.0 and access as db.. Now, iam cretaing an exe file and iam copying the database and exe file to the...
Hi, Will the DB change (will your pgm be updating the data in it, when user is running it) ? - If the answer is no, then there are alternate solutions you can...
hi, You can create a package using VB package & deployment wizar. You can add DB, dlls and images files in this wizard. this wizard tocreate setup file. Bala ...