| Thread | Last Post | Replies |
|
| Creating a Hyperlink on a Label on a Form to Send Email | 31 Mar 2006 19:23 GMT | 7 |
I've been browsing the Google for an answer but I only find how to click to go to a URL, but not for a "mailto:". Many of the answers apply only to VB.NET, not to VB6. I want to have a label on a form in an executable program, written with VB6,
|
| From Project A, how to show a form in Project B? | 29 Mar 2006 15:59 GMT | 7 |
|
| A Question for Multi Projects | 29 Mar 2006 14:28 GMT | 1 |
I created frmA in Project A and frmB in Project B (within the same solution). How can I show frmB after clicking Button [Show frmB] in frmA? Many thanks.
|
| Compiling to memory FAST; building a .EXE file VERY SLOW | 28 Mar 2006 13:37 GMT | 11 |
I wonder why it takes a VERY LONG TIME to compile my program to an executable file but it will compile to memory to run the program from design mode almost instantly. The whole program is less than two megabytes. Am I doing something wrong? Should it hog up all the memory in ...
|
| EXE hangs! | 28 Mar 2006 06:17 GMT | 20 |
I have a VB5 program that runs GREAT in the IDE, but after anywhere from a minute to a day, the EXE hangs, eating up ~99% of the CPU. I can minimize and normalize it, but it won't refresh its window. Ctrl+Break does nothing.
|
| Question about For/Next loops | 24 Mar 2006 14:20 GMT | 3 |
For example, if a loop goes something like this: For n = 1 to 5 (do something) next
|
| Create a TransparentProxy to a Interface which iplements web servi | 23 Mar 2006 23:25 GMT | 2 |
I have a solution which has 3 layers - GUI, Interface Layer and web service layer. GUI layer is referencing Interface Layer and Web service layer also pointing to interface layer.
|
| Avoiding the "Out of Range" error | 23 Mar 2006 17:01 GMT | 7 |
I have the user defined type: Private Type question QuestionText As String AText As String
|
| Problem with MAPI library in VB6 | 23 Mar 2006 15:42 GMT | 1 |
Presentation ------------------------------------------------------------------------------------------------------ Hello to everybody! Result to obtain
|
| what should i use? | 16 Mar 2006 15:31 GMT | 1 |
good day pros, i would like to make a sample program that will act as a report service... if someone sends a request via email the system will receive the mail and sends back a respond with an attached pdf report file from a report server
|
| can we make animations? | 14 Mar 2006 20:19 GMT | 1 |
I AM HIGH SCHOOL STUDENT. MY QUESTION IS CAN WE MAKE INTERACTIVE ANIMATIONS IN MICROSOFT VISUAL BASIC?
|
| margins in labels | 14 Mar 2006 10:24 GMT | 2 |
Is there a setting to allow a margin (sort of like cellpadding in HTML) within a vb label? I don't see it in the properties window. If not, I guess I could simulate one by putting a larger label behind the one I already have, and making the original borders transparent, unless
|
| set a five second timer for a simple flash screen | 09 Mar 2006 15:09 GMT | 1 |
I just made a very simple little flash screen (form) that I want to run from the main form on Form_Load for about 3-5 seconds. I forgot how to do this. I have the timer object pasted on the flash screen form but I forgot how to code it to unload the form after five seconds.
|
| Impossible, but can an If condition actually change a variable's value? | 08 Mar 2006 22:55 GMT | 13 |
I'm a little confused here because I don't see how testing for a condition can actually create the condition. I'd better post some of my code so you all can see what I'm doing / or maybe doing wrong: Some background first, then my problem at the bottom:
|
| recordset syntax question | 08 Mar 2006 20:58 GMT | 1 |
What is this syntax denoting for resultset rs!name as opposed to rs.RecordCount
 Signature On the Hiway to Hell... // www.informationhiwaytohell.com
|