| Thread | Last Post | Replies |
|
| Scripting in Outlook 2003 Forms | 20 Dec 2005 15:03 GMT | 3 |
I have created a modified Meeting Request form which allows a user to add additional information. How can I use script to take values the user specified in the custom fields and insert them into the Notes field found on the original Meeting Request tab? And can this occur as ...
|
| set order | 20 Dec 2005 14:59 GMT | 7 |
is it possible to set a recordset order to an existing index via VBA? something like rs.SetOrder("MyIndex").
|
| Serial Port In Uuse | 20 Dec 2005 12:41 GMT | 3 |
VB app works fine on one PC. Another PC reports Serial Port in use by another device. Each PC has only one serial port. How do I find who/what has the serial port?
|
| 32 bit apps cannot see or run 64 bit apps | 20 Dec 2005 06:47 GMT | 5 |
I'm developing an application that needs to see files on the filesystem. It works fine on 32 bit OSs, but doesn't work on XP 64bit or 2003 Server 64 bit. When I do a directory listing of the System32 directory, a lot of the files are missing. For example, the program ntbackup.exe ...
|
| Running sequence of events | 20 Dec 2005 04:54 GMT | 3 |
I am trying to write an install program that first runs a program installation. I then need to create a directory within the directory the first .exe program creates. Is it possible to write code in VB 6 to run the first shell command and have the second event start only once the ...
|
| Creating a SSTab Tab Control Array? | 20 Dec 2005 03:44 GMT | 6 |
I'm using microsoft's tabbed dialog control. How can I lay out a generic tab and then, at run time, create new "instances" of that tab. Basically I want to be able to create identical sets of tabs on-the-fly.
|
| Getting identity from replicated table | 19 Dec 2005 18:25 GMT | 4 |
I am using ADO to connect to SQL 2k db. We have converted it to merge replication and now I am not getting identity field value after I use the Update method. For example: rsPayInfo.AddNew
|
| Datagrid Item | 19 Dec 2005 13:01 GMT | 1 |
i deploy my old application in VB 2005 Standard. In Vb.Net 2003 i write : Id=(Datagrid.Item(Datagrid1.CurrentRowIndex,0)) I take index of my data, how can i doing in VB 2005?? Thank's
|
| in front of one window...behind another? | 19 Dec 2005 11:38 GMT | 2 |
sorry for the cross-posting...api doesn't appear to get alot of traffic!! i've written (in VB6) a windows shell replacement that converts a standard windows machine into a 'thin client terminal' (ie it replaces
|
| Help! - Error occurred while regsitering msado26.tlb???? | 19 Dec 2005 04:14 GMT | 11 |
Hi. I have created a small application and then created a setup package for it using the Package adn Deployment wizard and everytiem I install teh application I get the error above. The thing is, if I slelct continue the application still runs fine.
|
| vb and the NULL device | 19 Dec 2005 03:59 GMT | 4 |
if i remember well, in MS basics prior to vb you could write to the NULL device i dont remember the exact syntax but it was something along the lines of: -----------------------------
|
| FINDWINDOWEX QUESTION | 19 Dec 2005 02:31 GMT | 3 |
I'm developing a little tool which sends text to another aplicattion. My project is like this: - 2 Buttons ("Command1" & "Command2") - 1 Textbox ("Text1")
|
| How to display PDF cover Image? | 19 Dec 2005 02:15 GMT | 2 |
Im new to programing, i like to start learning programing using visual basic.net .I have many ebooks that i have gathered about many subjects. my start project is to creat a program that included all my pdf, chm , ebooks and would allow me to enter description and other stuff about ...
|
| Help with placing one form over another... | 19 Dec 2005 00:43 GMT | 4 |
Hi. I have 2 forms frmX and frmY. frmY gets covers frmX at some interval of time, except that the statusbar of frmX remains visible. I can cover the whole of frmX with frmY but if I try to adjust frmY to show the statusbar on X it all goes awry. It's driving me nuts.
|
| Reading Files Byte-For-Byte | 18 Dec 2005 21:40 GMT | 9 |
I want to write a program that opens a file (not necessarily text - maybe jpeg, maybe exe, etc), that reads in the data byte for byte and writes each byte to a regular text file. How can a read a file byte for byte? This is the code I have now:
|