| Thread | Last Post | Replies |
|
| char* from .dll in VB | 23 Jul 2003 09:12 GMT | 3 |
I have problem with programming my fiscal printer in VB. In the library of printer (wrote in C++) "ThermalServiceLibrary.dll" is function: Private Declare Function p_LBIDRQ Lib "ThermalServiceLibrary.dll" _ (ByRef aLBIDRQ_ResponsePtr As tLBIDRQ_RESPONSE) As Long
|
| How to use shellexecute to execute outlook express mail? | 23 Jul 2003 07:19 GMT | 1 |
Hi,Everybody I want to use VB6 just one command to shellexecute outlook express only one line to mailto,subject,context,and attach files?How to I do?
|
| closing Excel using quit doesn't work | 23 Jul 2003 03:58 GMT | 1 |
I open an instance of MS-Excel using dim myxl as excel.application set myxl = new excel application after
|
| reziser or alignemnt ocx control | 22 Jul 2003 12:57 GMT | 1 |
any one know a good OCX for reziser or alignem t for VB form? my problem is: I desgin a VB form with many control on this form on windows resoluation 800*600 but in some machine the window resoluation is 1024*768
|
| Form rotate and Form flip | 21 Jul 2003 08:54 GMT | 2 |
Am I able to rotate the form by a degree like 45 degrees?? Am I able to flip the form and its controls, like left to right and top to down and vice versa? How do I make a window in black and white like in WINXP when its updating
|
| Enum | 20 Jul 2003 00:44 GMT | 1 |
I tried to expose my Enums in my COM Dll written in VB 6. How can I define public Enums, so I can use them in method parameters. Thanx Damjan
|
| Reading Istream interface | 19 Jul 2003 07:29 GMT | 1 |
I'm using the MS Soap toolkit v3.0 and vb6 to talk to a soap service. The service is responding using multipart MIME so the Reader30 object can't cope with this. I am hoping to still use the toolkit but decode the MIME myself.
|
| Formatting an cell in excel | 19 Jul 2003 02:09 GMT | 3 |
I am using VB to write to an excel spreadsheet. What I would like to to is to write some text and make it bold. I also would like to write a number and format it with 0 decimal places and write a percentage with 2 decimal
|
| Imaging Automation either Wang Imaging or Kodak Imaging | 18 Jul 2003 14:13 GMT | 1 |
Greetings NewsGroup, I tried browsing Google but i cant seemed to get any help about imaging automation. From what i have gathered there are two types of imaging software
|
| How to make Excel stop running in VB code background?.... | 18 Jul 2003 02:51 GMT | 1 |
I am aware that there is a known bug in VB in that it does not work very well with Excel. I am running a VB application that automatically prints selected sheets from an Excel workbook. After which, i do the normal routines
|
| Picture Control in ListView listitems | 17 Jul 2003 17:22 GMT | 2 |
Is it possible to put a rectangular picture control in to a ListView ListItem? I have a picture in a picture control. I just want to display it in a number of ListItems in a ListView
|
| Printing HTML File | 17 Jul 2003 16:12 GMT | 1 |
ive a html file displayed in the web browser control. I want to know how i can print the whole contents html page to a printer. thanks in advance arun
|
| Accessing a remote component | 17 Jul 2003 12:18 GMT | 3 |
I have a dll , say in MachineA. From MachineB thru VB, I am trying to access the component as follows set objTest = CreateObject("prjTest.clsTest","MachineA") It throws the error 'Class not registered on local machine'
|
| Scripting host as object (create instance at runtime) | 17 Jul 2003 09:59 GMT | 1 |
I would like to use the msscripting control from within my appl, but I don't what to have it on a form. The code I tried is: dim myscript as scriptinghost
|
| How to write DCOM | 17 Jul 2003 09:49 GMT | 2 |
Hi I'm a ASP/VB programmer with some experience in writing ActiveX component. So far, these ActiveX com are running on the same server as the website.
|