| Thread | Last Post | Replies |
|
| Printing a List Box | 31 Oct 2004 21:11 GMT | 4 |
I Have a small app that adds it's results to a list box, what I want to do is save the contents of this box to a text file or better still an excel doc, can someone point me in the right direction Regards
|
| custom message on ping | 31 Oct 2004 20:05 GMT | 7 |
is it possible to reply to a ping request but using my project to send the reply ? many thanks
|
| Can't read field values after querydef | 31 Oct 2004 18:12 GMT | 9 |
Using VB6 DAO MS Access I can't read the field values after I do a querydef. It worked prior to this when I did just recordset. My snippet:
|
| Best component for a text window? | 31 Oct 2004 07:28 GMT | 6 |
I'm converting a text game to Visual Basic. My problem is finding a suitable component (listbox, textbox, labelbox etc so In can display text line by line. Example
|
| help with VB in excel | 31 Oct 2004 00:12 GMT | 3 |
Hi everybody. I was wondering if somebody out there could tell me what is wrong with this code? I'm trying to plot a chart in excel using VB. For this example, the value of the Index variable is 150, but it could be anything because it is calculated earlier in the code. I ...
|
| Newbie Help | 30 Oct 2004 23:22 GMT | 3 |
Need guidance and code to search an Access 2000 database for part of a word. I know enough that you have to somehow implement InStr but dont know how to do this. Code I have only returns if fall String is found. Private Sub Command1_Click()
|
| Help - round up to 2 decimal places | 30 Oct 2004 22:25 GMT | 5 |
Have a problem with rounding up to two decimal places Text23.Text = Str$(Val(Text1.Text)) - (Val(Text1.Text)) / (100 + Val(Text12.Text)) * 100 Text1 = 100
|
| How can I detect if the webcam is active | 30 Oct 2004 19:11 GMT | 6 |
is there a way I can detect if the web cam is in use? I have VB6 I am unable to get the WM_CAP_GET_STATUS to work. I can get the WM_CAP_DRIVER_CONNECT to return a True/False but this brings
|
| visual studio withot vb? | 30 Oct 2004 13:47 GMT | 2 |
Hi! I have to write sth in visual basic 6, so I have installed visual studio 6 enterprise edition but...there's no visual basic inside:( Maybe enterprise edition doesn't contain this...? And if yes, will the visual basic.NET works in visual basic 6 programms?
|
| Rotate a textbox or label | 30 Oct 2004 11:58 GMT | 1 |
Can someone help me. I need a 90° rotated text on some of my forms. there for I need some code that can do this. Now I use a label convert the text in 1 char separated with a vbcrlf and
|
| Visual Basic to proC. | 30 Oct 2004 09:11 GMT | 4 |
Can anyone help me translate the following Visual Basic code to proC? Dim iCounter As Integer Dim iSum As Integer Dim iMultiplier As Integer
|
| VB6 spycam | 30 Oct 2004 04:39 GMT | 1 |
I want to be able to create an app that can take pics using the USB attached camera. Does anyone have code/control that will help me? Ta McFly
|
| How to get FileDateTime() info from a file located online? | 30 Oct 2004 01:55 GMT | 5 |
The subject line just about says it-- I have an illustrated manual available online that I update occasionally for one of my programs. I have an 'Update Manual' button on the 'Help' form of my program, currently
|
| Different Printing Results: XP vs. Me | 30 Oct 2004 01:37 GMT | 10 |
We have a VB6 application that prints a custom form, including horizontal and vertical line characters via OEM Charset character codes, via the Printer Object using a fixed-space font (Lucida Console). This form printed completely and correctly on various HP laser printers under ...
|
| textbox update | 29 Oct 2004 23:09 GMT | 3 |
What is wrong with my code? I want it to update the new text on the textbox on every iteration of my loop. But instead the textbox updates all info at the end of the loop. I also have to scroll down to see the last entries. Once I get it to work the way I want is there a property ...
|