| Thread | Last Post | Replies |
|
| controlling HTMLHelp display monitor | 23 Jul 2008 15:00 GMT | 1 |
Is it possible to control the monitor on which the HTMLHelp (and WinHelp) is displayed? I'm trying to get my app's multi-form (some modal,some not) to play nice on multiple monitors. In the absence of any style guidelines , I have made the executive order to show all
|
| LoadImage Using Shell32.dll | 23 Jul 2008 13:48 GMT | 1 |
To anyone that can help: Using VB, I would like to load immages into memory by the following two modes: 1.)
|
| Sending Mail SMTP High Priority VB6 | 23 Jul 2008 08:21 GMT | 2 |
I 'd like to send a mail via SMTP with high importance in VB6. I went through the web to try to find a solution in my problem. I found some resolutions for exemple that mentioned below. The mail is correctly sent but in outlook, there is no mention of high
|
| link site to picture box | 23 Jul 2008 02:27 GMT | 2 |
Can somebody please give me code that if I click the picture box in my application then it open www.yahoo.com (example only) Thanks, Noel
|
| Return Query Result Set | 23 Jul 2008 01:10 GMT | 2 |
Hope I have the right forum. I have a number of SPROC queries in an Access DB. I would like to put the VB execution code for each query into a separate procedure and execute it in that procedure (e.g. Query_SortByDate, Query_SortByName, etc.)
|
| VB.NET 2008 --> Excel --> Hyperion Essbase Plugin | 22 Jul 2008 21:26 GMT | 3 |
Has anybody had the occasion to to build a VB.NET 2008 application that will manipulate an Excel workbook including the Hyperion Essbase Plugin? I was not sure which forum to post this question in so that is why I have chosen the General.
|
| Variants | 22 Jul 2008 18:44 GMT | 11 |
VB6 I am trying to avoid Set and move variant array elements around. The variant can "contain" anything. If I put a Control or a User Defined Type into a variant and set that
|
| out of stack space | 22 Jul 2008 18:17 GMT | 2 |
I'm running a code that uses regular expressions. A batch of txt files are being searches against important words using regular expressions. Halfway the process I get the error "Out of Stack Space".
|
| Delays in opening a bluetooth serial port | 22 Jul 2008 17:04 GMT | 2 |
Environment: Windows XP, VB6, MScomm control, Bluetooth SPP Symptom: If the application I wrote is closed and then immediately reopened, it takes about 3 seconds for the MScomm.PortOpen control to make the Bluetooth connection and complete. If instead from within the program, the
|
| Error Handling | 22 Jul 2008 16:44 GMT | 4 |
I've never really undersood the error stacks in Windows or the VB Error object and I'd appreciate an answer to a simple "starter" question. Do errors build up in a stack until some action is taken, or are they cleared under certain circumstances (for example exiting a routine). ...
|
| State machine implementation in vb tutorials? | 22 Jul 2008 14:46 GMT | 4 |
any refs for sites delving into examples of usage and implementaion of "state machines" in vb? from what I've read so far(google) seems basically just a select case statement but I'm sure i'm missing a lot.
|
| Determine if file name is legal? | 22 Jul 2008 13:33 GMT | 3 |
I have a VB6 program that creates files. The file names are assembled from various components such as -Time_of_day -User input
|
| modify the windowstate of the console window | 22 Jul 2008 12:58 GMT | 4 |
In another thread I got good help how to create a console application with VB6. The key is to use the link parameter /SUBSYSTEM:CONSOLE to turn a windowed app into a console app.
|
| Time Changed when calling Web service | 22 Jul 2008 06:29 GMT | 1 |
My timezone is Hong Kong which is +8 hours from greenwich Time. But when I send the time to the function of Webservice, the time is changed to Greenwich time that means it is
|
| Command line interface in VB | 22 Jul 2008 01:10 GMT | 6 |
Does anyone know if its possible to use a command line interface in VB ? Is it as quick as a dedicated command line interface ? Thanks in advance for your help.
|