| Thread | Last Post | Replies |
|
| Panics | 23 Jan 2008 20:29 GMT | 42 |
I have a big problem. When you have existing customers claiming that your application crashes randomly or even locks the computer, and you're using lots of subclassing and custom controls, how would you proceed besides having a
|
| Abbrevation for TRUE | 23 Jan 2008 18:53 GMT | 47 |
Is there any abbrevation for "= TRUE". I thought about something like bMyBool! ... but that is already in use for database fields... :-(
|
| Replacing OSfCreateShellLink() | 23 Jan 2008 16:18 GMT | 2 |
I am using OSfCreateShellLink() to add my app to Windows Startup menu for the last 10 years. Now, I am redoing my software and I would like to get rid of Vb5stkit.dll. What can I use instead?
|
| code required | 23 Jan 2008 15:52 GMT | 3 |
IS there any way to retrieve windows credentials(username and password) for each user via vb6.0..if so can anybody give me the code Thanks & Regards Kalyan
|
| How to anticipate errors using On Error GoTo | 23 Jan 2008 15:47 GMT | 9 |
I'm developing using VB6.0, SP6. I'm trying to incorporate On Error GoTo logic in my programs. I know i can trap any error that occurs in a procedure and give message box with a generic error verbage.
|
| how to refresh values during runtime in a form | 23 Jan 2008 15:42 GMT | 2 |
Currently we are decoding and presenting data from an external hardware in text form, but that is not readable at run time. so, we have to provide a control that will display the details presented in text format in a tabular/grid format refreshing it every second as it
|
| Raising events from a collection | 23 Jan 2008 12:30 GMT | 1 |
I have a collection of event sources (i.e. objects that raise events), and I need to maintain a collection of them. Is there a way to rais events from a collection?
|
| Picturebox Borderstyle Change at Runtime | 23 Jan 2008 10:51 GMT | 1 |
VB6SP6 Help says you can only change at design time. But I seem to remember that there is a way to change it at runtime. Does anyone know and have a link to a snippet?
|
| ShowOpen common dialog - how to force thumbnail mode | 23 Jan 2008 10:37 GMT | 6 |
Is there a way to force the File Selector dialog top open in Thumbnail mode (as opposed to "details") Im calling ShowOpen from VB 6.
|
| FlexGrid.Width not twips? | 23 Jan 2008 06:02 GMT | 4 |
per object browser flexgrid.colwidth is in twips flexgrid.width does not specify units I was trying to divide cols equally so they all fit into the grid with no
|
| Tab key? | 23 Jan 2008 05:20 GMT | 24 |
I'm intercepting keystrokes Asciis to cause a beep. I can beep on ENTER (13) and spacebar (32) but whatever I try I can't beep on TAB (9). Any ideas
|
| Shredding XML & replacing sections.. | 23 Jan 2008 01:54 GMT | 2 |
I'm wondering what is the best way of replacing a set of nodes with an XmlDocument with another set of nodes? I'm limited to VS2003 for this unfortunately.. I essentially need to replace a specific range of nodes with another range,
|
| Bigger text files | 23 Jan 2008 01:28 GMT | 1 |
Does any body knows any way to read and seek text files bigger than 2GB. I've already use SetFilePointer Windows API function but its parameters are Long, so I can't go far beyon that limit
|
| VB6 (formless) Timer class | 23 Jan 2008 01:17 GMT | 16 |
I want to use a timer in a formless class and declared a variable in my class like this : Dim withEvents m_timer As Timer when I tried to instantiate it like this:
|
| VB6 SendMessage and WM_COPYDATA | 23 Jan 2008 01:10 GMT | 5 |
I am trying to send a simple UDT variable, using the SendMessage, and I need an example to show me how to do it. I have Googled, I have not yet seen an example that shows how to send a UDT. The bit I am struggling with is how to copy the data from my variable, to COPYDATASTRUCT ...
|