| Thread | Last Post | Replies |
|
| NetComm for sending files | 21 Sep 2004 18:01 GMT | 1 |
I am making a project for wireless sending of files with NetComm, and I want the reciever to be able to accept or decline the file, and the byte sending must wait for it. I'de use the control signals of the rs232 protocol but my wireless
|
| Looking for advice on Visual Studio Net 2003. | 21 Sep 2004 16:24 GMT | 12 |
I'm confused. Of the number of ppl selling VS Net 2003 Pro Academic, one persons says there are 2 CDs, another 4, another 7 and yet another 9!!?? They all claim to be selling the Academic Pro version. How is this different from the FULL version.
|
| printing a form | 21 Sep 2004 15:32 GMT | 1 |
I want to print my designed form. but when printed from VB. it goes to upper left of paper. is there any other way to do that. I want it to be at least in upper center of paper. is there any way beside print screen to put it on a word document. because on that way I will have the ...
|
| Shell | 21 Sep 2004 15:31 GMT | 3 |
Can someone tell me if you can shell out to a command and have the vb program wait for that shell program to finish before it continues with the next line of code in the vb program. Thanks Mark
|
| Project Explorer Window Missing | 21 Sep 2004 15:24 GMT | 1 |
I can't view my Project Explorer Window in VB 6.0 using the SDE Environment. Does anyone have a solution? Thanks
|
| Preview office document | 21 Sep 2004 14:29 GMT | 1 |
anyone know, how to make preview of doc, xls and ppt documents in vb6 without opening Word, Excel and PPT? tnx
|
| Visual Styles | 21 Sep 2004 14:10 GMT | 2 |
Hi, I have a problem I think I wanna use the visual styles but ..... I'm using VB Express 2005 and I want to use the visual styles,but in the property aplication is check (Start up with custom subname) when I uncheck
|
| Retrieving the File name of a Binary sent file | 21 Sep 2004 14:01 GMT | 1 |
Can I get the file name of a file I recieve through a serial port after it had been sent in Binary mode? For now, I use OpenFile(1, "any name", mode.binary), but I would like to have the original name just like with Kazaa (on the
|
| Facing a problem in OpenDatabase procedure | 21 Sep 2004 12:32 GMT | 2 |
I am facing a problem in OpenDatabase procedure. ================================================================= 1 Sub ChangeDBPassword (LocalPath as string,Password as string) 2 Dim Db As Database
|
| altering the modified date/time of a Word document | 21 Sep 2004 09:48 GMT | 8 |
I've got the classic file date/timestamp editing stuff from Randy's VBnet pages, and also some other similar code (I forget where from) which uses CreateFileA() Neither is able to touch an MSWord document for me.
|
| string manipulation | 21 Sep 2004 09:02 GMT | 3 |
Hi all gurus Suppose i have a string like "function func1(50)" then i want to change it to "function funct1 (50)" means add space before (
|
| Saving IDE Toolbars | 21 Sep 2004 05:43 GMT | 2 |
What do I need to backup in order to secure my customized IDE toolbars in the event I need to restore a system or re-install VB6 on a new machine. I know of the two areas in the registry but they don't seem to get everything. TIA - Fred
|
| HTLM Parser like Excel? | 21 Sep 2004 04:38 GMT | 10 |
I *really* like Excel's HTML Parser, cause I'm trying to view an HTML page that is already in table format and Excel grabs the data and cellifies it perfectly. BUT...
|
| Limitation of Collection | 21 Sep 2004 00:22 GMT | 6 |
What is the limitation (array size) of a Collection. dim MyCollection as new collection How many items can I add to this collection ? Can I insert 10000 items? Thanks you!
|
| Urgent SorceSafe problem | 20 Sep 2004 23:42 GMT | 5 |
I have recently had to rebuild my pc and am in the process of recreating my VB projects from SS v6.0c I have tried a to do this a couple of ways but the end result is always the same.
|