| Thread | Last Post | Replies |
|
| Howto: Event Logging to own event log? | 27 Apr 2006 11:18 GMT | 2 |
I need to create my own event log and write myapp events: for example, to create "MyApplication" event log and write to it my app events. How is it possible? Thanks, Alexander.
|
| A forms programming puzzle ... | 27 Apr 2006 05:45 GMT | 5 |
I have a seemingly simple need that I don't see how to program. This is (presently) a VB5 applications. My application is Shell'ed from other applications, with various WindowStates specified, the most common being vbMinimizedNoFocus and
|
| CDO... | 24 Apr 2006 16:07 GMT | 4 |
I am trying to create an application using VB6 that send out an appointment I am using CDO Inside VB, I reference -CDO 1.2…
|
| C DLL callback to VB6 function | 24 Apr 2006 06:03 GMT | 1 |
I'm looking for an example that shows how to call a VB function from a C DLL (i.e. take a VB function as a callback - or function ptr) argument to a C DLL. Google searches not bringing up anything useful ...
|
| help with web cam | 21 Apr 2006 20:59 GMT | 4 |
I want to create a form in Visual Basic 6, this form show the web cam and when i clixk on an button, i want to catch the image . Do you have an idea ( simple if possible) Thank Daniel
|
| Continuous integration tools for VB6? | 19 Apr 2006 07:47 GMT | 13 |
I have a large(ish) project consisting of over 40 seperate projects, of which about 30 are C/C++ Dlls and the remainder (will be VB6 GUI applications). I have finally opted for VB6, after spending about a year, evaluating
|
| error using MSXML2.XMLHTTP.3.0 | 12 Apr 2006 10:40 GMT | 1 |
I am trying to post a document to a web service and I get an error on the last line in the code below Sub PostOrder(ByVal strFileName, ByVal strURL) Dim oOriginalPO = CreateObject("MSXML2.DOMDocument")
|
| Searching for a Graph Control for VB6 | 11 Apr 2006 14:56 GMT | 1 |
We are working in VB6. We are looking for a graph control that can be used within our application. We need to draw and maintain multiple line graph curves. Each curve can then have a separate comparison curve. Comparison curve is displayed using SYMBOLS to differentiate between
|
| VB 6 not compiling | 07 Apr 2006 22:56 GMT | 9 |
When I click Compile on my project, VB appears to freeze. This only happens on specific vbp (project) files. Please help Shayaan
|
| Exhausting resources ... | 07 Apr 2006 05:37 GMT | 3 |
I think I am getting close to nailing my Microsoft Visual C++ Runtime Library proclaiming an abnormal program termination of VB5.EXE. I had left my program to play with itself while I did other things. At one point, I noticed that I couldn't print from Mozilla - it suggested
|
| MSDN download? | 06 Apr 2006 15:31 GMT | 2 |
I have a copy of MSDN Library that came with the VB6 Learning Edition. At times I read in a newsgroup where a suggestion is made to see an example in MSDN, but when I look in my copy I cannot find the example. From that I assume my version is not a complete version or a limited ...
|
| Making Debug Window | 03 Apr 2006 03:53 GMT | 2 |
My project has a Undo/Redo function implemented. I need to see the state of the Undo/Redo function. So, I usually press the "Pasue" key in VB to stop the program and look at the "Immediate Window". This is not convinent. So, I want to make a debug window similar to the one
|
| Compile error: Procedure too large | 01 Apr 2006 09:48 GMT | 10 |
What is the maximum lines for "Private Sub Form_Load()" ? I just got: Compile error: Procedure too large. I suppose I can break the procedure into subroutines if I need to.
|