First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
Directory Comments
In VB6 I can walk through a directory using the Dir function and get the names of the files in the directory. How do I get any comments associated with each file. Thanks -- Shell ... 15 May 2010 18:06
Problem installing COM+ application proxy on widows 7
This might not be the correct place to ask this question as it really is not VB specific (at least I do not think it is) but you guys here have always been able to help me out either directly or by pointing me to a more appropriate group...so here is the issue. I have a large VB6 app here at the company I work fo... 14 May 2010 15:02
Strange VB6 IDE crash
On my old dev machine vb6 started crashing with window's 'Were sorry...' message. This began about 6 months ago. Now this was a well used workhorse machine that had plenty of junk installed and uninstalled over the years, and occasionally I would get the BSOD when I would wake it in the morning. So I figured ... 17 May 2010 12:26
Questions about adding barcode scanning capability
Hi, friends I want to add barcode scanning capability to a next release of my application. A barcode with the identification of the customer will be printed in a form. After to fill in the form, customer sends back the report to my client. The operator of my application should be able to read the customer id... 21 May 2010 10:37
Followup
> And are you sure it uses SSL? Most don't, but gmail does. Well, there you have it. I removed the SSL and it works! Mayayana, thanks for your help, I hereby nominate you for the Nobel Peace Prize, the Pulitzer, and the Congressional Medal of Honor. I was having a forest for the trees moment with this bit... 17 May 2010 12:26
Object Reqired Error Using Kill
jim evans wrote: I use an ocx in a form, but I want to delete the ocx before the program ends. So, I unload the form and try to execute the instruction Kill My.ocx. But, I get an Error 424 "Object required" error. Is it impossible to delete an ocx that was used at any time in an app even if the form w... 13 May 2010 21:36
String formatting question
Is there a shorter way to express the following using a value indicating how many @ to use? It just gets tedious counting those little buggers out. Format$(sString, "!@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@") -mhd ... 13 May 2010 20:30
Winsock
On 12/05/2010 18:46, Jim Bunton wrote: I have a vb application which uses winsock to "POST" an Http request and report on the response [windows XP ] [vb 32 bit for Windows - over 10 yres old!] gets an appropriate response I have written a similar application in VB in Access 2000 It does not get... 20 May 2010 06:14
Timer Class
Experimenting with a timer class. The main loop looks like this. Private Sub TimerLoop() Do While Not m_bEnabled = False If GetTickCount - m_lTickCount >= m_lInterval Then RaiseEvent OnTimer m_lTickCount = GetTickCount ElseIf GetTickCount = 0 Then m_lTic... 12 May 2010 22:33
Clipboard
I am playing with some web cam calls in VB6 and ran into an interesting situation. The API calls use the clipboard to place an image on. So I was running this code and decided to respond to an eMail and edit another VB6 app in the IDE. Well, Ctrl-V was non-functional everywhere for text. Or so it seemed. In ... 14 May 2010 13:56
First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41