First  |  Prev |  Next  |  Last
Pages: 123 124 125 126 127 128 129 130 131 132 133 134
Windows Image Acquisition and Windows 2000?
All, I have heard that there is a way to make calls to the Windows Image Acquisition Library (wiaaut.dll) from Windows 2000. I have also read that the (gdiplus.dll) is needed. I have tried all this and still cannot make VB6 calls to that DLL. Can anyone help?? Thanks, Dave ... 17 Jun 2005 10:14
VB 6.0 and .net
What is the difference between Visual Basic 6.0 and Visual Basic .Net? I'm looking to get started in Visual Basic and don't understand? -- Scott ý--ý ... 20 Jun 2005 11:58
rsidll32
Does anyone there have the rsidll32.dll file? I need it in an urgent matter and I can't find it. It's only around 104KB but I can't find it anywhere. Thanks a lot for any help given! Cheers, Ivan DeSousa JR ... 31 May 2005 21:53
Print to a Barcode Printer
Here is my problem: I want to print to a barcode printer (Zebra 2844) in this way: I want to use true type fonts like "Arial Bold", so I used the printer method from VB. Perfect. Now I want to print barcodes too, but it have been not easy trying with barcode fonts and other methods, so I decided to print barcodes u... 10 Jun 2005 22:52
highlight some text in a RichTextBox control (vb6)
How can I highlight some text in a RichTextBox control ? My code below makes some text blue, and some red. How can I highlight some text with yellow? rtfTest.Text = "hello" rtfTest.SelStart = 2 rtfTest.SelLength = 1 rtfTest.SelBold = True rtfTest.SelColor = vbBlue rtfTest.SelStart = 3 rtfTest.SelLength = 2... 27 May 2005 09:27
Ole Idispatch exception code 0 from Microsoft word
When I run this source, I get the error "Ole Idispatch exception code 0 from Microsoft word'. The connection is oke. I get the Error at line 7 dbHandle =SQLCONNECT([Mail]) =SQLEXEC(dbHandle, 'SELECT * FROM mailmerge','Mailmerge') CURSORSETPROP([Buffering],5,[Mailmerge]) oWord = CreateObject("Word.Applica... 21 Mar 2005 11:40
Tabs
Visual Basic I need to creat a form which has the following 4 tabs: Entry, Search/Update, Display and Exit. Each tab shows a different set of controls inside the frame. How are these tabs created? ... 18 Mar 2005 08:05
'Dynamic' Chart??
Hello everyone, I have 2 questions: 1) Suppose I use a Macro to select a range of data for a Excel graph, and convert it to my style. Then I want to add a number of checkbox, that if clicked, show/hide certain linked dataseries. Since the data range is different every time, I like dynamically create the che... 17 Mar 2005 00:24
VB3 anyone...?
Does anyone have an old VB.LIC file they could let me have? I have a client with an ancient VB3 system that needs a few small text tweaks to its printed output. It's a fairly complex app and the changes required don't warrant a full VB.Net upgrade (or the time it would take!) They do actually have the original... 17 Mar 2005 16:30
crop and resize picture box:
crop and resize picture box: does anyone know the code to resize a picture box and crop to a section based on coordinates? ... 15 Mar 2005 11:26
First  |  Prev |  Next  |  Last
Pages: 123 124 125 126 127 128 129 130 131 132 133 134