... One way to approach this: dim Card(7) as string private sub AssignCardValues card(1)="2S" ' 2 of spades card(2)="3S" ' 3 of spades card(3)="4S" '4 of...
Ok, what's this I hear that "unload form" leaves the variable values in memory? I thought that totally unloaded the form and its values. I was under the...
Guys I need to get the handle (Hwnd) of a 3rd party OCX I use in my own app. Any ideas of which API calls to check out? Obviously the OCX doesn't expose the...
Julian Holt
jholt@...
Feb 1, 2005 6:59 pm
13723
Hi Chris, ... I like to call it "the facts of life." ;) ... It's a little more screwed up than that. Unloading a form is only successful if there are no more...
Hi Julian, ... Depends on the OCX, some expose them accidentally through other methods, and some, based on the way they are instantiated, can use generic...
Shawn, Can you suggest some reading material on this subject. I too need help in this area. Thanks Dave ... From: Shawn K. Hall To: vbhelp@yahoogroups.com ...
Hi all, could you please give me a soultion for the following scenario: 1) VB application will be running in background 2) i should be able to open that...
Giri, There's only 2 ways I can think to do this. Either use a global keyboard hook from within your program, or use the RegisterHotKeys api. Either way you...
Dear friends, I am making a program where I need to send e-mail in HTML format and also attach certain file. is there any way to do that by means of Windows...
Dear friends, I am making a program where I need to send e-mail in HTML format and also attach certain file. is there any way to do that by means of Windows...
Sorry, it was slip of keys because of using short keys. Please read it as: "Sending E-mail in html format and attachment". Yours Most Sincerely, Shahidul Alam ...
Aha .... Thanks Shawn I see.... use enumChildWindows to drill down. Great, thanks Julian ... From: Shawn K. Hall [mailto:vb@...] Sent: 01...
Julian Holt
jholt@...
Feb 2, 2005 4:42 pm
13732
try this website :- www.outlookcode.com - very helpful forum email related application. ... __________________________________ Do you Yahoo!? Yahoo! Mail - You...
Thanks my friend. Its a huge Web site... I dont know where to start. But, definitely it's a perfect Web site for this purpose and I will be benifited from ...
Shawn, Thanks a lot for your enlightening reply to my message. As all my programs up to this point have mainly been single form programs without a sub main I...
Hi, I use the following code to clear my memory, Public Sub EndProgram() 'must use this to clear memory I have used Dim frm As Form For Each frm In Forms ...
Hi Chris and Dave, ... You're welcome. :) ... Aaaaaaaaaagggggggggghhhhhhhhhhhhhhhhh!!!!!!!!!!!!!!!!!!! NEVER USE END!!! END is the one cardinal sin of VB. You...
You had it right: Unload me end Another writer said that "end" is not to be used. I think he has it confused with "Stop" You wouldn't want to compile a...
Hi "First," ... No, I did not confuse anything. END is the ultimate evil in Visual Basic. Avoid it like the plague. ... Have you read Hardcore VB yet? Have you...
Whenever I see End in source code to exit a program, I tend not to trust the other parts of the code. Objects that are used and no longer needed should be...
Here I thought you had furnished us with proof that the end statement should never be used. Instead, you gave us a hyperlink to your OWN WEB SITE!. Your own...
U can sign in an account in the forum. Whenever u encounter any problem in developing your system, u can alwiz post ur problem and the forum will reply u ...
I am writing an application that requires advanced searching and phonetic searching of an SQL database. Does anyone know where I can go to find sample code...
If you are using SQL Server do a Google search on Full-Text. I can also give you some more links if you are interested. Full-Text gives you AND, OR, NOT, NEAR,...
Hi Mandy, ... Depends on the type of advanced searching you need. If you could provide a few samples of exactly what you want to accomplish (pseudo-sql or...
... I wonder if Bill Gates ever tells people to visit microsoft.com or if Rick Perry ever tells people to visit the Texas state website? Hmmmm... ... Actually,...
Hi Ian, Sorry for the delay. It's been a LONG week. ... Live-scanning? Running more than one live-scanning A/V is 'bad' - since it'll intercept the system...
Hi Ian, ... Before we go there - what method are you using to test? Before you respond, I'll just go ahead and suggest you dump it and use the methods Paul...
Hey Shawn I must have deleted the original post. Could I have the link to the article on your site? I have to admit to using "End" and would be very interested...