| Thread | Last Post | Replies |
|
| round function | 19 Jan 2005 04:08 GMT | 6 |
i have a value ".8976". i need to round this no and should get "90". how to round this decimal? i used round(no,2). its rerutns "9". thanks bala
|
| bad dll calling convention in debug only | 19 Jan 2005 00:17 GMT | 12 |
I have a VB 6.0 program that calls on functions in an MFC C++ 6.0 DLL (I MUST use the MFC library that came with the source code, otherwise I'd just go Win32 DLL). The executable of the VB works fine with the DLL, but when I try to run
|
| Excel Ops | 18 Jan 2005 23:30 GMT | 3 |
VB6SP6 Open an Excel Application from VB. Fill in some values. Now I want to make all USED cell formatted a certain way.
|
| Am I guaranteed a startup directory? | 18 Jan 2005 23:26 GMT | 5 |
List: When I start my application, is the current directory guaranteed to be the one which holds the executable? Is it not even guaranteed to be valid?
|
| ABS Sometimes | 18 Jan 2005 21:55 GMT | 1 |
Has anyone else run across ABS() not returning the absolute value. I had ABS(FUNC(X)) that did not work. I had to make Y=Func(X) and then take ABS(Y) for it to work properly. May have involved type conversion, but I was up against the clock and
|
| Mouse doesn't scroll code window | 18 Jan 2005 21:31 GMT | 6 |
Does anyone know why a mouse might not scroll the code window? It scrolls drop downs and the dosked windows, but not the code window. I use a wireless optical 2.0 w/Intellimouse 5.2 Thanks
|
| Network card getting traffic | 18 Jan 2005 21:30 GMT | 2 |
I'm not even sure where to begin searching for this. My client has a phone switch in their networking closet. There is an RJ-45 (normal network cable) jack on it -- this thing supposedly sends out data whenever a call is dialed or received on any line in that switch. I'm not ...
|
| VB.NET advantages | 18 Jan 2005 21:05 GMT | 89 |
I got Visual Studio 6 installed. I work more with VB6, because my company's application is made in VB6. But now I need to make a new application and I'm thinking if it's better to install Visual Studio .NET and work with the new VB.NET.
|
| View functions and arguments exported by a dll??? | 18 Jan 2005 20:47 GMT | 1 |
View functions and arguments exported by a dll??? VB6 has a dependency walker that will show me the functions exported by a dll. Is there a tool that will also show the number
|
| Mousewheel scrolling on a CCRP control? | 18 Jan 2005 20:45 GMT | 1 |
I've built a small app that includes the CCRP FolderTreeview control. This very nice control provides its own scrollbars, but does not respond to the mouse wheel. I've Googled, but came up only with ways to create scrollbars where none are provided.
|
| Inputbox | 18 Jan 2005 20:36 GMT | 2 |
I've been trying for days now to use the Inputbox function in my application Depending on where I try to us it will create an error .. According to the documentation it has to do with the following: " The InputBox function requires UIPermission at the SafeTopLevelWindows
|
| XP Controls | 18 Jan 2005 18:26 GMT | 1 |
I've developed an app in vb6, but i want buttons, labels, etc to be those used in xp. how do i do this???
|
| Keep Calculator on top | 18 Jan 2005 18:14 GMT | 2 |
I am using this code to launch the calculator Dim ReturnValue, i ReturnValue = Shell("CALC.EXE", 1) AppActivate ReturnValue 'show Calculate
|
| Control appearance problem | 18 Jan 2005 17:44 GMT | 1 |
I'm resizing form and all its controls at design time. All controls are resized properly. While all of them display data with no problem, Sheridan DateCombo displays only part of date. It hides right part of Date. When I click on this control, remaining part of the date appears. The ...
|
| Date format | 18 Jan 2005 17:31 GMT | 7 |
I'm looking to change the regional settings of the current connected user. I would like to modify the Short date format or long date maybe the preference (ex: French canada to Englsh US) I'm working on XP with VB6.
|