| Thread | Last Post | Replies |
|
| VB6 .exe name NOT the same name as project? | 20 Jan 2005 16:07 GMT | 3 |
VB6. I wanted to get ready to run the Package & Deployment Wizard for this project. From the File drop down menu of the project, I wanted to do a "Make xxxxx.exe", however the xxxxx which VB fills in is the name of the last project I was working on. That last project is not ...
|
| Int(2.1 / 0.1) returns incorrect value | 20 Jan 2005 15:15 GMT | 5 |
I am using VB6 (SP6) when performing a simple calculation that returns the integer portion, such as Int(2.1 / 0.1) the wrong value is often returned. For example... The calculation Int(2.1 / 0.1) returns 20 instead of the correct 21.
|
| New Cracked Software(cad,cae,cam,eda,pcb,gis,cfd,cnc...) | 20 Jan 2005 14:18 GMT | 1 |
Hi! If you are professional ARHITECT, ENGINEER, DESIGNER, PROGRAMMER or User, and you can't buy expensive professional software - we will solve this
|
| Catching custom message ... | 20 Jan 2005 14:16 GMT | 1 |
How can I catch custom (user-defined) messages in VB application. The messages are posted with PostMessage() in a C++ DLL and I need a way to catch them that works like the ON_MESSAGE() macro in C++. Hugo
|
| Date Function | 20 Jan 2005 14:13 GMT | 2 |
I need a Date sample function, if anyone can help. What I am trying to do is: I have a program that copy files from a folder to another folder and then deletes the files from the 1st folder. But I need to check if the created date of the file is Monday or Tues,
|
| register error | 20 Jan 2005 13:56 GMT | 1 |
i wrote an application and i used the deploy pack to create an istallation program, during creation of pack it appears a warning tha tells me: - Information is out of date: MASCAL.OCX
|
| Timer | 20 Jan 2005 13:21 GMT | 4 |
I want to execute a process every 1 hour so I use the Timer in Vb6 and I made my tests with 1 minute, when I decide to put the right time I've got a message that I don't have the right value, and I realize that the timer did not accept more than one minute
|
| Hot key to stop execution of an application during run-time | 20 Jan 2005 09:41 GMT | 9 |
I have a VB application which is designed to run in a permanent loop. The line before "end sub" reads goto 100 and is designed to take the programme back to line 100 in a never-ending loop. Within the loop the programme runs a series of powerpoint presentations. Within the loop ...
|
| Question on ActiveX Controls | 20 Jan 2005 09:20 GMT | 10 |
I am new to activex and would like to create a control that has two text boxes on the form. I understand there are GET and LET procedures to assign and read data and make the properties visible to the outside world.
|
| What is the lightest control with setfocus property? | 20 Jan 2005 05:12 GMT | 8 |
As the subject asks I need to know which is the lightest control I can use that does nothing but receive diverted annoying focus from other controls. This do nothing control will be out of sight on the form. Thanks
|
| FTP DOWNLOAD! More than 6500 CRACKED SOFTWARE(CAD,CAE,CAM,EDA,PCB,GIS,CNC,FEA,PDM,3D, | 20 Jan 2005 01:15 GMT | 1 |
Our Team provide CRACKED engineering and technical software at this topics: => Civil and Structural => Survey , GIS , Rock , Soil and Water
|
| Manually Registring DLL's and OCX's | 20 Jan 2005 00:37 GMT | 4 |
I have recently bought a new computer with WinXP Pro but I am still using VB6 EE. I have some DLL's and OCX's which I made on my old Win98 SE computer with VB6 EE. How do I register them manually in WinXP Pro environment? Thank you,
|
| open with dialog | 19 Jan 2005 23:24 GMT | 1 |
Hi I'm trying to use the command.. ShellRet = Shell("rundll32.exe shell32.dll,OpenAs_RunDLL " & Document, vbNormalFocus) but instead of getting what i expect should be the Open with dialog box,
|
| Showing a progress form with a cancel button | 19 Jan 2005 23:01 GMT | 2 |
I've written a VB6 app which runs over a word doc (it records information from the doc in a database). Recently I made it so it can batch process - the user selects a bunch of docs, sets it running and goes and gets a coffee. The problem now is that I've been asked to make it ...
|
| "NumLock" goes off when using "SendKeys" in VB4 | 19 Jan 2005 21:16 GMT | 13 |
I want to use the "Enter Key" to move from field to field as well as the Tab Key. I am using the following code. Private Sub txtVehMdlYr_KeyDown(keycode As Integer, shift As Integer) If keycode = vbKeyReturn Then
|