| Thread | Last Post | Replies |
|
| Sensing if an application is busy | 30 Sep 2007 22:26 GMT | 8 |
I'm connecting to an application via GetObject. The problem is, if the application is busy doing something (like editing a cell in Excel), GetObject fires up a busy dialog (Switch To... or Retry). Is there a way to test if an application is running and if it busy before I ...
|
| App.Path | 30 Sep 2007 18:17 GMT | 3 |
i have a dll that is present in the folder where my VB form is present i want to load that dll i know i have to use App.Path but not clear on that Private Declare Function Output Lib App.path & "\dllname.dll" (ByVal i As
|
| DrawText problem | 30 Sep 2007 03:54 GMT | 12 |
I'm subclassing the combo box control to put checkmarks next to items in a drop-down list. My code is based on an MFC C++ example from CodeProject, and I'm using the vbAccelerator owner-draw combo box as a skeleton which I have modified to hook the necessary events on the correct ...
|
| Color dialog with custom spin button and text box | 29 Sep 2007 03:37 GMT | 1 |
Hi. I am trying to get a hook into the common color dialog so that I can add as textbox with spin button to get/set transparency value, similar to the office color dialog. Are there any examples already available?
|
| WYSIWYG - not | 28 Sep 2007 15:49 GMT | 2 |
Back in August 2006, I posted a question about why what I see on screen is not what I see when I "print" to a png file. The suggestion that was made was to set paperpositionmode to auto. That worked back then, but for some reason it's not working now.
|
| VB6 equivalent of C# uint | 28 Sep 2007 04:15 GMT | 13 |
What is the VB6 equivalent of C# uint? Thx
|
| Laptop Power Source | 27 Sep 2007 18:28 GMT | 2 |
I have an application that runs on a laptop anywhere from 2 to 120 hours. I need to monitor the Laptop power source to ensure that it is running on AC Power, could anyone point me in a direction on this
|
| DrawText problem | 27 Sep 2007 16:40 GMT | 1 |
I'm subclassing the combo box control to put checkmarks next to items in a drop-down list. My code is based on an MFC C++ example from CodeProject, and I'm using the vbAccelerator owner-draw combo box as a skeleton which I have modified to hook the necessary events on the correct ...
|
| multithread with timesetevent | 27 Sep 2007 16:30 GMT | 1 |
hi, I'm using vb2005. Is it posssible to manage two or more thread with timesetevent? I mean.. With this API I call myproc that sends data on a SPI device A through USB with a timer of 228ms. I would like to send the same data
|
| Hiding a Window | 25 Sep 2007 03:06 GMT | 6 |
In other forums, I have seen people state that hiding a window by class name is a bad habit because class names are always subject to change. But what other methods are there to hide a window? I use the ShowWindow or AnimateWindow APIs to hide a window, but they need a
|
| Form: disable Close button and remove Close menu and then reactivate | 25 Sep 2007 01:18 GMT | 3 |
In Vs2005 i need to disable the Close button and remove Close Menu and then reactivate them. I have found how to disable Close button and remove close menu, but i haven't found how to reactivate them.
|
| Fill Gradient Round Rect Region | 23 Sep 2007 00:34 GMT | 5 |
I draw a RoundRect with red brush, inside this one i need to fill with a gradient color...! Col1 to Col2... My problem was that with GradientFillRect i paint only RECT bat not
|
| ListIndex problem | 21 Sep 2007 10:38 GMT | 2 |
I have the following line of code List1.ListIndex = n When n is >0 the correct list item is highlighted as selected. However when n=0 the first item in the list is not selected.
|
| Supress Windows Error Message | 20 Sep 2007 14:49 GMT | 1 |
I am to write a command line program that uses another command line program to convert „*.prt“ files to „*.pdf“ files. (mplot) This tool causes a windows exception window (messagebox) to pop up if a file is corrupt (File Link is missing or such things).
|
| Access Violation Exception Error | 18 Sep 2007 09:17 GMT | 1 |
I'm trying to communicate with a TEC Controller Newport 350B using their .dll and VB.NET. I was able to use their example code with VB6. However, I've got following error when using VB.NET: "Access Violation Exception was unhandled. Attempted to read or write
|