First  |  Prev |  Next  |  Last
Pages: 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
color conversion
VB6 uses hexadecimals to define color of forms and text. Is there a program or some way that I can obtain the following for these 4 colors? Light Blue = &H00FFFFC0& Light Yellow = &H00C0FFFF& Light Red = &H00C0C0FF& Light Green = &H00C0FFC0& I need the Hue, Sat, Lum, Red, Green and Blue numerical values of ... 5 Oct 2006 10:09
VB application to AS400 Emulator
Hi All, I have a VB application that connects to the IBM I-Series client and sends some keystrokes. I am connecting using PCOMM with the following code: Dim autECLSession As AutConnList Dim autECLPS As AutPS varSerial = frmMain.txtSerial1 Set autECLConnList = CreateObject("pcomm.autECLConnlist") Set autEC... 22 Sep 2006 11:13
Debug error in VB2005 Express Edition
Get this error: --------------------------- Microsoft Visual Studio --------------------------- Error while trying to run project: Unable to start debugging. A debugger dll, msdbg2.dll, is not correctly installed. Please repair your Visual Studio installation via 'Add or Remove Programs' in control panel... 5 Sep 2006 17:28
Error 480 - can't create autoredraw image
I'm trying to do a simple crop by loading a JPG into a picturebox, then PaintPicture to a second box with size set to the crop region. Very simple. It works fine but fails on certain images. The one picture I have that fails is 2500 x 1700 pixels (approx.), from a digital camera. And other pics saved from... 6 Sep 2006 14:13
FaxComEx Fax Sending
i'm able to use "FaxComEx.FaxServer" to send fax for Txt file but not PDF file.. it show "FaxComEx FaxDocument.1: Operation failed..." this program is run on windows 2003. any ideas ? pls help. ... 25 Aug 2006 06:49
MSFlexgrid
I have a flexgrid populated by various numerical data. How do I get the value when a user double clicks a cell???? Thanks ... 18 Aug 2006 04:14
Visual Basic 3 form load error
Hi, When attempting to open a .frm file (Repwin) in vb3 the following error message is displayed: Path/File access error: 'C\Repwin.log The Repwin log file contains the following infomation: Line 40: Class SSPanel of control pnlStatus was not a loaded control class. Line 72: Class SSPanel of control pnlP... 12 Jul 2006 19:28
VB3/4 control problem
I have been tasked with re-developing an old VB3 app. I have vb4,6 and 2005.net I do not have the original source code (long story) but have got a decompiler which has created the necessary source files. Problem 1 - the .frm files are binary. VB6 can't read them - but vb4(16 bit) can. The idea is to get vb4 t... 29 May 2006 07:05
AS400 OLE DB connection
I am trying to connect to AS400 using OLE DB, but either using SNAOLEDB or IBMDA400 it gave me error "Run time error 3706: Provider can not be found. It may not be properly installed". I can connect ODBC Data source to AS400 using "Client Access ODBC Driver (32 bit)" by IBM. Does it mean I do not have the SNAOL... 5 Apr 2006 14:25
Soap 3.0 Error Help
Hello, In my application i have this error: Connector:Connection failed or server refused connection (request might exceed MaxPostSize). HRESULT=0x800A151E - Client:An unanticipated error occurred during the processing of this request. HRESULT=0x800A151E - Client:Sending the Soap message failed or no recogniza... 10 Mar 2006 10:15
First  |  Prev |  Next  |  Last
Pages: 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87