Well he said assume 2 strings…so I did! From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf Of Steve Manser Sent: Tuesday,...
The button is on a form and I want this button to put a number in a textbox so I can add it to another number, such as  111 in the textbox then click on...
There are better paradigms for a calculator… But to answer your question just assign the TextBox value to whatever you want in the button click routine. ...
To All: I've been idle for sometime for health reasons, but am now working again. My memory has let me down and, writing in VB6, I'm having trouble accessing ...
Hi Don, great to have you back ! First, we need to go into the main menu in the VB-6 IDE, and check PROJECT | References ..we need to set the reference to...
Yes, I was doing a lot of "assuming" in my post. I have a way making the simple complicated. It's a gift. In my app, the string array gets filled in one...
For VB.Net, How do I test if an object is Nothing? These don't work: If MyObject <> Nothing then ... End If If MyObject.Equals(Nothing) then ... End If ...
Ah... the light dawns. You know, VB.NET has a boatload of built in lit-type objects that may be better than an unsized array (although there is nothing...
Yeah, that's just one of those darned things. If Obj Is Nothing then If Not Obj Is Nothing then Note that If Obj Is Not Nothing then will give the compiler the...
Interesting. I hadn't considered the Collection object. I'll take a look at it. I did use the Collection to create the equivalent of a control array, and that ...
Good. Meanwhile, on a related topic, I will hype my one published .NET article. If you are intersted in how to trap events from and delegate event handlers...
If you are back to the issue that you were having yesterday (and I will assume that this question is in reference to the arrays and the null reference...
I'm having difficulty with my search routines. I'm using the following statement for the "Find" Command: "rsItems.Find = "Itemrid = " ' txtitemid ' " -...
I believe you do have to register with SearchWinDevelopment.com, but that is a relatively painless and free process, iirc. After I wrote the message to the...
But to register, it's not just your name, email address, and password. They require that you enter first and last name, complete home address, business and...
They are a royal PITA.and they spam the devil out of you too. Here's an unauthorized reprint. Didn't see any copyright or other restrictions.. A simple...
Thanks Tim! Was tempted to do it myself, but was afraid of being a horn-blower. -BDN ________________________________ From: helpwithvb@yahoogroups.com on...
http://www.acmewebworks.com/Downloads/openCS/TheAMF.pdf From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf Of allan_blackford Sent:...
To All, I need someone to post a sample code statement similar to the one that follows (which doesn't work!): rsItems.Find "Itemid = " ' txtItemid ' " I'll...
I don't recall a Find method from the Recordset interface. Here's what I do remember for ADO RecordSet Object methods AddNew Sets up an open record set to add...
Thanks, Tim, for the reply. There is a "Find" command shown in all my texts for ADO recordsets Amd I've successfully used it before. In this case, the...
I've discovered something further in my problem with the "Find" command. I have a global variable named "gItemid". I've tried inserting as the first line in...
Scope, my friend, is not just a mouthwash. Form fields are public module level members of the form. If this code is in the form, you can use Me.<varname> If...
... I must need a vacation :) Suddenly I was on a beach, reggae music filling the breeze... I think JLo was there too ... From: helpwithvb@yahoogroups.com On...
That's some good info. on an AMF packet, but I'm still at a loss on how to retrieve the packet in the first place. I know how to get and parse html, but I...
Well it's a proprietary binary stream (Macromedia) so you might issue the connect to the the client and read the stream using a streamreader. Interesting...
Hi I wanted to let you know that I have 6 Internet based classes beginning on Monday, November 23rd, and 2 more beginning on Monday, November 30th. 4 courses...