
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 04:20 AM
public class SomeOperations
private _loggedUser as LoggedUser
private _operationsReader as IOperationsReader
private _operationsWriter as...
13 replies | 358 view(s)
-
Today, 03:59 AM
Hello dz32,
In the link http://sandsprite.com/blogs/files/VB...d_teardown.pdf
there is only partial snapshot of int HandleIPCMsg(char*...
4 replies | 586 view(s)
-
Today, 03:27 AM
I'm not quite sure if this is against the rules here, but in the following link you will find my whole project, go to Form9 Report3, button PrintAll...
35 replies | 853 view(s)
-
Today, 03:19 AM
From the sidelines:
Each control is an Object/Class, and therefore has a (inherited) constructor.
Since i'm a Pascal-Guy (and not a Dot-NETer), i'd...
12 replies | 334 view(s)
-
Today, 03:11 AM
You have posted in:
As a general rule - people don't respond to posts here..... BUT - if you really do have the Dental Issues - You need to...
1 replies | 48 view(s)
-
Today, 03:10 AM
Thanks. :)
I've tested BSTR strings, and they seem to work fine. I haven't had any sleep yet, but I'll test objects (in the UDT) tomorrow, along...
2 replies | 59 view(s)
-
Today, 02:59 AM
Thanks to all,
First of all : The GroupBoxes of the form are from min 8 to 20 maximum... Total of 40 Controls(with the PictureBoxes inside).
The...
12 replies | 334 view(s)
-
Today, 02:53 AM
Ok, I tested the Event - and it works for me.
I added a RaiseEvent SortTick() and placed a DoEvents in my app in the event handler and Tataa -...
806 replies | 309541 view(s)
-
Today, 02:50 AM
Agreed, especially, since MySQL5.7 doesn't support CTE.
Downside: Views cannot be indexed (or they can but it's convoluted....), and you cannot...
20 replies | 629 view(s)
-
Today, 02:46 AM
Thanks for looking.
I am actually un-initializing the GDI+ once in the DeleteClock routine which is raised when closing the clock form.
Private...
4 replies | 189 view(s)
-
Today, 02:39 AM
When some SQL gets more complex,
introducing Views (which can be separately tested, and later on also "nested in other, derived views"),
will keep...
20 replies | 629 view(s)
-
Today, 02:35 AM
Yes, IRecordInfo::RecordCopy properly copies all the data. For example VariantCopy function does IRecordInfo::GetSize and allocates memory then...
2 replies | 59 view(s)
-
Today, 02:31 AM
Thanks for your answers.
@Krool - you're right, I'm also not a friend of too many "extrawürste". So, ok, I'll try your approach.
@GeorgeKar - It is...
806 replies | 309541 view(s)
-
Today, 02:27 AM
Ok, obviously, this is the VBA and not VB6. But you probably won't find people who know much about GDI+ over in the VBA forum.
And, as you said,...
4 replies | 189 view(s)
-
Today, 01:32 AM
Hi Elroy. Thanks for responding.
The code is quite large but I can upload here an example workbook.
4 replies | 189 view(s)
-
Today, 01:15 AM
For something like this yes you're going to need to use IDL; vb6 creates typelibs as part of Active-X controls/DLLs, but VB6 lacks the syntax to...
18 replies | 557 view(s)
-
Today, 01:05 AM
u need to create the TLB
using notepad, u create a .ODL file
and after that u use MKTYPLIB.EXE to compile it into .TLB
and now u can reference it....
18 replies | 557 view(s)
-
Today, 12:37 AM
Hi,I am Nany Swip
I have faced problems many times before which are very difficult for you to solve now. I have tried many...
6 replies | 2045 view(s)
-
Today, 12:24 AM
I have been suffering from dental problems for the past few days. Which is very painful for me. I can't take cold water or cold food at all and don't...
1 replies | 48 view(s)
-
Today, 12:15 AM
I'm continuing to mess around with this IRecordInfo stuff, and getting UDTs into Variants (dynamically, without an explicit typelib file for the...
2 replies | 59 view(s)
-
Yesterday, 08:06 PM
It seems that you mean in such a situation that there is still no exe source code sample in VB, this is the only way to make tlb, did I understand...
18 replies | 557 view(s)
-
Yesterday, 07:44 PM
Yuck!
UTF-8 is the most efficient Unicode encoding.
12 replies | 340 view(s)
-
Yesterday, 07:09 PM
The issue is probably the arguments but you haven't provided enough information to tell. If you call the method directly in Form1, instead of using...
1 replies | 89 view(s)
-
Yesterday, 06:53 PM
Hi,
I Finally near found how to use it.
I added the dll a reference, removed cls and bas files from project.
Here is the remaing test code...
3 replies | 221 view(s)
-
Yesterday, 06:05 PM
The bottom line is this. You can create the controls any way you like. The more narrow you can buffer the display property of the controls is going...
12 replies | 334 view(s)
-
Yesterday, 06:01 PM
https://www.zdnet.com/article/i-asked-chatgpt-to-write-a-wordpress-plugin-i-needed-it-did-in-less-than-5-minutes/
36 replies | 1221 view(s)
-
Yesterday, 05:37 PM
That looks really weird. Is this a standard Windows Forms project? And is this a standard Form? It sure looks like the answer to both of those...
2 replies | 129 view(s)
|
Click Here to Expand Forum to Full Width
|