| Thread | Last Post | Replies |
|
| Installing Merge Module in Application Directory | 11 Jun 2008 02:21 GMT | 2 |
I currently have an application developed in VB6 that I deploy using VSI v1.1. For the dependencies of the application it automatically includes some MSM modules. The issue I have is that some of them it wants to install in the Windows/System directory. I would like all files to ...
|
| Convert long value to "unreadable string" | 11 Jun 2008 02:07 GMT | 16 |
I want to create an activation code from a machine code. This means the user's machine shows a code which comes from the partition serial number and the Windows serial number. I kill all characters, and only have the numbers. So it will be 12 digit
|
| i really need help! | 10 Jun 2008 21:34 GMT | 11 |
I am developing a DLL on VB6 and i have this issue: To add certain functionality on it, i had to add the whole opensource code of the VB Core Libraries (which supplies dot net like functionality), i have removed almost every class what i dont need and
|
| Activating a form from a standard exe | 10 Jun 2008 18:27 GMT | 3 |
I have VB 6 standard exe that was designed to run from the command line. If no parameters are provided, a message box is generated that defines what parameters are needed, one being a file name. I would like to change the program so that if it is run without parameters,
|
| Installing a VB6 (SP6) app (not VB itself) under Vista | 10 Jun 2008 16:16 GMT | 49 |
Sadly, I'm still confused after a lot of reading. I have an app compiled under VB (SP6) & I'm trying to get it OK to install under Vista (all users currently use XP or earlier). My development computer runs XP, but I'm trying to make my app installable
|
| Is everything okay with this code? | 10 Jun 2008 16:10 GMT | 2 |
Is there any chance that this code might fail? I know that there's a problem if WMI is not installed but I'm interested in other problems that might occur! Please tell me any thoughts about this code!!! If somebody knows if the DiskDrive signature will change on Windows
|
| Adding Calender Controls in VB6 | 09 Jun 2008 20:57 GMT | 3 |
I am a beginer in VB6, For a small program I am writing, I want to enter the date of birth in an input text box. For this how can you activate the calender view for easier input. Can anybody please help? Basheer
|
| How would you handle this error 430 automation error? | 09 Jun 2008 15:48 GMT | 1 |
I have a VB6 project with about 8 Classes in my IDE. I package the dependencies and notice that my Project references are not persisting. By iteration, I keep adding back the Project references, which in all cases are components I made. Then I package the dependencies, then I ...
|
| String Array Building Performance Question | 09 Jun 2008 14:51 GMT | 8 |
Example: Type Data_Structure FieldA as String FieldB as String
|
| Cell Criteria | 09 Jun 2008 10:17 GMT | 1 |
I have a list of products in cell A1with text “E104, E105, E107, E123, G234”. How do I get the cell to inform me should any of these criteria be met or entered into A2
|
| Are these 3 functions the same? | 09 Jun 2008 09:03 GMT | 8 |
1. public Declare Sub CpyMem Lib "kernel32" Alias "RtlMoveMemory" (pDst As Any, pSrc As Any, ByVal dwLen As Long) 2.
|
| Setting another app's windowstate | 09 Jun 2008 09:02 GMT | 4 |
Hello again. I must control another application. I want to set its windowstate from Maximized to Normal, but my SetWindowPlacement function does not work 100%. The border is still as the window was in Maximized mode: It's absolutely
|
| Writing to a table in an MS Word Document from VB | 09 Jun 2008 04:17 GMT | 3 |
I wrote a program using VB 2008 Express Edition that creates and writes to a .txt file. The records written contain 6 tab-separated fields. To create a report from the data in this .txt file, I open the file using NotePad or WordPad and copy and paste the contents into a table ...
|
| calling sub from another class | 09 Jun 2008 04:04 GMT | 2 |
I am using vb.net 2008 express. On Form1.vb I have a button. I also added a public class called FillAddition. In this class I have a procedure called Sub FillAdd(). When I click the button, I want to run a the FillAdd sub.
|
| msdn | 08 Jun 2008 19:48 GMT | 1 |
Hello Dear I'm need for msdn file
|