Good Evening everyone - I'm having trouble using a for next loop to add the contents of four text boxes (which are an array - txtRegion 0- 3) and displaying...
Private Sub cmdAdd_Click() Dim intCount As Integer Dim curtotal As Currency Dim curregion As Currency intCount = 0 For intCount = 0 To 3 curtotal = curtotal +...
Can someone please help me with this code? I need my program to add the contents in the txt box array named lblregion or curregion (declared as a variable...
hi!! change Val(txtRegion(intCount)) to val(txtRegion(intcount).text)) see if that works bye alps ... From: Carmella To: vbhelp@yahoogroups.com Sent: Friday,...
hi!! firstly you cannot use a label....u need to use a rich text box control.... i m sending u the code Private Sub Command1_Click() ' l is length of text ' s...
I have disabled the Close button on this form and am attempting to close the form from within the form itself. I have tried calling the Form_Unload function,...
Use: me.close unload me You could place this in the click event of a button. Mark ... __________________________________ Do you Yahoo!? The New Yahoo! Search -...
Hello, Maybe this way, Private Sub cmdAdd_Click() Dim intCount As Integer Dim curtotal As double curtotal = 0 For intCount = 0 To 3 curtotal = curtotal +...
Shawn, I just tried that. It didn't work completely. I stepped through the program and the form continued to run after the Unload Me line. Eventually VB called...
... Hi, If you are saying that code keeps executing in the Sub, then you are correct. Private Sub Command1_Click() Unload Me MsgBox "code still running" End...
hello sir, i am urgently need a help on how to read data from any epbx machine and store/display it in visual basic by reading from any communaication port.Plz...
... This also happens if you still have an object reference open to the form or any object on it. One more shining example of why using something like: ...
Hi Rakesh, ... FYI, people get VERY turned off when you use words like "Required immediate reply" in your subject line. I suggest you research "netiquette"...
Dear All..... I have a little problem when working with flexgrid, How to make a flexgrid's rowheight that fit to the textrow height....i can not find any code...
fire
sofiar@...
May 5, 2003 9:41 am
10412
Hi Shawn, I must thank you immensely for not giving me a solution. If you had i guess i would have used it the way it was and not explored any more. But as the...
Hi Satya, ... My pleasure. But, you never did tell us what you were going to entitle your virus? ... You'd probably be surprised. ... It's amazing, isn't it?...
Hi Shawn, ... You'll know its name when it infects your machine .... ;o) ... Guess they are bored people with nothing better to do... I also did find another...
Purpose is to convert Hex to Binary. Can someone help me reg. "SendKeys" to "Calc.exe" , following is the code i was trying to test. Dim ReturnValue ...
Praveen Kumar
mpraveenkumar@...
May 6, 2003 10:54 am
10416
Further to my earlier email PacketData(1) is an array and has contents stored before use in this procedure. thanks Praveen Kumar ... From: Praveen Kumar To:...
Praveen Kumar
mpraveenkumar@...
May 6, 2003 12:16 pm
10417
How do i get the form to load in the center of the screen using form load, i used to know how but can't remember. Thanks, i'm stupid, and on top of that i...
... '-------------------------Put it in Module----------------------------' Public Function ConvertDecToBaseN(ByVal dValue As Double, _ Optional ByVal byBase...
Waqas Hussain
WHussain@...
May 6, 2003 1:55 pm
10419
Hello all, I'm sort of new to the group thing, so I appologise if I am going about this the wrong way. What I would like to do is create a Client-Server based...
Many Thanks for the help. Praveen Kumar ... From: Waqas Hussain To: vbhelp@yahoogroups.com Sent: Tuesday, May 06, 2003 4:39 PM Subject: Re: [vbhelp] Sendkeys...
Praveen Kumar
mpraveenkumar@...
May 6, 2003 3:03 pm
10421
Private Sub Form_Load() Width = Form1.Width Height = Form1.Height Left = (Screen.Width - Width) / 2 Top = (Screen.Height - Height) / 2 End Sub...
Hi all, I need to implement a treeview where a user can move nodes up and down within a particular node collection (by clicking a button)- for example, my...
Hi yuanjiang, ... Have you looked at the stuff on Brad's VB site? He's got some awesome stuff: http://mvps.org/btmtz/treeview/ I haven't looked at his stuff in...
Hi Satya, ... It's not that cheesy "enjoylove" screen saver I just received is it? You should at least look at a different infection vector than email. That's...