Search the web
Sign In
New User? Sign Up
vbhelp · Visual Basic Help Center Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 14457 - 14486 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14457
  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...
Sumit ghosh
indianbill007
Offline Send Email
Nov 1, 2005
9:04 pm
14458
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 ...
jensen106
Offline Send Email
Nov 8, 2005
5:53 am
14459
cbocons.removeitem (cbocons.selecteditem)...
Matt
unicornssecond
Offline Send Email
Nov 8, 2005
7:32 am
14460
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...
Jesus is the One
halfof4is2
Offline Send Email
Nov 11, 2005
4:24 pm
14461
... 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...
Shawn K. Hall
vb_shawn
Online Now Send Email
Nov 11, 2005
10:41 pm
14462
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...
EveryOneKnowsButU
brikonwall
Online Now Send Email
Nov 12, 2005
3:35 am
14463
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...
HouseDad
cwcummins
Offline Send Email
Nov 14, 2005
5:51 pm
14464
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...
HouseDad
cwcummins
Offline Send Email
Nov 14, 2005
6:39 pm
14465
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
mannmadevideo
Offline Send Email
Nov 15, 2005
8:40 pm
14466
... 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,...
HouseDad
cwcummins
Offline Send Email
Nov 16, 2005
3:01 pm
14467
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....
Matt
unicornssecond
Offline Send Email
Nov 17, 2005
7:50 am
14468
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...
Richard
alienwebmaster
Offline Send Email
Nov 17, 2005
9:25 pm
14469
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...
Don Roberts
droberts_00
Offline Send Email
Nov 18, 2005
1:22 am
14470
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...
Mackland, Connie
cg_mackland
Offline Send Email
Nov 18, 2005
1:25 am
14471
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"....
Francis Irwen Yan Sia
franchise63
Online Now Send Email
Nov 18, 2005
1:25 am
14472
Exactly what I was saying! ... -- ... [Non-text portions of this message have been removed]...
Don Roberts
droberts_00
Offline Send Email
Nov 18, 2005
1:31 am
14473
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...
Rob Crombie
crombierob
Offline Send Email
Nov 18, 2005
1:33 am
14474
is there any way to stop a make table query from asking for confirmation to delete the table thanks in advance...
Paul Sharrock
paul_sharroc...
Offline Send Email
Nov 18, 2005
11:07 am
14475
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...
Dan
dnhll23
Offline Send Email
Nov 18, 2005
11:31 am
14476
... 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...
HouseDad
cwcummins
Offline Send Email
Nov 18, 2005
3:42 pm
14477
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: ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Nov 18, 2005
4:05 pm
14478
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...
Richard
alienwebmaster
Offline Send Email
Nov 18, 2005
5:41 pm
14479
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...
radhika_vbin
Offline Send Email
Nov 19, 2005
8:26 am
14480
Have a look at winzip....... create your setup using inno or you choice of setup tool, then use winzip for the final packaging. Matt...
Matt
unicornssecond
Offline Send Email
Nov 19, 2005
9:55 am
14481
... 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...
Francis Irwen Yan Sia
franchise63
Online Now Send Email
Nov 19, 2005
8:58 pm
14482
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...
Rob Crombie
crombierob
Offline Send Email
Nov 19, 2005
11:47 pm
14483
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 ...
Rob Crombie
crombierob
Offline Send Email
Nov 19, 2005
11:53 pm
14484
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...
Radhika Sankarakrishnan
radhika_vbin
Offline Send Email
Nov 20, 2005
8:59 pm
14485
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...
Rob Crombie
crombierob
Offline Send Email
Nov 21, 2005
12:03 am
14486
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 ...
Balamurugan
balas_rp
Offline Send Email
Nov 21, 2005
3:10 am
Messages 14457 - 14486 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help