
- 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:04 AM
yes we can try more,maybe we can find good result.
I tried the following method a few days ago, it shows the window in black in the captured...
28 replies | 621 view(s)
-
Today, 04:40 AM
Hi. I read with interest your post on using WIA 2.0 to manage the EXIF data of a JPEG picture. It works fine and I wrote some VB6 code to change the...
1 replies | 7994 view(s)
-
Today, 03:57 AM
I've had issues with automatically sleeping on my Windows 11 PC for a long time. It generally works on my Surface devices but not on my custom built...
3 replies | 82 view(s)
-
Today, 03:49 AM
Oh okay I see what the problem is... the loop goes through all the records in datatable1 but each time it goes through the loop it overwrite the data...
9 replies | 179 view(s)
-
Today, 03:48 AM
Based on the information provided, it appears to me that the Gemstones table contains records describing a type of crystal and the Collection table...
20 replies | 311 view(s)
-
Today, 03:36 AM
Thing of it is i don't really run any apps. Basically all I do is use chrome to browse the news or see what's going on in VBF. It really has...
3 replies | 82 view(s)
-
Today, 03:33 AM
hello Olaf
have you had time to investigate the issue with the latest fixed versions of webview2?
Thanks in advance
Best regards
François
242 replies | 59978 view(s)
-
Today, 03:29 AM
Sleep settings have always been flakey in Windows...
I'm guessing that you've closed all open apps that might do something like check for new...
3 replies | 82 view(s)
-
Today, 02:53 AM
Answer this question:
Will any Amethyst always have Trigonal Crystallography or are there Amethysts with Trigonal and Amethysts with Hexagonal (or...
20 replies | 311 view(s)
-
Today, 02:52 AM
It's still not clear what you want. Is it one user storing multiple collections? Is this something for other people besides yourself? Is it for...
20 replies | 311 view(s)
-
Today, 02:40 AM
I suspect you're right jmc. To be clear, I intend the application to be a single user (me) setup...
20 replies | 311 view(s)
-
Today, 02:23 AM
I would assume that that came from this:
That at least sounds like the app will be used by more than one person, although there's no specific...
20 replies | 311 view(s)
-
Today, 02:23 AM
I used indirect way to solve that problem, first i retrived all data from db to textboxs in my Form then i applied the NoToText function on them...
9 replies | 179 view(s)
-
Today, 02:18 AM
I don't think I ever made the statement that I want the application to accommodate multiple users. Its intended to be an application just for a...
20 replies | 311 view(s)
-
Today, 02:13 AM
Export to PDF method only show the last record in PDF file !!!
another problem is : when there is a Null field it returns an error message, when i...
9 replies | 179 view(s)
-
Today, 02:06 AM
I'm sorry for that, I was sleeping due to time zone difference perhaps
Anyway, thank you very much for your willing to help, I really appreciate...
9 replies | 179 view(s)
-
Today, 01:59 AM
oh one thing i forgot if you want to use export to pdf make sure you have the correct namespaces on top of your form
imports system.IO
imports...
9 replies | 179 view(s)
-
Today, 01:48 AM
Thank you John
6 replies | 145 view(s)
-
Today, 01:48 AM
Yes, this also work. Thank you Paul
6 replies | 145 view(s)
-
Today, 01:47 AM
Thank you, John
13 replies | 22406 view(s)
-
Today, 01:44 AM
Also, did you come right with your other question? It is possible to pass your returned value from your function to a textbox in rdlc. I will explain...
9 replies | 179 view(s)
-
Today, 01:29 AM
Hi,
So yesterday I waited hours and hours for your reply and the last person to finally show up was Taljadeen. I don't have much time now my mom...
9 replies | 179 view(s)
-
Today, 12:14 AM
I suppose if you are young enough "quagmire" only brings to mind a cartoon character.
1215 replies | 66704 view(s)
-
Yesterday, 10:27 PM
1) Correct, i'm using Visual Studio.
2) Yes, the RDLC file is visible on solution explorer.
3) it's very long code contains too many functions,...
9 replies | 179 view(s)
-
Yesterday, 10:14 PM
using the API
https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-printwindow
u can capture all windows, and after that its all...
28 replies | 621 view(s)
-
Yesterday, 09:07 PM
You might find this useful.
6 replies | 145 view(s)
-
Yesterday, 09:05 PM
Also, all along you have said that this program is for your personal use. Now it sounds like you want to have multiple people storing their...
20 replies | 311 view(s)
-
Yesterday, 09:05 PM
If you want to go that way, check this out.
4 replies | 102 view(s)
-
Yesterday, 07:55 PM
Another alternative, that I’ve never tried and can’t test at the moment, is to create a NativeWindow Class initialised with the screen handle...
4 replies | 102 view(s)
-
Yesterday, 07:36 PM
Alternatively, draw directly on the screen. In your Form_Paint event…
Dim gr as Graphics = Graphics.FromHWnd(IntPtr.Zero)
‘ then use gr to draw...
4 replies | 102 view(s)
|
Click Here to Expand Forum to Full Width
|