| Thread | Last Post | Replies |
|
| select part of string | 05 May 2004 11:55 GMT | 4 |
Is it possible to find a certain part in a string? I need the last part of the string which is after the last backslash in the string. The string can contain more than one backslah but i never know how much. Example:
|
| Dying for ideas on "multi-thread" com server | 05 May 2004 08:11 GMT | 9 |
I posted a question a couple of days ago, entitled "How can muultiple users simultaneously wake COM Server". I am very eager for a solution to this! I need a way for any number of requests coming in for a COM server (activex
|
| Error Log Question | 04 May 2004 22:11 GMT | 3 |
The Function 'Me.Name' in a form returns the name of the form, no probs. Is there a way to do the same thing in a module without using a Const or variable? Can the name of a Sub or Function be returned?
|
| how to receive udp multicasting packets with winsock control? | 04 May 2004 21:07 GMT | 4 |
Subject say it. Ie I have a network adapter that has UDP multicasting packets coming in with destination addresses in the 224.x.x.x range. I'm trying to receive this data with the winsock control in either VB5 or VB6. I set up the control as a UDP control,
|
| Seltext alternative | 04 May 2004 19:49 GMT | 6 |
This may seen like an odd request but is there a longhand way of replacing seltext in this piece of code? For i = 1 To Len(Answer) 'Loop Through Each Letter In Answer
|
| word doc problem in vb | 04 May 2004 16:42 GMT | 3 |
when I am trying to open a word document in vb,tables and footnotes were shown chaotically!! what should I do to solve this problem thanks for any help
|
| Problem with a callback in a DLL function from VBA | 04 May 2004 16:05 GMT | 6 |
I have to invoke a C++ function from VBA/Excel that does a callback. I've isolated the problem I'm having in the code below. In the C++ (complied & linked to a DLL) I have: long __stdcall tryCB3(long n, long (*cbFunc)(long m))
|
| VB6 & VB.Net | 04 May 2004 11:27 GMT | 2 |
I know this isn't a .net group but would like to know if there are any problems encountered when installing .net onto a machine that already has VB6 SP6 installed? TIA
|
| Invalid reference to component compiling project group maybe VB6 SP6 bug | 04 May 2004 09:43 GMT | 2 |
I have only noticed this since VB6 SP6 was installed. I have noticed the problem with two projects and whilst it does not happen all of the time, it has happened a dozen times or so The project groups comprise a DLL and EXE. When the "Make Project Group" option is selected, the ...
|
| Another try with MSCOMM problems | 04 May 2004 09:04 GMT | 2 |
I am using the MSCOMM control in an UserControl developed in VB6 (SP5). It works fine but I have a problem when initializing the control. When I start the application I set some properties on the MSCOMM
|
| Adding End-User license agreement to installation package with VB6 | 04 May 2004 03:13 GMT | 4 |
How do I add the typical End user license agreement to the installation CD using VB 6.0 ? Can this be done using the Package and deployment wizard ?
|
| select part of string | 03 May 2004 22:37 GMT | 6 |
Is it possible to find a certain part in a string? I need the last part of the string which is after the last backslash in the string. The string can contain more than one backslah but i never know how much. Example:
|
| sendkeys | 03 May 2004 19:06 GMT | 3 |
Hi to all. I'm trying to do a veeeery stupid thing, but I can't do it! i want to display a messagebox and automatically close it this is my code:
|
| Visual Basic 6 - Academic restrictions? | 03 May 2004 18:09 GMT | 7 |
I have an Academic copy of Visual Basic 6 that I used it when training in Vb6 programming on a programming course. Is it true that I can't sell programs I write in Academic VB6? The problem is that I can't upgrade to a full (non-academic) version of VB6 as this is no longer
|
| FlexGrid in VB | 03 May 2004 15:03 GMT | 1 |
Hi to everybody! I've got a FlexGrid in my programm. What i need that copy data from every "rectangle" of grid as in Excel. I'll thank everyone will come to my rescue.
|