| Thread | Last Post | Replies |
|
| HTTP uploading using the transfer control | 10 Nov 2003 18:53 GMT | 1 |
Can I use the Internet Transfer Control to upload files to a site using HTTP? I know it works with FTP but I wonder if HTTP would work as well? It is because the transfer has to be somehow secure and the site administrator can give me some HTTPS URL. Or maybe someone else has a ...
|
| Date vs. Regional setting | 10 Nov 2003 17:20 GMT | 4 |
If i have the user input a month (1-12) in a textbox, and a day in another text box and the year... How can i ensure the assembled date is correct? My code below gets messed up depending the OS Regional Setting for the date. (like M/dd/yy or dd/MM/yyyy)
|
| API and scroll bars | 10 Nov 2003 17:04 GMT | 1 |
I am a beginner and I would like to know if there is any code to call an API to put scroll bars into my form when it is minimized. Thank You.
|
| Long text | 10 Nov 2003 16:25 GMT | 3 |
I have a little problem dealing with a long text string. On my form I have a textbox with Multiline property. To print this textbox is no problem, but only the first 75 characters with a small left margin) of the string will be printed. The rest is at the right side of the paper, so ...
|
| Setting flag in optional header of executable | 10 Nov 2003 14:31 GMT | 2 |
I've developed an application in VB6. Now we have decided that it must also run on Windows 2000 Terminal Services. To run apps that are not TS-aware, a special DLL is loaded, which causes some overhead. I want my application to be TS-aware and I'm working on that now.
|
| VB 6.0 and VB.net | 10 Nov 2003 13:41 GMT | 1 |
is it possible to instal VB 6.0 and VB.net on the same pc without conflict. I have a couple vb 6.0 app's to keep track off and i also want to begin with vb.net
|
| Printer enddoc | 10 Nov 2003 11:22 GMT | 1 |
I have a problem with printing a doc. I've made a routine to print an invoice. The printing routine consists of three private subs. 1 to print the header, 1 for the body and 1 for the footer. I have a call from the header to the body and a call from the body to the footer. The last ...
|
| Error message "File format no longer supported" | 10 Nov 2003 11:04 GMT | 2 |
My PC suffered a power failure whilst running a VB6 project. After this, when I attempt to open some VB projects I get the error message "File format no longer supported". If I
|
| File Access in Visual Basic6 | 10 Nov 2003 10:51 GMT | 5 |
Hello, I need to write a byte array to a file using visual basic 6. This file has to be compatible with other platforms, so I need to write a "pure" byte array.
|
| Common Dialog Tricks | 10 Nov 2003 08:47 GMT | 3 |
I have a program that is called from RedMon and thus runs under the User SYSTEM. Normally this would not be such a big problem, but I have a Open File Common Dialog and there the User can access any part of the OS, even Files and directories, he is not intended to, and could copy ...
|
| Function returning missing value | 10 Nov 2003 08:00 GMT | 7 |
Hi! I have a function that is computing a sum under different conditions: ---------------------- Private Function Function1() As Integer 'Dim statements
|
| ASCII Shift | 10 Nov 2003 05:55 GMT | 4 |
I am working on a vb code that will shift ASCII to the right or left, that will have a in put function and a out put function Now the code i am uesing i got from Max of Mad i have add some things! and Remove some.
|
| ComboBox Math | 10 Nov 2003 03:00 GMT | 1 |
I am confused as to why my program works fine, whether or not I subtract 1 or not from the "for" loop counter variable "cboYacht.ListCount". If I have 5 things in my list it finds them all. If I add one, it still finds them all...doesn't seem to make sense...If I don't subtract ...
|
| screen resolution | 10 Nov 2003 01:32 GMT | 2 |
when my vb program run on another computer instead of my computer, the user interface is biggger..this is because of the screen resolution... anyone know how to solve pls?
|
| Poker Hand problem | 09 Nov 2003 21:53 GMT | 1 |
Thaks for the info, but I just do not get the rational of how to load the picture?? "put another picturebox on the form, load the card image, and in the lblmark mousedown or click event, place:
|