| Thread | Last Post | Replies |
|
| Application crash | 28 Aug 2005 09:45 GMT | 1 |
I developed one application in VB6.0 in a Windows XP machine. Deployed the application in XP machine. While the application is running, application crashes in between inconsistenly and a window comes with SendErrorReport, Dont Send buttons.
|
| Dynamically load DLL's | 27 Aug 2005 13:11 GMT | 4 |
I would like to write a program that dynamically loads a DLL. This enables me to write two dll's with functions that have the same name, but function differently and load the proper one at runtime. Anyone have an example how to do this ?
|
| opening / closing IE in code | 26 Aug 2005 20:59 GMT | 1 |
I have a user form wthe a list box of frequently used Websites for users. The list box is simply populated with several comany names (e.g. Dupont, Monsanto, Georgia-Pacific). I link these behind the scenes to the appropriate hyperlink and a user button launches IE with the
|
| detect XP machine locked | 26 Aug 2005 19:42 GMT | 2 |
Y'all: How can I detect in code that an XP box is locked? e.g. User hit CTRL-ALT-DEL and selected "Lock Computer". I don't need to know when they do it - I just want to be able to detect
|
| Need advice on a grid type control please | 26 Aug 2005 18:30 GMT | 2 |
I am trying to write a program that requires entering numeric data in a table three times a day. I would have a label at the bottom of each column with an average of the values written in each column so far. This data would be written to a sequential file upon exiting, and read
|
| Create Registry Key With Write Permissions | 26 Aug 2005 02:47 GMT | 2 |
Hello! Is there a way to create a registry key/value in HKEY_CLASSES_ROOT with write permissions granted to everyone for that one key/value? I can create the key/value no problem but when I want to change it as a non-admin user I don't have permission. Any fixes for this?
|
| Help with Excel VBA | 25 Aug 2005 22:52 GMT | 1 |
I am running an Excel Application that uses a Control Button to invoke a java application that performs some computation and writes the results to a text file. The VB code behind the Button calls the VB procedure Shell() to invoke the java application. The problem is, when the ...
|
| source code easily viewed? | 25 Aug 2005 20:25 GMT | 4 |
i don't think this is technically a 'bug' per say, but it is to me.... if i create a simple password program in VB, such as 'Enter Password to Continue', i can simply open my executable file in notepad and find the password without spending even a minute looking. VB is worst ...
|
| Sql Question | 25 Aug 2005 20:07 GMT | 2 |
I'm writing an Sql Statement to total the sale of an order TotalSale=(TotalSale + (QtyShipped * Price)). I have the syntax & it works great. However, I'd like to add Tax + Freight that is derived from another table.
|
| A simple VB6 program - Use if you can | 25 Aug 2005 19:07 GMT | 6 |
This is a simple VB6 program I put together this week. Currently it is composed of three forms. The source will be posted in replys to this post. There should be three .frm and one .vbp. The rest you should be able to figure out.
|
| msflexgrid | 25 Aug 2005 18:35 GMT | 3 |
I've filled a flexgrid, when i scroll down to klik the last entry. I like for the flexgrid to automagicly return to the top of the list. any ideas? Groetjenz,
|
| Modularize In .NET | 25 Aug 2005 17:40 GMT | 1 |
I am just starting development on a new software package for my company. I've been programming in Visual Basic for about 10 years or so, and am just now making the leap into .NET. Here's the question: The application I'm writing will be used both in the office and by the
|
| Simple way to find + ? | 25 Aug 2005 14:47 GMT | 4 |
I have this in a routine and it seems to work, but it seems clumsy to me. Is there a better way to code it? Initially, the code was written for a single vehicle and now the client wants multiple vehicles. To not affect the database, I am using the plus sign to combine multiple ...
|
| Numbers higher but the computer dosn't think so | 25 Aug 2005 14:20 GMT | 2 |
I have created a program that works accept for this part: If L <= lblh.Caption Then cmdNext.Enabled = False Else
|
| Weak references | 24 Aug 2005 22:34 GMT | 6 |
Is there a way to have weak references to objects in a Collection?
|