| Thread | Last Post | Replies |
|
| Where is my computer? | 20 Aug 2004 16:46 GMT | 2 |
My VB6 application is going to be used on several PCs in the office. Those machines are members of Windows Network (Domain). Some other PCs will be outside of the office. The application is connecting to the SQL Server located in the network.
|
| WebBrowser problem.. | 20 Aug 2004 16:12 GMT | 2 |
my app: I'm building an app that automaticly fills in info in a webform I have, and sends it. my problem:
|
| spell-checking | 20 Aug 2004 16:10 GMT | 4 |
Can I apply auto spell-checking in a normal textbox(VB6)? How can I do this? Thanks...Douglas
|
| Macro Recorder | 20 Aug 2004 15:23 GMT | 6 |
In the MSDN Library there is a keyword macro, and I take the information to mean there is a Macro Recorder in Visual Basic, under the Tools menu, yet I do not have this under my Tools menu. Is there a Macro Recorder? If so, how/where do I access it?
|
| Random files | 20 Aug 2004 15:21 GMT | 7 |
The code shown below can be used to illustrate a problem that I have not seen discussed here, nor mentioned in Help or on the Internet. It is my impression that the file is not being cleared when it is opened. This may be a well known result, but I didn't get that memo. What am I
|
| VB + Access - Merge to Word | 20 Aug 2004 14:59 GMT | 1 |
I'm building a contacts database in VB, with an Access back end. WRT table structure, each contact undertakes many activities. There are 3 main tables: 1. tbContacts (stores contact details e.g. Name, Address, Tel No etc.)
|
| why won't this work!! | 20 Aug 2004 14:39 GMT | 8 |
This program is supposed to let you input variables and then click a flip button to see whether a coin will land heads or tails. All the variables such as height, speed and the number of flips are updated every second until the coin lands. After the coin lands the program ...
|
| string or text output to a file without the enclosing quotes | 20 Aug 2004 14:36 GMT | 3 |
Am trying to figure out how to write data to a file without the quotes that visual basic puts in the string ? the code I'm using is FileOpen(1, currenthtml, OpenMode.Output)
|
| Late binding to a common dialog? | 20 Aug 2004 11:40 GMT | 6 |
Is there some way to use an Open File dialog (or Save File) using late binding? LFS
|
| Best way to differentiate between servers/workstations.. | 20 Aug 2004 10:55 GMT | 2 |
I thought NetServerEnum should do with the the right SV_TYPE_ constants, but it isn't giving me what I expect. SV_TYPE_WORKSTATION is returning the same thing as SV_TYPE_SERVER. I understand the SV_TYPE_SERVER returning the WinXP Pro clients becuase the server service is running on ...
|
| Highlight or Bolding Specific Words in a ListView or Grid | 20 Aug 2004 10:30 GMT | 8 |
I currently have an application which allows the user to preform a search on a database. I'm returning the results and displaying them in a ListView since they pertain to files. The first column is the filename with an icon, the second column is a section of the text located in ...
|
| how to diable the dubugger on VB 6?? | 20 Aug 2004 09:54 GMT | 7 |
my VB debugger always make my computer restart. do have any method to disable it????Thx
|
| Need a replacement for TransparentBlt API | 20 Aug 2004 09:50 GMT | 4 |
The TransparentBlt function is great, but has a bug when used in Win95 or 98. See this article for details: http://support.microsoft.com/default.aspx?scid=kb;en-us;300555 A fix is provided in this article:
|
| Title-less window and the taskbar | 20 Aug 2004 09:49 GMT | 5 |
Seem to have a flurry of questions here - thanks in advance for any help. Latest is: I have a window with no titlebar (I have my reasons) but I need it to be shown in the task bar. I can set that property, but the
|
| From Ms sample: why it is that? | 20 Aug 2004 09:08 GMT | 5 |
Original Microsoft sample (from Setup Wizard vb5 ): Private Sub cmdInstall_Click() If IsValidDestDir(gstrDestDir) = True Then Unload Me
|