| Thread | Last Post | Replies |
|
| VB Build a DTS Package on the FLY | 26 Feb 2005 12:37 GMT | 1 |
Is it possible to have a VB application that allows a user to created a DTS package from selection made on the VB form. The developer is creating timesheet exports for different clients. There are many to create. The DTS package includes connections to dattabases, excel ...
|
| disable task manager and ctrl+alt+del | 26 Feb 2005 10:45 GMT | 6 |
I have created an internet cafe manager program i used in our school and it works fine for windows 98. however the problem is on how can i disable the task manager and ctrl+alt+del if the OS is windows xp. anyone know where can i found some code to start with?
|
| Taking away annoying focus from verticall scroll bar | 26 Feb 2005 04:26 GMT | 11 |
My form consists of the array of labels and vertical scroll bar, which moves that labels up or down depending on the window size. After scrolling I want to take focus from the scrolling bar. It flashes and it is very annoying.
|
| Obtaining comments on computer when browsing a workgroup or domain | 26 Feb 2005 01:10 GMT | 4 |
I'm searching for code that reveals the comment on a computer in a domain, such as shown in in windows explorer window when browsing through a domain or workgroup. THe "net view" command also gives a similar list with hostnames with their
|
| Using a form from another project | 25 Feb 2005 21:17 GMT | 1 |
I have a form that was created as the part of a project. It has everything I need for another project I'm working on. So I inserted the form from the other project. But I realize now that it's the same form. So if I make any
|
| File Path and language change... | 25 Feb 2005 20:37 GMT | 3 |
When opening a file I use App.Path +"\FileName.Ext". In some cases due to language change to Japanesse, the backslashes ("\") are changed to the yen simbol causing my application not to find the file. How can I solve this problem?
|
| Open a pdf file in default pdf viewer from VB 6.0 | 25 Feb 2005 19:40 GMT | 1 |
I thought I was trying to do something really simple, but can't figure it out. I want to be able to click on a command button and have a known pdf file open up in a user's default pdf browser. (Kind of like when you double click a pdf file from windows explorer)
|
| Shell without the Application? | 25 Feb 2005 19:03 GMT | 2 |
How can I, based on having the exact path of the file I want to open, have that file open using its default app, based on the extension? I understand the Shell function, but all the examples I've seen use Shell (app.name, filepath)
|
| Parse HTML | 25 Feb 2005 18:50 GMT | 12 |
I am getting the html code of a wab page in the variable in VB6. I want to remove all the html code and retaine only plain text. How to do it? Thanks
|
| On Connection Help | 25 Feb 2005 18:16 GMT | 1 |
I'm not getting much help from the "Add-in" group and you folks have been awesome in the past so here it goes, I've written an add-in for MS Project it implements idextensibility2 When I launch my office application (MS Project) On connection fires
|
| Problems installing VB SP6 | 25 Feb 2005 18:03 GMT | 6 |
I'm having problems installing the above service pack. First I downloaded and burnt it onto a cd - I double clicked on the file but got a message saying that the exe file couldn't start. I then downloaded again (direct onto my desktop) and the files were extracted into a folder I ...
|
| Set MsgBox "Help" Button Caption | 25 Feb 2005 17:28 GMT | 2 |
How can i change MsgBox "Help" Button Caption Sun
|
| Visual Basic Hex conversion | 25 Feb 2005 15:47 GMT | 3 |
I am getting hex numbers in from an RS-232 source and coverting them to store in a database. The numbers are 4 bytes long, but often have non-zero values in the rightmost 2 bytes. Is there any standard coversion method that gets around the following anomoly?
|
| .net 2003 install package - how to direct dlls to correct dir ? | 25 Feb 2005 15:30 GMT | 2 |
In vb.net 2003 im attempting to create an MSI using a 22 MSMs from VB6. The install path i have creted looks like this: Program Files app
|
| turn off add to source safe prompt when loading VBGP ? | 25 Feb 2005 15:29 GMT | 4 |
When opening a VB6 group project containing about 100 ocx VBPs im prompted by each of the 100 projects "would you like to add to source safe". Im not using source safe for this project. can anyone tell me how to turn off the add to source safe prompts when opening a project ?
|