| Thread | Last Post | Replies |
|
| How to return a string from ATL C++ code to VB6 code | 10 Nov 2004 01:31 GMT | 1 |
I am using a C++ DLL built using ATL. The Property Get (shown below) is designed to return a Date string to a calling VB6 routine. The code shown below seems to work properly, i.e. I am getting date strings returned to the VB6 calling routine. But, I think we are leaking ...
|
| How to remove a component from the "Available References" list? | 09 Nov 2004 15:13 GMT | 2 |
Having made a dll and decided the original name was uninspired, how can you get rid of the old version from the "Available References" list in VB?
 Signature John Austin
|
| Multiple instances of ActiveX server | 09 Nov 2004 09:36 GMT | 2 |
I have looked thru' previous postings but have not found anything which explains my particular problem... I have a VB6 ActiveX EXE server defined with a thread pool of 1 so that there is only 1 instance running. When the machine starts up I have a
|
| Please Help :VB6.0 Combo boxes problem | 08 Nov 2004 14:23 GMT | 1 |
I really do need nelp with this I've gotta timesheet application developed inVB6.0 Application it self has a VB datagrid with few columns. Drop down Combo boxes with values are consist of each column.
|
| Where's my captionless form? | 06 Nov 2004 13:55 GMT | 2 |
Can anyone tell me how I can get a captionless and borderless form to show up on the Start bar. At the moment it vanishes and you need to minimise everything to find it. Dave
|
| Problem with "Reference" & "CreateObject" | 05 Nov 2004 19:57 GMT | 3 |
I met a problem with "Reference" & "CreateObject", hope someone can help me. I made a COM Object by Delphi, and I want to use it at VBS, so the code like: 1-> Set xx=CreateObject("Project1.MyObj")
|
| Early vs Late Binding with Office Products | 05 Nov 2004 08:55 GMT | 1 |
This may not be the best NG for this, but I could not find one that I thought would match better. I appologiz if I am in the wrong place. If so, could someone please point me in the right directoin. I have a DLL that uses Excel to create a report. The DLL was originally
|
| date formating problem | 05 Nov 2004 05:18 GMT | 2 |
I have a problem with date formating. When I format date as format (02-11-2004 , "dd-mm-yyyy") and insert it to a date field in an access db , it returns the value "10.07.1894" ..
|
| Multi Monitor | 04 Nov 2004 16:27 GMT | 3 |
My workplace PC is connected to 4 monitors. Now I would like to write a small program in VB that enables starting an other application on a certain monito e.g. monitor 3. Is there an API function for defining a certain monitor as primary monitor
|
| printing of webbrowser control content | 04 Nov 2004 12:14 GMT | 1 |
I'm trying to print the content of the WebBrowser control from vb6. I want know the dimensions (in pixels) of the page on the default printer. I use the follow code: Printer.ScaleMode = vbPixels
|
| Runtime Error 430 | 01 Nov 2004 18:30 GMT | 3 |
I'm using VB6, ADO, Jet, ActiveReports, DynaZip. I have a large application that has a main project, 3 ActiveX dll’s, and an exe that I shell to for reports. We have been in Beta Testing for a long time and we are constantly making additions and improvements. Occasionally when I
|
| Visual Basic 6 COM+ multiple projects | 01 Nov 2004 16:50 GMT | 1 |
I am on a project that uses two VB6 ActiveX DLL projects: - One is for Select statements, so no transactions (COM+ or ADO) are involved. - Second one is used for Updatesm, DDeletes and stored procs and uses
|
| How to raise License Failure? | 01 Nov 2004 16:24 GMT | 1 |
I want to raise "License failure" from my VB6 Dll. Is there any special errorcode for that? Thanks, Özden
|
| asynchronous process in vb | 01 Nov 2004 16:22 GMT | 1 |
I try to develop component (ActiveX.exe) that should runs asynchronously, but unsuccessfully. I made the same example like in the msdn and my program still waiting
|