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 15720 - 15749 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15720
In VB Script I want to be able to calculate the duration between two days. Suppose I was given two Dates 07/30/2008 and 4/12/2009. I want to state it is 8...
weety_2g
Offline Send Email
Jun 4, 2008
11:26 pm
15721
hi everyone Is there a way to get around the "one-at-a-time" With...End With limitation? Can I "Set" and object to point to my objects? The sub I am writing is...
resres3
Offline Send Email
Jun 6, 2008
6:22 am
15722
resres3 wrote: You're almost there with the code in your post. Just need some declarations and a small change. Dim A As SameTypeAsThis Dim B As SameTypeAsThat...
Adelle Hartley
adelle@...
Send Email
Jun 6, 2008
7:06 am
15723
Thanks for the reply. Afaict, the reference to the original is lost, isn't it? thanks You're almost there with the code in your post. Just need some ...
res
resres3
Offline Send Email
Jun 6, 2008
8:52 am
15724
I spent parts of two days wondering why my program wouldn't display the form after running the following code. All it would do is show the code itself. I...
Have A_nice_day
halfof4is2
Offline Send Email
Jun 8, 2008
3:46 pm
15725
I bet you are not using Option Explicit ? If I run this code with Option Explicit, it fails and breaks on the declaration of top. If I run it with the first 3...
crombierob
Offline Send Email
Jun 9, 2008
5:52 am
15726
So far as I can see, my VB6 programs close down fully when the user exits from within the code of the program (Alt+X, for instance). However, if a user...
Michael Hodge
braxtoncotta...
Offline Send Email
Jun 9, 2008
1:12 pm
15727
I don't think Alt X does anything. You may have provided an accelarator key (letter), in your close button ? I would have a look at the code in your Close...
crombierob
Offline Send Email
Jun 9, 2008
2:05 pm
15728
... Yes, there's always "insanity." If you want to drive junior programmers insane, publish code without option explicit and use as many reserved words as...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jun 11, 2008
4:35 am
15729
... Hi Shawn... That goes for *so many* default options. Using other people's computers drives me crazy. Adelle....
Adelle Hartley
adelle@...
Send Email
Jun 11, 2008
6:14 am
15730
Hi Adelle, Would 'one' example be Windows Explorer which requires at least 10 changes to get it the way it should be ? Rob ... programmers ... reserved...
crombierob
Offline Send Email
Jun 11, 2008
10:06 am
15731
Like many others, I am getting fed up with giving programs to friends - who then can't get them to work! I have tested them on XP (on which resides my VB6),...
Michael Hodge
braxtoncotta...
Offline Send Email
Jun 13, 2008
4:58 pm
15732
I've been able to create a distribution list using VB, but it seems that the email address & name of the contacts are the email address. I need to be able to...
topper_duke
Offline Send Email
Jun 13, 2008
7:04 pm
15733
I have a couple of thoughts, one of which is a bit radical(some might say cowardly). I never distribute my applications as installers. I just give them the...
crombierob
Offline Send Email
Jun 14, 2008
5:39 am
15734
PS I use Fat32 Not sure if NTFS would be as tolerant of my simplistic approach. If you are using NTFS on the main drive, I believe you could use Fat32 on the...
crombierob
Offline Send Email
Jun 14, 2008
5:58 am
15735
Could you provide some samples of FLexGrid operations in VB6 which can add or edit fields informations and those can save into tables Regards Suresh...
sureshsubhap
Offline Send Email
Jun 19, 2008
7:22 pm
15736
Dear My program is in VB and database is in MS ACCESS. Everything works fine when i compile it. I can run the compiled .exe file on the pc which has VB 6...
Muhammed Abedur Rahman
romel_abed
Offline Send Email
Jun 19, 2008
7:22 pm
15737
I would browse through these examples - www.vb-helper.com/index_controls.html#flexgrid www.vb-helper.com/index_database.html#ado In the latter one, ignore any...
crombierob
Offline Send Email
Jun 20, 2008
2:55 am
15738
Just Download vbrun6.exe and MDAC.exe client  computer these are vb runtime files  and  even there comes a error like  msflxgrd.OCX not found or not...
Farrukh Munir Khansaheb
fkhansaheb
Offline Send Email
Jun 20, 2008
3:24 am
15739
Hi, I'm sending u MSADODC.OCX just download attachment file and place it in client computer as per given below instruction. Register and install OCX files in...
farid essa
farid_bit
Offline Send Email
Jun 20, 2008
7:57 pm
15740
Hi all, im lil bit confused with this one. i hope there are some explanation from you all. i use internetdial (wininet method) in my project to make a DUN...
danang_namasaya
Offline Send Email
Jun 22, 2008
9:30 am
15741
You can create installer for your application using "Package & Deployment Wizard" Regards, Md. Iqbal Hossain http://www.SabaSafa.com Do you need a coder? ... ...
Iqbal hossain
iqbalcse2000
Offline Send Email
Jun 22, 2008
4:47 pm
15742
I was given a program that is able to read an Excel sheet and generate a report from a certain row in Word document format. here are the functions I need to...
Erick
mrx_amr69
Offline Send Email
Jun 23, 2008
9:15 am
15743
Dear friends, Can anybody help me as to how i print a A4 size half page bill printed and also the printing head should stop at that halfway mark? Waiting for...
justcurious2012
Offline Send Email
Jun 24, 2008
8:11 pm
15744
...instead of just making a reference? Colleagues, I wasn't able to find a definitive answer to this one on the web. Is there a way in VB6 to make a copy of an...
misk94555
Offline Send Email
Jun 25, 2008
8:32 am
15745
... In VB6, structures work that way, but not classes. I guess you could store all of the class' properties in a structure, and then have one property which...
Adelle Hartley
adelle@...
Send Email
Jun 25, 2008
5:19 pm
15746
before giving up. hanging myself in the closest eatery. I have a class. I want to Type.GetType("MyClass"). it returns Nothing. i tried it when the class...
Gil
gilparsay
Online Now Send Email
Jun 29, 2008
5:02 pm
15747
Hi, This link may help (especially if you post your questions) - http://www.vbforums.com/showthread.php?p=3161835#post3161835 Also these may help - ...
Rob
crombierob
Offline Send Email
Jun 30, 2008
5:19 am
15748
... From within the class, just GetType() From elsewhere, GetType(MyClass) (no quotemarks). Adelle....
Adelle Hartley
adelle@...
Send Email
Jun 30, 2008
3:02 pm
15749
client/server application. And it's realy not my field. Im using TcpListener/TcpClient. I want to test many things on my computer befor I start to jump around....
Gil
gilparsay
Online Now Send Email
Jul 2, 2008
2:11 am
Messages 15720 - 15749 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