
- 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, 05:32 AM
----
we can do it in many ways.
if I would try to attempt this, I would just use the same methods we use when we resize a form.
so u can change...
8 replies | 295 view(s)
-
Today, 05:31 AM
As for your actual issue, I'd probably suggest that you don't even bother trying to solve it. It might take ages and you might think you've solved it...
2 replies | 58 view(s)
-
Today, 05:28 AM
This is a perfect example of why EVERYONE should be using source control of some sort, no matter what level you're at. If something like this...
2 replies | 58 view(s)
-
Today, 05:03 AM
tks. I already have a working model using GDI+ to save and view images and works well.
What i am looking to do is have a list of images. then i...
8 replies | 295 view(s)
-
Today, 05:03 AM
Hi,
I've been working on my project and I'd made a new form, came to the Project Properties > Application to change the startup object, selected...
2 replies | 58 view(s)
-
Today, 04:32 AM
various samples from M$
https://learn.microsoft.com/en-us/office/troubleshoot/excel/transfer-data-to-excel-from-vb
3 replies | 540 view(s)
-
Today, 04:31 AM
So mark this thread Resolved (using the Thread Tools menu) and start a new thread for the new problem, containing only the information relevant to...
11 replies | 1803 view(s)
-
Today, 03:05 AM
Good Morning, i have an update. Don't know how i did it, but the app doesn't crash anymore. I made several changes to the code. One was to change a...
11 replies | 1803 view(s)
-
Today, 02:59 AM
You can get the link url as following:
Private Sub RichTextBox1_LinkEvent(ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long, ByVal...
4001 replies | 3055509 view(s)
-
Today, 02:57 AM
I would assume that you would need to at least restart Windows Defender, because it probably only reads that value at startup. If you chnage the...
1 replies | 99 view(s)
-
Today, 02:45 AM
Edit: vhxd is just bad. Even though I deactived failsafe mode, a .frm file was written only half when I ejected the mounted volume. Around half of...
8 replies | 595 view(s)
-
Today, 02:29 AM
I skip DPI, instead I just get the dimension of the screen and I adjust the window using that.
so I use MonitorFromWindow, GetMonitorInfo and...
1 replies | 82 view(s)
-
Today, 02:13 AM
Another way to see if a year is a leap year:
Public Function IsLeap(ByVal year As Integer) As Boolean
IsLeap = (Month(DateSerial(year, 2,...
11 replies | 606 view(s)
-
Today, 01:08 AM
I appreciate your observation. I'll take this into consideration and submit a formal request to the government regarding their 'yymmdd' format, which...
11 replies | 606 view(s)
-
Today, 01:04 AM
Hello everyone,
I applied a code in my vb.net software, this code disables Windows Defender Notifications, the issue is that after modification in...
1 replies | 99 view(s)
-
Today, 12:44 AM
Thank you for your solution; it’s much clearer than my approach.
11 replies | 606 view(s)
-
Today, 12:43 AM
Thanks! You provided me with an alternative solution.
11 replies | 606 view(s)
-
Today, 12:29 AM
App is manifested as per-monitor DPI aware (2016/v1703 version). I am trying to size my window based on a known client area size (in twips) and...
1 replies | 82 view(s)
-
Yesterday, 11:39 PM
OK, that changes things, I had misunderstood the situation. The issue is (likely) not a component then.
Take a look to messages 2 and 5.
17 replies | 632 view(s)
-
Yesterday, 11:31 PM
Oh sorry, I had missunderstood :)
In this app, I integrated some code (based from examples I found on the Internet) that not recommend to use IDE...
17 replies | 632 view(s)
-
Yesterday, 10:34 PM
Very good that you resolved this. I use GDI+ for most graphic needs because it is actually pretty lean and most all Windows computers from late Win98...
7 replies | 749 view(s)
-
Yesterday, 10:01 PM
Yes, but that's different. I wanted to know if the app stops or not when you press the IDE stop button.
17 replies | 632 view(s)
-
Yesterday, 09:54 PM
If you're using the code I provide to set the crop rect, there's no need to involve GDI+ at all. Stay with RC6/Cairo and use the CropSurface method...
8 replies | 295 view(s)
-
Yesterday, 08:56 PM
I hope Twinbasic can one day release an official version and be used on Linux phones.
Perhaps the simplest approach is to directly use the Google V8...
26 replies | 10563 view(s)
-
Yesterday, 08:22 PM
Not sure there's specifically a full standalone rtf editor but you could build one around Krool or VanGoghGaming's RTF controls; it's only trivial...
13 replies | 439 view(s)
-
Yesterday, 08:13 PM
So just how did the military-industrial complex drive useful idiots so far left?
Hmm...
What Trump REALLY Destroyed | The Dark Truth Behind...
1698 replies | 506061 view(s)
-
Yesterday, 07:57 PM
@Krool ,how to add this code to your project?
insert link url or edit hyper link:
Const sFriendlyURL As String =...
4001 replies | 3055509 view(s)
-
Yesterday, 07:43 PM
Dim Pic As StdPicture
Set Pic = LoadPictureEx(App.Path & "\test2.png")
RichTextBox1.OLEObjectsAddFromPicture Pic
Dim Pic As StdPicture
Set Pic...
4001 replies | 3055509 view(s)
-
Yesterday, 07:19 PM
There is indeed this problem. Is there a VB6 github project that is open source and can be modified by others. For example, I add a few functions....
13 replies | 439 view(s)
-
Yesterday, 07:13 PM
so i got the Left, Right, Top, Bottom into text boxes, now i have the crop numbers to pass to the GDI+ crop function. will have a go tomo to see if...
8 replies | 295 view(s)
|
Click Here to Expand Forum to Full Width
|