| Thread | Last Post | Replies |
|
| VB Net | 04 Apr 2006 16:37 GMT | 2 |
Can VB Net make a stand alone executable like VB6 does? Or, it only works over the net?
|
| Runtime Error 3 | 04 Apr 2006 13:58 GMT | 2 |
I wrote an app that uses the winsock control to contact a DNS server but when i try to connect it gives me "Runtime error 3" and closes. I tried to get the description of this error using Error(3) but the description is unhelpful "Return without GoSub" and I never use GoSub.
|
| Set obj = Nothing is heavy? | 04 Apr 2006 13:55 GMT | 3 |
I read a code like this in a book. If Not obj Is Nothing Then Set obj = Nothing End If
|
| Reading Text Files | 04 Apr 2006 08:43 GMT | 5 |
A problem to tax your brains. I have a text file generated from a conversion package I need to read into vb6 as a string. The file contains a null character, which stops me reading past it; I have tried using EOF and LOF without success.
|
| How to compare data from two notepads?? | 03 Apr 2006 10:05 GMT | 3 |
Hello ..... I have two notepads with loads of numbers...... and i want to check whether the number in one notepad exists in the other notepad... .. how can i do this keeping in mind the time factor which is so
|
| refreshing a running counter | 03 Apr 2006 05:30 GMT | 7 |
aim : while processing a file I have a counter to tell the user something is happening using refresh redraws the entire screen/window (yes ?) and thus there is a flicker - I think in the past I did indeed have it to only change
|
| triming from list box | 02 Apr 2006 16:39 GMT | 5 |
If I have a list box with, for example, : "abc" & vbtab & "def" & vbtab & "ghi" & vbtab & "jkl" & vbtab & "mno" & vbtab & "pqr" & vbtab & vbtab & "stu" How would I read the value "pqr"? I'm guess its something similar to:
|
| Email | 02 Apr 2006 13:52 GMT | 6 |
I have a program which I sell. Some times the user causes a problem. This causes a msgbox to be shown. I want to ask the user if it it OK to send me an email. Up to this point I can do all of this. If the users says yes how do I email the information back to myself?
|
| Formula in a text box | 02 Apr 2006 09:21 GMT | 7 |
I am not a very experienced VB user, but I was trying to make a form that a user could input a formula for summation. For example, I would like the user to input the beginning and end values of a counter, and also have the user input the formula to be
|
| Segments | 01 Apr 2006 11:41 GMT | 15 |
Within as form I have a sub that draws segments that go to make a pie chart, The sub has these args: R As RECT StartPercent As Single
|