This is a very simple newbie question in VB.net: Suppose you have the form Form1 with Textbox1 and Module Module1 Module1 has th code: Module Module1 Function...
Just because I respond to this please consider this is more a question than a solution Tim do you not have to declare the function in the module Private...
Hmmm, works fine for me. How are you calling the function? In your Form1 do you see the PopulateTextBox function listed in the intellisense dropdown list when...
I picked up some code from a site that I was playing around with. In re-evaluating the code, isn't it inappropriate for a module to change something on a form?...
At first glance, at least this appears to be an issue with the fact that, VB6 created a global instance of each defined form class. Note the choice of wording...
Thanks Bruce. Your explanation helped me tremendously. It appears that the idea of good practice is to get away from anything global unless absolutely...
Huh? If he had the form open, it was instantiated...no? Perhaps, I'm not understanding the issue. You have a project. It has a form. It has a module. If your...
Hi /tr Actually, from what I was reading he Didn't have the form open, but it wouldn't matter, there was no instance associated with the formclassname OR he...
My Bad Bruce. I did not pay attention to the To: field. I am forwarding the email ot the listserve for reference. You have made excellent points. Hi Tim: No...
I replied off list..to you directly??? Hmmm, better check my settings because that is clearly not what I intended! /tr _____ From: helpwithvb@yahoogroups.com...
No, no. . That was Mr. Lewis who replied off list.... No prob, either way. -BDN ________________________________ From: helpwithvb@yahoogroups.com on behalf of...
Bruce, Take a look at the My Namespace from a simple VB2008 application. There is indeed an instance of the form created. No Main required as .NET provides an ...
Microsoft's new ad with Seinfeld.... Â Ok, I get the ad now! But you have to watch the Food Network to understand Microsoft's new ad. Last night on the Food...
Has anyone seen code to make it so that if you don't spell a word exactly right, it can look it up anyway? The search engine in Goggle, for instance forgives...
Thanks Sir,  I saw your mail but could reply to tell you thanks  due to volume of work and tim to browse.  I will keep in touch and you help me as of now...
I need your help finding a way to run a VB program that shows a ListBox, style: checkbox with the data I supplied from a C program and then return the selected...
I wanted to let you know that I have 4 Internet based courses beginning on Monday, September 29th. All 4 are Introductory level courses. Introduction to C#...
Chrome is minimal and works quickly when it works. I've had some instances of it not responding. It is a much smaller footprint than IE. Hmmmm, if you're...
... I have come to prefer Firefox. It still takes a little longer to start than IE, but version 3 is definitely lighter than version 2 and enough useful...
... What you are asking is possible, but there is no quick answer. Is this a VB6 program that you have already written, or that you are going to write? If it...
I have not yet tried Chrome, but am tempted to. As I understand it, the advantage of tabs are that each runs in their own process, thus, hopefully, avoiding...
Flash = Yes. /tr ... From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf Of Neiger, Bruce D Sent: Monday, September 08, 2008 10:28...
The Health Warning is not included lightly. This has almost driven me round the bend, so, (1) If you have better things to do, do them. (2) If you nevertheless...
... You only need a 1-dimensional array. Each element in the array is a Junction. Each Junction has a number of properties - Name, Number, Coordinates, Next...
Hi Brian: Tim R's suggestion of lookup tables and structures (perhaps in the reverse order) is a very good one. Permit me to elaborate a bit. I would prefer...