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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 13567 - 13597 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13567
I want to synchronize date in my office network. How can i do this in VB? i want to reflect the server date istead of the client date. is there any possible...
Arnold Marquez
aumyeh
Offline Send Email
Dec 1, 2004
9:48 am
13568
Hi Arnold, Here's an option.. If your client's OS is NT based, i.e NT/2000/XP.. you can use a shell command net time \\myservercomputer /set /y this command...
Waqas Hussain
waqas_hussain
Offline Send Email
Dec 1, 2004
9:57 am
13569
thanks for the information. but how about in VB do i need to run this command everytime i save a record in the database. actually, i have a transaction log...
Arnold Marquez
aumyeh
Offline Send Email
Dec 1, 2004
12:22 pm
13570
If the access database is located on another computer, then you can use date() function of the access database, which I suppose uses the current date of the...
Waqas Hussain
waqas_hussain
Offline Send Email
Dec 1, 2004
12:55 pm
13571
Arnold, There is command called shell its already avail in the vb, so u use the below code for this. command1_click() dim a a = shell ("net time...
kamalesh
kamaleshwarank
Offline Send Email
Dec 1, 2004
1:09 pm
13572
To all vb groups, Is there a way that i can use VB to grap all the users in the network and uninstall 1 exe program from their pc ? This exe program contains...
obelix asterix
obelix_hubby
Offline Send Email
Dec 2, 2004
5:37 am
13573
Hi, Perhaps you could export them into Tab delimited text files, and then read those into VB and process them. Either a human could do the exporting, or you...
crombierob
Offline Send Email
Dec 2, 2004
2:19 pm
13574
Thanks for this idea (and to Rob for his suggestion to export to a flat file - unfortunately the excel files are too volatile to really make that practical)....
Ian Brooke
ianbrooke1
Offline Send Email
Dec 2, 2004
5:23 pm
13575
Hi.. Sorry i cant' give u solution for this problem. But u can solve one of my problem with crystal reports8.5. i made package of VB project using crystal...
surjitlimit@...
surjitlimit
Offline Send Email
Dec 2, 2004
8:17 pm
13576
Look up CLS and decide how you want to use it. Dave ... From: rick_riley@... To: vbhelp@yahoogroups.com Sent: Monday, November 29, 2004 6:10 PM Subject:...
lewis580@...
four_blades
Offline Send Email
Dec 3, 2004
11:48 pm
13577
I am using Application.EnableVisualStyles and on one of my forms i get the following error when the program completes executing the code under the combo box's...
Program Goddess
debbetaylor
Offline Send Email
Dec 4, 2004
1:17 am
13578
Hi, The trick is to turn Autoredraw on and off (or is it off and on ?). This is one of the pages in the Help file - "Creating Persistent Graphics with...
crombierob
Offline Send Email
Dec 4, 2004
1:27 am
13579
I need to find out if a particular bit is "set". In the days pre-.Net I would do something like this. iTemp = Value For i = 7 to 0 Step -1 If iTemp > 2^i Then...
Anthony
goumba_tony@...
Send Email
Dec 4, 2004
5:51 pm
13580
This question i have submitted before and also I got solution but I required a sample code for VB only, if any one plz. help me. hi everyone: I am using ADO...
aamir
yours_freind...
Offline Send Email
Dec 4, 2004
8:34 pm
13581
This may be a piece of cake and I'm too dim to see it. I have to resurrect an old VB6 application which was originally run on a machine with several drives....
grizelli
Offline Send Email
Dec 4, 2004
10:58 pm
13582
Martin, I'm not sure if I am fully understanding but I think that all you need to do is open the VB Project file (the .vbp file) using something like WordPad...
Ian Brooke
ianbrooke1
Offline Send Email
Dec 4, 2004
11:37 pm
13583
Hi Martin, ... Backup your files first. Open the 'vbp' file in notepad. Change the paths. Save it out. Regards, Shawn K. Hall http://ReliableAnswers.com/ '//...
Shawn K. Hall
vb_shawn
Online Now Send Email
Dec 4, 2004
11:39 pm
13584
Tee Hee, beat you by 1 minute shawn! ... From: Shawn K. Hall To: vbhelp@yahoogroups.com Sent: Saturday, December 04, 2004 4:39 PM Subject: RE: [vbhelp] Loading...
Ian Brooke
ianbrooke1
Offline Send Email
Dec 5, 2004
4:44 am
13585
Hi Folks, I mentioned the other day that I had solved a speed problem trying to use the Excel object from VB6 by accessing the Excel Workbooks using ADO, it...
Ian Brooke
ianbrooke1
Offline Send Email
Dec 5, 2004
5:25 am
13586
Hi Ian, ... Have you tried a single apostrophe ("'")? Regards, Shawn K. Hall http://ReliableAnswers.com/ '//...
Shawn K. Hall
vb_shawn
Online Now Send Email
Dec 5, 2004
5:31 am
13587
Many thanks to all. Now, lets see if I can clean up this mess..... (more questions to come for sure) Martin...
Martin Howell
grizelli
Offline Send Email
Dec 5, 2004
10:48 am
13588
Hi Shawn, I hadn't, but I have now. It gives an error "Multiple step operation generated errors. Check each status value". This error happens on the...
Ian Brooke
ianbrooke1
Offline Send Email
Dec 5, 2004
3:05 pm
13589
Hi Shawn, I hadn't, but I have now. It gives an error "Multiple step operation generated errors. Check each status value". This error happens on the...
Ian Brooke
ianbrooke1
Offline Send Email
Dec 5, 2004
3:08 pm
13590
Hi Folks, Ok, solved this! It seems to be a case of not seeing the obvious because of the obscure! There are in fact two dates on each row, one was being set...
Ian Brooke
ianbrooke1
Offline Send Email
Dec 5, 2004
4:11 pm
13592
Good morning all; I wrote an administrative system for a large Hige School. The main db is an Access database on an NT server. Now I have to update a local mdb...
jimiscaro
Offline Send Email
Dec 5, 2004
6:06 pm
13593
Got a tough one for ya'll: What language or component of a language uses syntax like: Thing::OtherThing Thanks Dave...
four_blades
Offline Send Email
Dec 6, 2004
12:09 am
13594
Hi Ian, ... Congrats. I always feel really stupid when I spend half an hour with code I KNOW works only to miss one character on another line that's actually...
Shawn K. Hall
vb_shawn
Online Now Send Email
Dec 6, 2004
12:49 am
13595
Hi Jim, ... Samples here: http://www.freevbcode.com/ShowCode.asp?ID=3315 It uses ADOX, too, which is a much better (IMO) method of playing with the structure...
Shawn K. Hall
vb_shawn
Online Now Send Email
Dec 6, 2004
2:00 am
13596
Its C++.. The 'Thing' in Thing::OtherThing is the member of the class 'OtherThing'.. In C++, this is a way of defining members of a class, where you define ...
Waqas Hussain
waqas_hussain
Offline Send Email
Dec 6, 2004
5:27 am
13597
Thank you Waqas ... From: Waqas Hussain To: vbhelp@yahoogroups.com Sent: Sunday, December 05, 2004 11:27 PM Subject: Re: [vbhelp] Syntax Help Its C++.. The...
lewis580@...
four_blades
Offline Send Email
Dec 6, 2004
10:19 am
Messages 13567 - 13597 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