First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
Combinations
In VB6 I have an application where I have 7 characters (numbers and/or letters). I need to generate a list (probably in a database) on all possible combinations of 3, 4, 5, 6, and 7 characters. I keep getting mixed up, trying recursive functions, which I hate. Does anyone have a simpler way of doing this? ... 3 Jun 2010 08:57
Tom Shelton ...
C. Kevin Provance wrote: "Karl E. Peterson" <karl(a)exmvps.org> wrote in message news:%23CU6sLeALHA.5476(a)TK2MSFTNGP06.phx.gbl... C. Kevin Provance wrote: Yeah, seems like a "fair" question... <bg> <vbeg> Ooooooohhh... We're having fun now! http://social.msdn.microsoft.com/Forums/en-US/vbg... 1 Jun 2010 21:55
Tom Shelton...
"Karl E. Peterson" <karl(a)exmvps.org> wrote... : I've already raised the issue of Microsoft "inviting" us to the forums, : here: : : http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/ba2234f8-cc2f-41c8-8c1f-551558023c3e : : Anyone with an ID who'd like to pitch in, by all means... Thanks, Karl. ... 5 Jun 2010 20:14
Detecting first row in ListView
Is there a method of detecting which row number is the first row displayed in a ListView when the view has been scrolled down? There doesn't seem to be an event that is fired when the user scrolls the list up or down. Is there another method of detecting the top row number in the view? Thanks, Charlie ... 3 Jun 2010 11:10
Looking For A New BASIC?
http://www.freebasic.net/ I am going to promote the above. 1) It is open-source. 2) It supports the following built-in data types: BYTE UBYTE SHORT USHORT INTEGER UINTEGER LONGINT ULONGINT (64-bit) Floating Point Types SINGLE DOUBLE Strings (Up to 2GB in leng... 4 Jun 2010 04:52
"Real" URL in webbrowser control
When I navigate to a website using the webbrowser control in VB6, I get the events of loading and completing of URLs: When I navigate to let's say www.thisurl.com, other URLs may be loaded, e. g. banners, inline frames, etc. Loading these "sub-URLs" also raise the document complete event. How would I know th... 30 May 2010 15:26
Goodbye
Goodbye, cruel group. It is a far, far better thing that I do, than I have ever done; it is a far, far better place that I go to, than I have ever known. Mike ... 3 Jun 2010 10:03
Karl, slight bone to pick with ccrpCountdown.Duration = 0 causingcrash
On 27/05/2010 17:59, Karl E. Peterson wrote: I'm having trouble understanding why you're setting a duration of zero. We had to special case 0 and use 1 for intervals for poeple that wanted "as fast as possible" :p -- Dee Earley (dee.earley(a)icode.co.uk) i-Catcher Development Team iCode Systems (Repli... 28 May 2010 09:20
Shell ???
I try to execute a vb6 statement Shell (Environ$("comspec") & " Shutdown -s -f") All I got was a command window, why ? I can type in shutdown in that window, it works. Just be careful should you decide to test it, it may shut you down. Thanks ... 28 May 2010 06:05
Converting a process to an object
Hi all, I have the following code that works great on my computer. But when we are putting the same exact code on a Citrix server the following command doesn't work : Set SW = New ShellWindows Err.Number = -2147024894 Err.Description = unable to find the specified file. Any idea on what could be the pr... 28 May 2010 11:34
First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37