First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
debugging a vb6 dll
<sparnar(a)gmail.com> wrote in message news:5a420918-c5ff-44dd-a284-1d38e89b10ea(a)k13g2000hse.googlegroups.com... On May 16, 7:05 am, spar...(a)gmail.com wrote: On May 15, 3:37 pm, "Ralph" <nt_consultin...(a)yahoo.com> wrote: <spar...(a)gmail.com> wrote in message news:dc94f475-4748-4af3-a3db-5... 19 Jun 2008 01:15
comp.lang.basic.visual.misc charter
span-24 last" id="footer"> <div class="column span-11 prepend-1"> &nbsp; </div> <div class="column span-11 prepend-1 last"> <fieldset> <legend> <span>Join with us today</span> <br /> </legend> <form onSubmit="return checkrequired(this)" class="quicksignup" action="https://s... 23 Apr 2008 01:58
VB6 runtime error 80010108 in vista
Hi, i'm using VB6, I have a program that work fine in XP sp2, but in Vista, i got the runtime error 80010108:automation error, when i load a form with a calendar. after testing, the problem come from using Calendar.value. is there a way to avoid this???? ... 23 Nov 2007 12:19
Connect to SAP from Excel using VB
Hi Guys: I created a function module from a BDC program and made it RFC enabled in SAP. When I execute this in SAP, it works fine and creates a customer. But when I try to trigger it from Excel, it gives me the error “Object Variable or With Block Variable not set”. Please HELP!... Here is my VB code -----------... 21 Nov 2007 12:37
Convert from string to double no matter the locale
Hi, The result from CSng("3.5") apparently depends on the locale. If I try it on a Spanish PC, I'll get 35 back instead of 3.5 I can "fix" it by call CDbl() on "3,5" instead, but I need this to work with both "3.5" and "3,5" no matter the locale. How can I have this conversion done correctly for both cas... 10 Dec 2007 00:00
Multiple icons in exe
I have an app that is to have multiple icons in the exe which the user can select for the app's explorer shortcut icon... 4 different icons, each containing 16x16, 32x32 and 48x48 icons, made with Axialis. I'm having a problem using the resource file method for the icons. When you "right-click > Properties > Chan... 10 Nov 2007 08:27
Help with SendKeys
In article <fgn7ij$9kf(a)aton.abo.fi>, beginner <not.this(a)address.spam.no> wrote: Could someone show me how I could write a little code to open 'A.bmp' in Paint, and save it from Paint in 16 colours by using SendKeys or some better way? Thanks very much. Surely this can't be impossible or a very stupid ques... 10 Dec 2007 00:00
User Defined Data Type --- Please HELP!!!!
Private Type Header Typ As Long Length As Long End Type Private Type Dane Nick As String IP As Long End Type Private Sub Form_Load() Dim H As Header Dim D As Dane Dim FF As Integer Dim Buf As String D.Nick = "None" D.IP = 1 H.Typ = 1 H.Length = Le... 10 Nov 2007 08:27
Run commandline file from vb6 and read the output
I want to run a commandline tool from vb. It searches for some information in a database and returns it to the commanline (I guess stdout) Running an application from vb is not the issue, but I don't know how to read the commandline output. Can someone give me an example in VB6.0 (SP5) Thanks in advance ... 19 Oct 2007 15:38
VB 6.0 with MSXML2.DOMDocument; How to access apache http with credentials
I have two applications, one using VB.net and one using VB 6.0. To http access a protected apache server with VB.Net, I do: public string CreateRequestURL(string baseURL) { StringBuilder sb = new StringBuilder(baseURL).Append(String.Format(urlAppendix,_userID,PartNumber)­); ... 28 Sep 2007 21:13
First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16