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...
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*)...
... 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...
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...
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...
You may want to make sure MDAC is properly installed on the clients that do not work... ... Data Source=" & dbpath & ";Persist Security Info=False" ... ...
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...
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...
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...
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,...
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...
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 ...
... Function MyFunction (a, b, NumberOfTimes) as Boolean MyFunction = (b / a >= NumberOfTimes) End Function ... Bastianello Luciano Software Consultant -...
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]...
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...
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...
show me ur code.............. wejosss <no_reply@yahoogroups.com> wrote:Hello World, for now. Yahoo! Groups SponsorADVERTISEMENT ... Yahoo! Groups Links To...
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,...
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. ... ...
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@...
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:...
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...