| Thread | Last Post | Replies |
|
| Internet connection? | 06 Jan 2007 18:14 GMT | 2 |
Is there a very simple way to test of VB6 can see the internet (perhabs Winsocket - I've tried to ping an addres, but it wasn't a succes)? /Dan
|
| Form KeyPress | 05 Jan 2007 17:07 GMT | 2 |
Sub Form_KeyPress(keyascii As Integer) Can I tell here if user is tab from field to field If I just look at the keypress here and do not change it will it than go to the keypress routines I now have for my text box.
|
| Error when calculating probablity | 05 Jan 2007 07:14 GMT | 10 |
In translating the formula for calculating lottery odds for various conditions into a Visual Basic Program, I have apparently missed something in that I get errors in the part of the calculation where the number of ways of failure (pFal) is calculated
|
| Line up decimal points | 05 Jan 2007 01:27 GMT | 7 |
Dim A as single. The range of A can be anywhere from 0 .000to 10000.000. When A is printed a column, is there any easy way to have all the decimal points line up: 12.123
|
| SavePicture problem | 04 Jan 2007 17:37 GMT | 4 |
i need some help with the savepicture function. i do not have an help of vb6, so i might ask it here. when i call the function like this: SavePicture Picture1.Picture, "c:\BeeldWebCam.bmp"
|
| Transfering and recieving images using winsock?? | 04 Jan 2007 15:16 GMT | 4 |
subject. and plus: i want to show the recieved image in a picturebox and the sending image from a picturebox.. how to? i already tried some googling...
|
| Process Memory changing | 04 Jan 2007 12:47 GMT | 3 |
How can i change a value of a address of the memory of a process? grtz 313
|
| RDO2.0 gives me "ActiveX component can't create object" | 04 Jan 2007 11:08 GMT | 2 |
I was just about to do some maintenance work on an old app using rdo 2.0, and got this message when I try to run it in the IDE: "ActiveX component can't create object"
|
| Format Bug When Date is > '1/1/2007'? | 04 Jan 2007 10:24 GMT | 1 |
Has anyone encountered the Format( aString ) function behaving differently asof 1/1/2007? I'm seeing this: Format('070102-1') results in '1/01/4566' and
|
| how to connect option button with data base | 04 Jan 2007 00:14 GMT | 2 |
pl z tell me how to connect option button with data base when i retrieve any particular data the option button was not responding i am using four option buttons. when i find one record corresponding
|
| Do Loop with If statement | 03 Jan 2007 23:36 GMT | 3 |
I have a Do Loop with an if statement between Do and Loop. Error message, Loop Without Do. Remove If statement, program runs ok, albeit with wrong calculations. Is there a solution to this problem?
|
| Is This The Right Code? | 03 Jan 2007 20:31 GMT | 1 |
Hope your all having a nice Christmas, http://www.devx.com/vb2themax/Article/19879 I'm trying to send data using TCP/IP between two computers connected together with a Cat5e Crossover Cable.Just a simple:
|
| Just a Program | 03 Jan 2007 08:59 GMT | 4 |
I need to build a program that does the following: -Press Delete every 20 seconds -Press Insert every 30 seconds -Do that until program get canceled by the user.
|
| OT!!! | 03 Jan 2007 04:06 GMT | 13 |
http://video.google.co.uk/videoplay?docid=-5575395653623810507
|
| HELP: Is it possible to program... | 02 Jan 2007 20:43 GMT | 9 |
Is it possible to program code that will execute as if a person was at the computer... What i mean is, I have this problem.... A spreadsheet gets issued which contains a list of data errors that need
|