
- 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, 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...
0 replies | 1 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 | 615 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 | 615 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 | 722 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 | 615 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...
6 replies | 225 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 | 10448 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 | 417 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 | 505780 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 =...
4000 replies | 3054516 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...
4000 replies | 3054516 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 | 417 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...
6 replies | 225 view(s)
-
Yesterday, 07:12 PM
I've told you several times you need to use InsertObject because EM_INSERTIMAGE pictures aren't recognized by .GetObject.
Won't even try to...
13 replies | 417 view(s)
-
Yesterday, 07:09 PM
To get the image to save... if you get an IPicture handle you can use the standard VB6 picture saving.
If you're getting IViewObject2, you can...
4000 replies | 3054516 view(s)
-
Yesterday, 07:05 PM
What is the RichTextBox control kernel, and why is it still used after all these years?
I used a Linux cross-platform.net RTF controlIt implements...
13 replies | 417 view(s)
-
Yesterday, 06:44 PM
If twinbasic had been developed 20 years ago, there would have been another version of.net that retained the syntax of Vb6.I believe there will be...
13 replies | 417 view(s)
-
Yesterday, 06:36 PM
You are the VB6 industry, code contribution technology contribution to one of the most a program, with your strong technical support, so that bb6 can...
13 replies | 417 view(s)
-
Yesterday, 06:32 PM
I'm in a suite of enterprise controls that someone else developed. If I make a control with your other short code and insert an image, it will not be...
13 replies | 417 view(s)
-
Yesterday, 06:16 PM
Yes, sometimes I feel very strange, too. I'm going to add a normal image and I'm going to put it in the same size, but it's going to be smaller, and...
4000 replies | 3054516 view(s)
-
Yesterday, 06:12 PM
100% possible, once you've added a picture box and changed the code to use the PB instead of the Form (by changing all "Form_" methods and "Me."...
6 replies | 225 view(s)
-
Yesterday, 05:58 PM
that looks like its what i am after. would it be poss to have 4 textboxes that hold the 4 coordinates of the actual image.
I have move from the Form...
6 replies | 225 view(s)
-
Yesterday, 05:52 PM
Inspired by jpbro ( https://www.vbforums.com/showthread.php?910502-Image-crop&p=5675459&viewfull=1#post5675459 )
I tested gemini by having "him" add...
3 replies | 3239 view(s)
-
Yesterday, 05:31 PM
Once you have the IOleObject cast it to either IPicture, or if that fails, to IViewObject2. Then the original size is either IPicture.Width/Height or...
4000 replies | 3054516 view(s)
-
Yesterday, 05:09 PM
Hi!
I am using a vhxd file which is mounted as a certain drive letter (e. g. "D:").
The logger completely ignores any activity to files done to...
32 replies | 14588 view(s)
-
Yesterday, 05:08 PM
But you can also just do the math yourself by finding the scaling factor that will fit the full image to the window rectangle, and then for any...
6 replies | 225 view(s)
-
Yesterday, 05:04 PM
Reasonably easy to do in RC6 & Cairo (if you're willing to use it) because it can do a lot of the math for you converting between device and image...
6 replies | 225 view(s)
-
Yesterday, 04:52 PM
Public Function IsLeapYear(ByVal year As Integer) As Boolean
If (year Mod 4 = 0 And year Mod 100 <> 0) Or (year Mod 400 = 0) Then
...
7 replies | 499 view(s)
-
Yesterday, 03:46 PM
This thread is 20 years old..
11 replies | 10350 view(s)
|
Click Here to Expand Forum to Full Width
|