Hi folks I just received the latest edition of PC Magazine, and it has a lis of the best 100 "undiscovered" Web sites, along with a list of its top 100 Classic...
Hello All, I just want to check which of the following calls is the right one: John Connell's hard code suggestion is: Option Explicit Public Declare Function...
geoffs
geoff.sabin@...
Apr 1, 2004 6:26 pm
11953
Hi Geoff, Both are "correct" for their intended purposes, but you can not have both Declares as Public. VB will Barf. If one declare will be used 98% of the...
Do you have the Free "All API Team's API Guide" ? http://www.mentalis.org/agnet/apiguide.shtml You will not "see" the "Hot-Link" down at the bottom left of...
OK this sounds not so professional, but if I wanted to create a copy of an object, do I have to copy each property one at a time? I believe I tried set x = y...
Create a copy? In what context?
If in code.... Hmm. Never had to do this before. I have a feeling
there's a simpler way, but what about looping through the...
Laurie, Exposing an entire "object" to allow a customization of the object by a developer. If the developer does not correctly setup the values, I want to...
It sounds like Joe wants to allow a developer to install "after-market-accessories" to the Original Object. How about: "He Who Purchases The Premium...
Not sure what happens in VB6. I think you have to doa memberwise copy. In .NET, this sets another reference: Obj2 = Obj1 ' Obj1 IS Obj2 = True You can create...
Hi list, Thanks to the people who tried to help me with matching strings to jump to a particular record in a table. Basically, my problem was a visual hurdle. ...
Hello Steve, Thanks. I'll have a look. Geoff Email: geoff.sabin@... ... From: Steve Manser To: Stevie LoopBack Cc: Yahoo VB6 List Sent: Thursday,...
geoffs
geoff.sabin@...
Apr 2, 2004 11:43 am
11963
Laurie, OK, Fair Question. Let me explain the control. I have written an ActiveX Control that is an entire manual interface for our companies laser marking ...
Hello every one, I was given a project to write on cybar cafe Billing software.I need Analysis on that please if you people can produce the analysis for me I...
Afa: If you have a specific question, on a specific topic, I think you'll find this group really helpful, but this is a support group, not a consulting firm. ...
From an update to the VB-Helper NewsLetter.... Just some added info, and why most of us will wait a while to see what other bugs Pop-Up: Re: VB6 SP6b, Gary...
Hello Steve, I've had a look at both websites, and found that they were both unavailable, with the usual message... Not sure if it would be worth my while? ...
geoffs
geoff.sabin@...
Apr 3, 2004 6:41 pm
11969
Hi Geoff, No, I think we all might be prudent, and wait until there are rave reviews, and all of the bugs are worked out. Shucks, for all I know, it might...
I downloaded it. Just typed in the service pack name to google search and it took me to M$soft's website. Don't see any visible changes, and it's just a...
Hello Steve, I think I'm going to stay with what I have. I'm probably not getting all the functionality out of VB6 anyway, due to my ignorance and low level...
geoffs
geoff.sabin@...
Apr 4, 2004 8:23 am
11972
Excellent Idea Geoff, Personally, I'm not going to do anything until Laurie tells me what to do. grin. All The Best, Steve ... From: geoffs...
Uh... If you yourself cannot do the analysis why were you given the job in the first place? I'd be happy to take the job myself!!! Chris, peeved at people with...
hi every body, I want to write an interface that when ever it's runing the the combination key (ctrl + Alt + Del) must not working ,it must be disable. Afas ...
Dear Afas, I just tried some old code on my Win XP Pro machine: No Go The old Win98 code does not fly on the NT and newer machines. They appear to have...
Good Morning Geoff, Just a thought, but if you and I write our own Function, we do not have to explicitly declare a return value: Public Function My Thing(list...
Hello Steve, I'm sorry I'm needing to come back to you, but I'm not sure which bit of the code you are refering to. The previous bit of code I quoted, was...
geoffs
geoff.sabin@...
Apr 5, 2004 7:07 pm
11980
Hi Geoff, No problem. It was from your very first posting on this matter, and it was the Send Message API Function Declare from Mr. Connell's book. No clue as...