
- 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, 06:05 AM
is not possible.. for latitude:
Dim latitude = DataGridView1.Rows(10).Cells("latitude").Value * 100
result is "3828457200" from an initial value of...
2 replies | 51 view(s)
-
Today, 05:44 AM
Hi, what it the name I should call you, because it changed?
Okay, I am not insulting you, k? But after having a look at your project I can say it...
36 replies | 867 view(s)
-
Today, 05:42 AM
Hello dz32,
Thankyou for the support.
Thanks
6 replies | 615 view(s)
-
Today, 05:33 AM
Regptr stands for register pointer, it is not creating a new class. The objptr is already a live class instance discovered from the live class...
6 replies | 615 view(s)
-
Today, 05:31 AM
After a quick look, that seems like a good start for my project.
Impressing how fast rang3r-vb-hexeditor can handle really large files.
Thank you!
4 replies | 176 view(s)
-
Today, 05:06 AM
Why do you want to convert you values into string then modify them?
play directly with the values then convert to string if you need to show them....
2 replies | 51 view(s)
-
Today, 04:41 AM
Hi all,
i have a problem converting two strings taken from 2 columns of one datagridview.
One column is "speed" with valor "0.277778" but also...
2 replies | 51 view(s)
-
Today, 04:40 AM
it sounds like you should be creating the controls from the list as they are needed and not referring to existing controls through casting. Going on...
13 replies | 355 view(s)
-
Today, 04:37 AM
Google got in the game...
"Google unveils ChatGPT rival Bard, AI search plans in battle with Microsoft".
...
37 replies | 1234 view(s)
-
Today, 04:20 AM
public class SomeOperations
private _loggedUser as LoggedUser
private _operationsReader as IOperationsReader
private _operationsWriter as...
13 replies | 368 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*...
6 replies | 615 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...
36 replies | 867 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...
13 replies | 355 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 | 60 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 | 72 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...
13 replies | 355 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 | 309556 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 | 633 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 | 198 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 | 633 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 | 72 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 | 309556 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 | 198 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 | 198 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 | 567 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 | 567 view(s)
|
Click Here to Expand Forum to Full Width
|