| Thread | Last Post | Replies |
|
| ENTER key behaviour | 14 Mar 2005 06:35 GMT | 1 |
I have a text box on the form. When entry is complete in the textbox and an ENTER key is pressed I want to acticate the button having caption "ADD" so that the next press of ENTER key will press the ADD button. Currently pressing
|
| radiobuttonlist | 14 Mar 2005 02:38 GMT | 1 |
I have several radiobuttonlists that I do not want to show the text on. For example I have some survey questions where the user will select an option based on their rating. It is not necessary to show text. This
|
| Obj Files | 14 Mar 2005 01:08 GMT | 1 |
One of my forms has gotten corrupt. Is there anyway to extract the code from the obj files. I used dumpbin /all and can see the functions and the raw data. Is there anyway to translate
|
| Loop through a Range is SLOW!! | 14 Mar 2005 01:05 GMT | 1 |
Desperate for some Expert opinion. I wrote a sub that change border linestyle of each cell within a selected range, based on existing linestyle information. for example, Table1, line style is xlcontinuous. This sub will change all solid lines to dashdot (or
|
| Detect a specific computer on a LAN? | 14 Mar 2005 00:25 GMT | 3 |
What's the best way to detect whether or not I have a connection to a specific (named) machine on a LAN? I have an app (VB6 of course) in which the user has the option to get some data from the company's SQLServer database. This app runs mostly
|
| ListView New Index By Dragging... | 13 Mar 2005 22:23 GMT | 2 |
Hello Friends, Let's say I have a ListView with 7 rows of data and 4 columns. I need to be able to rearrange the order through drag and drop. Let's say I select item 5 and I want to drag and drop it into position 2. How can I accomplish
|
| VB6 & dll problem | 13 Mar 2005 13:29 GMT | 4 |
I'm kind of newbie when it comes to creating dll for my VB6 project, so maybe this is suppose to work like this, anyway here's my situation. In my project (exe) I have a module that can read different files and extract some information, these files can vary alot, but the info ...
|
| mscomctl.ocx | 13 Mar 2005 11:09 GMT | 10 |
The details that are identical: File Version: 6.1.97.82 Description: Windows Common Controls ActiveX Control DLL Comments: February 23, 2004
|
| XML Question from newbie | 12 Mar 2005 17:17 GMT | 3 |
I am completely new to working with XML, but quite experienced with VB6 and have some questions! Assume I have an XML file something like... <Items>
|
| form load and unload | 12 Mar 2005 14:45 GMT | 5 |
i have kind of problem need to solve, i have a situation where in form load i have to check for the condition if condition if false i have to unload the form. example
|
| URGENT: Resource file question | 12 Mar 2005 10:59 GMT | 2 |
I would like to use a resource file for language translation. All my labels can be either be in French or in english. I read in documentation that you have to create a string table inside your resource file. I'm not sure I understand. I need a step by step instructions
|
| Latched command buttons | 12 Mar 2005 08:45 GMT | 3 |
How do I create a latched command button? Its simple in VBA but not so in VB6 ?
|
| OCX question | 12 Mar 2005 06:21 GMT | 2 |
I want to have 2 Events that I want to raise from my OCX, but I want each event to be generic enough that it can be raised from more than one routine in the OCX. When I have needed this in the past, I went thru the "OCX Wizard" and it created the definitions for my events and then ...
|
| Print MSFlexgrid | 12 Mar 2005 04:47 GMT | 3 |
I need an example of how to print flexgrid... columns and rows thanks
|
| how to capture it ? | 12 Mar 2005 02:56 GMT | 3 |
How can I capture a text control content (text.text or text.value) from a runing window by VB6?
|