| Thread | Last Post | Replies |
|
| System Watcher | 03 Apr 2008 21:51 GMT | 3 |
VB6SP6 I would like to see what happens in the registry and on the hard disk when I IDE run, .exe run or install a VB6 application. Is there some app or apps that will watch all of this and report the changes
|
| Urgent Need!!!!! MS Excel/VBA developer @ Columbus, GA | 03 Apr 2008 21:41 GMT | 1 |
Please send resumes to nkonatham@myasap.com Hi This is Nick from ASAP Staffing LLc Here is our direct client requirement for you....
|
| comma and dot in Text Box | 03 Apr 2008 17:31 GMT | 5 |
I have VB6 Client application that contains textbox. When the user type comma in textbox, it will change to dot. I want the comma to be comma but not dot. I have checked Regional Setting of windows, it is United State(English). Please
|
| How to get reference to HTML Document? | 03 Apr 2008 15:09 GMT | 1 |
I am using vbscript to open a browser set ie=createobject("internetexplorer.application") ie.visible=true ie.navigate "http://google.com"
|
| Excel Macro | 03 Apr 2008 14:02 GMT | 1 |
I want to add command buttons at rum time to excel sheet on particluar cell as below: sheet1.OLEObjects.Add(ClassType:="Forms.CommandButton.1").Name = "cmdDetails"
|
| Unable to cast COM object of type 'System.__ComObject' to class type 'System.Drawing.Image'. | 03 Apr 2008 08:22 GMT | 72 |
I'm attempting to use an MSDN sample (converted from VB6) called "Minimal" to eventually import images into MS Access. After 2008 converts everything, I can get the thing to run (using Debug) but when I capture an image, select it and then go to "Get Picture" in WIA, I
|
| Exchange rate problem | 03 Apr 2008 03:13 GMT | 46 |
I'm writing a VB6 program which allows users to draw graphs of various international monetary exchange rates and I've come across something which seems rather strange. I've just checked the actual "real" exchange rate, using a specific documented "real world" example, and it ...
|
| Create PDF File ifrom VB App | 02 Apr 2008 23:56 GMT | 7 |
I'm required to modify an existing VB6 program so that it can export measurement result to a PDF file. I need to find some component, either OCX or API, to generate such a PDF file. I heard that PDF.ocx is a component which can convert an image to PDF file,
|
| Is VB6 phased out ? | 02 Apr 2008 18:48 GMT | 16 |
VB has changed to VB.NET now, should we continue to use VB6 for development ? Is it phased out by Microsoft ? Thank you .
|
| Compatibility issue with adomd.dll 2.81 / 6.0 | 02 Apr 2008 18:06 GMT | 1 |
I'm struggling with an xp / vista compatibility issue on which I couldn't find any information on the web. I have already described the problem in microsoft.public.sqlserver.olap, but haven't received any responses yet. (http://www.microsoft.com/communities/newsgroups/en-us/
|
| Problems accessing SQL Server 2005 with Excel VBA | 02 Apr 2008 17:38 GMT | 3 |
I have a Visual Basic application that works fine under SQL Server 2000. However I am having problems with it under SQL Server 2005. Here's the code in abbreviated form. Set QryPost = New ADODB.Command
|
| Embarassing? App still takes up ~40 processor power. | 02 Apr 2008 16:13 GMT | 35 |
can somebody please tell me if this is okay? -> I wrote an application that does a lot with graphics although it's neither an image editing software nor a game. It's an education software for kids.
|
| Add rows Programmatically to Excel Spreadsheet | 02 Apr 2008 14:56 GMT | 2 |
I need to write a Excel Macro to add rows to excel spreadsheet dynamically. Could you please help
|
| Error in Call statement | 02 Apr 2008 12:18 GMT | 5 |
I have the following UDT defined in a base module: Type RecordCC CatScore(15) As Single End Type
|
| Cannot reproduce bug | 02 Apr 2008 12:00 GMT | 7 |
can anybody please tell me a good place where to ask for people who can try to reproduce a bug in my application? It only happens on about 1 of 50 computers, and no matter what I tried, I could not reproduce it.
|