
- 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, 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 | 43 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 | 49 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...
11 replies | 312 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 | 309478 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....)
20 replies | 625 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 | 183 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 | 625 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 | 49 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 | 309478 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 | 183 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 | 183 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 | 554 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 | 554 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 | 2043 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 | 43 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 | 49 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 | 554 view(s)
-
Yesterday, 07:44 PM
Yuck!
UTF-8 is the most efficient Unicode encoding.
12 replies | 339 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 | 86 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 | 219 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...
11 replies | 312 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 | 1218 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 | 127 view(s)
-
Yesterday, 05:27 PM
It's certainly hackish, but which is the best approach seems to be situational, in my opinion. Sometimes, it is sufficient to do all the work in the...
11 replies | 312 view(s)
-
Yesterday, 05:19 PM
either way its 'hackish' clunky smokescreen. Can easily show progress in either method.
11 replies | 312 view(s)
-
Yesterday, 04:52 PM
Personally in my project's startup events, I will create a property under the MyApplication namespace that represents the global record (as a POCO)....
12 replies | 352 view(s)
|
Click Here to Expand Forum to Full Width
|