Search the web
Sign In
New User? Sign Up
visualbasic6programming · VB help for all versions!
? 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 15717 - 15746 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15717
Looking forward for a response :P password -- 33153 [Non-text portions of this message have been removed]...
neo_online2002@...
plz_dont_reply
Offline Send Email
Jun 1, 2004
7:58 am
15718
Hello, friends! Do you need to develop software or website? Post your project for free and get quotes! If you are owner of software company or freelancer this...
avheanan
Offline Send Email
Jun 1, 2004
12:30 pm
15719
I do it the 'wrong' way all the time - and it works perfect when I do it. You don't need to dim the FreeFileNumber if you know that a certain (*byte-sized*)...
Richard
alienwebmaster
Offline Send Email
Jun 1, 2004
5:03 pm
15720
... You are right but this technique it only works if you work alone or if the projects that you develop aren't very large. You cannot always have the...
Luciano Bastianello
lbastianello
Offline Send Email
Jun 1, 2004
5:24 pm
15721
Hi Alain, There is no really "quick" answer to this, but I can try steering you in the right direction... You can start with the Winsock control and download...
Lee Stevens
leestevensnet
Offline Send Email
Jun 1, 2004
6:17 pm
15722
Well, at least you're not hiding the intent to take jobs out of the United States... You can count me out of your advertisement......
Lee Stevens
leestevensnet
Offline Send Email
Jun 1, 2004
6:20 pm
15723
Hi Darrin, I have to admit I am far from an installshield guy, but I know P&D gives you the option for each individual file where it is to be placed and if it...
Lee Stevens
leestevensnet
Offline Send Email
Jun 1, 2004
6:23 pm
15724
You may want to make sure MDAC is properly installed on the clients that do not work... ... Data Source=" & dbpath & ";Persist Security Info=False" ... ...
Lee Stevens
leestevensnet
Offline Send Email
Jun 1, 2004
6:27 pm
15725
I want to create game... 3D game... full screen 800x600... how can I do it? -=x=- Skontrolované antivírovým programom NOD32...
MichalP
michalpovinsky
Offline Send Email
Jun 1, 2004
6:48 pm
15726
Lol, I didn't even look at the code that close, good catch Rich. It's consider good *form* to use FreeFile, but I've never seen an error with using the...
Don Roberts
droberts_00
Offline Send Email
Jun 1, 2004
9:32 pm
15727
Remember Lee, it's the fault of the company who actually sends their work overseas, not the people overseas themselves. You get what you pay for. ... Don...
Don Roberts
droberts_00
Offline Send Email
Jun 1, 2004
9:35 pm
15728
Hi there, I am a student programmer who is looking for a group to join that is geared toward beginning programmers in VB6, preferably one that does not consist...
dogdaemon_sesshoumaru
dogdaemon_se...
Offline Send Email
Jun 2, 2004
2:21 am
15729
You are in the right group. There are a lot of beginner programmers as well as some advanced. As for the spam, we are working on it. ... From:...
Rick Rose
roseri1997
Offline Send Email
Jun 2, 2004
2:24 am
15730
Lee, Yes it does, I called today and had the whole thing straighten out. It works well now. If I could only get a good copy uploaded to the server now. Look,...
Darrin J. Calcutt
dcalcutt2000
Offline Send Email
Jun 2, 2004
3:38 am
15731
Hello! After 48 hours this new group for posting offshore projects has 80 members. And there are already some messages! If you are company owner or freelancer...
Av HeAnan
avheanan
Offline Send Email
Jun 2, 2004
8:32 am
15732
is there a way to check if a number will go into another number a even number of times. exp;;; a =9 b=3 if b goes into a even number of times then say yes ...
d56h
Offline Send Email
Jun 2, 2004
11:19 am
15733
... Function MyFunction (a, b, NumberOfTimes) as Boolean MyFunction = (b / a >= NumberOfTimes) End Function ... Bastianello Luciano Software Consultant -...
Luciano Bastianello
lbastianello
Offline Send Email
Jun 2, 2004
11:34 am
15734
Function MyFunction (a, b) as Boolean MyFunction = iif (b mod a = 0, True, False) End Function ... [Non-text portions of this message have been removed]...
don clay
dwc309
Offline Send Email
Jun 2, 2004
1:00 pm
15735
I haven't seen "evenly", sorry. To complicate the matter: The function mod (module) do an error if one or either operators exceed the long data-type limit. My...
Luciano Bastianello
lbastianello
Offline Send Email
Jun 2, 2004
1:48 pm
15736
Hi, I would like to write a small program to reset my windows screen saver 'wait:' to 15 minutes at startup. Is there a windows screen saver object with...
mgranich
Offline Send Email
Jun 2, 2004
5:01 pm
15737
Hello World, for now....
wejosss
Offline
Jun 2, 2004
6:10 pm
15738
Can anybody tell me how to retrieve the length of a Word Document in pages from a Word object? Thanks in advance, Mike...
mikester7768
Offline
Jun 2, 2004
7:29 pm
15739
show me ur code.............. wejosss <no_reply@yahoogroups.com> wrote:Hello World, for now. Yahoo! Groups SponsorADVERTISEMENT ... Yahoo! Groups Links To...
Robert Ryan
bobzvb
Offline Send Email
Jun 2, 2004
8:00 pm
15740
Does anyone have any sample code for the Microsoft Speech SDK? [Non-text portions of this message have been removed]...
Rick Rose
roseri1997
Offline Send Email
Jun 2, 2004
8:29 pm
15741
Have you looked through the MSDN site? http://msdn.microsoft.com/ ... From: Rick Rose [mailto:rickr@...] Sent: Wednesday, June 02, 2004 1:29 PM To:...
Keith Pinster
dimondwoof
Online Now Send Email
Jun 3, 2004
12:58 am
15742
Wouldnt you check to see if b is 0 or not before trying to do any math with it? _____ From: Luciano Bastianello [mailto:lbastianello@...] Sent: Wednesday,...
Alexander C. Blood
ablood25
Offline Send Email
Jun 3, 2004
2:28 am
15743
Yes, all I could find was for .NET. I remembered somebody asking about it a while back on this forum and was hoping they would share their knowledge. ... ...
Rick Rose
roseri1997
Offline Send Email
Jun 3, 2004
2:31 am
15744
Friends, We have say whether one number goes into another in even number of Times Check the following thing..It will do Function GetResult(a, b) As Boolean ...
Karthikeyan Muthurajan
mkarthik@...
Send Email
Jun 3, 2004
4:01 am
15745
Could it get a divide by 0 error? If a was 0? ... From: Karthikeyan Muthurajan [mailto:mkarthik@...] Sent: Wednesday, June 02, 2004 11:04 PM To:...
Alexander C. Blood
ablood25
Offline Send Email
Jun 3, 2004
4:36 am
15746
I need information about how to add image files into mp3 files using VB. Has anyone done this before? If so, help/tips would be greatly appreciated. Any...
Clayton Mellina
cemellina
Offline Send Email
Jun 3, 2004
4:36 am
Messages 15717 - 15746 of 32051   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