| Thread | Last Post | Replies |
|
| Cocreateinstance failed | 16 Dec 2005 00:29 GMT | 1 |
I already create the ActiveX DLL and try to call it in my Visual C. My problem is the calling function does not work in some of my computers. I will write out some steps that I did: 1) I go to regedit and type : regsvr32 dllname.dll
|
| What happened to my underscores? | 15 Dec 2005 23:03 GMT | 3 |
Either I'm losing my mind or that long overdue vacation needs to be moved up... Is there some kind of setting in VB that I've somehow accidentally hit? All of a sudden, all of my command buttons, in my entire project, have no
|
| You found Visual Basic 6.0 Pro for $49.95 | 15 Dec 2005 20:44 GMT | 9 |
I bought Microsoft Visual Basic 6.0 Professional for $49.95 at [url]http://www.malldream.com/[/url] This is downloadable software, and it will work on your computer (ther is no activation like WinXP), but you won't be eligible for updates o
|
| Under what circumstances is the Err object reset? | 15 Dec 2005 19:04 GMT | 3 |
I am loosing the contents of the Err object as I catch (and rethrow) these exceptions going up the function chain. Somewhere along the line the data in the Err object is lost and the custom error number is converted to error 5. Under what circumstances would the error be reset?
|
| IDE & EXE Not Matching? | 15 Dec 2005 19:03 GMT | 4 |
I have a VB6 Form which opens for 2 seconds just before the actual application launches. The start-up Form has only a Timer control, named tmrIntro, & nothing else. The Picture property of this Form is assigned an image (note that there aren't any PictureBox or Image controls in
|
| AppActivate | 15 Dec 2005 18:07 GMT | 4 |
I am using VB6 to transfer a recordset from my database into an excel file. The data is transfered and saved sucessfully. However, before closing excel, I would like to view the excel sheet. I performed a similar operation in a function (in a module) which used a
|
| Time Repair??? | 15 Dec 2005 17:39 GMT | 17 |
Has anyone ever created or seen some VB code to help repair time. I have a list of 60'000 times that I need to check to make sure they are valid and then reapir them. In general all of the problems are input related. Here are some examples of problems I keep repairing. I want to ...
|
| Simple way to count all elements in an array? | 15 Dec 2005 17:19 GMT | 2 |
This is a real silly newbie question. I get a string (VB6 module in excel) steps = Split(Worksheets(1).Cells(pcur_rowIndex, pcur_colIndex).Value, ";") There seems to be no inbuilt function in VB for excel that will allow me to
|
| Make library in Visual Basic | 15 Dec 2005 16:55 GMT | 9 |
I have some function in Visual Basic and I want to call them from Visual C. My question is: What do I have to do? Do I have to create a library (if yes, can you show me how to create it and call from Visual C). I already tried to create ActiveX Dll, it works fine. however, I have ...
|
| Application for Terminal Server | 15 Dec 2005 16:50 GMT | 4 |
is there special consideration or is it any different or how should i properly design application for Terminal Server, any links would be helpfull too thank you
|
| Question on sharing modules across different worksheets: please he | 15 Dec 2005 16:19 GMT | 1 |
Sorry if my question is very basic I am writing some modules in VB which will eventually be used across different worksheets. (Excel 2000 and VB 6.3) I realise that users could import or copy the original worksheet with the
|
| Question on $ and & | 15 Dec 2005 16:15 GMT | 3 |
Hi.. I come across some sample program and I am a bit puzzled with the way the variable and is declared and use Variable Declaration
|
| Force and Event Handler | 15 Dec 2005 16:00 GMT | 3 |
Is there anyway to raise an event from a class and require that any program using that class (not just inheritance) have an event handler for specific events in the class? In my case, some events don't need to be handled, but some must be handled by the program that uses the class.
|
| Sharing modules across different worksheets | 15 Dec 2005 15:45 GMT | 1 |
Sorry if this is a silly question. I am using Excel 2000 and writing some basic modules in VB 6.3. There would be different worksheets which would use the same modules and where each worksheet would be targetted using the sheet names and the filenames.
|
| Visual Basic 6 - Run a shortcut | 15 Dec 2005 14:10 GMT | 17 |
Is there a way to run a shortcut that you know the path to? eg., Run("c:\documents and settings\all users\start menu\programs\accessories\notepad") Nick
|