
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
1 replies | 24 view(s)
-
Today, 11:13 AM
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Untitled</title>
<link rel="stylesheet"...
0 replies | 3 view(s)
-
Today, 11:09 AM
1 - all the instances should live in the main STA thread;
2 - all the instances can live in the different STA threads.
106 replies | 39163 view(s)
-
Today, 11:05 AM
At this point, I don't think we have a clear explanation of what the scenario is or why you can't deploy this pdf file with your installer as you...
13 replies | 323 view(s)
-
Today, 10:46 AM
Exists a method to transform a .pbf (osm) file to .csv file?
Tks
1 replies | 24 view(s)
-
Today, 10:43 AM
If I understood the problem correctly you need to process WM_POWERBROADCAST message even if the main thread is in suspended state...
9 replies | 252 view(s)
-
Today, 10:16 AM
Zvoni's point was that if you use dd-mm-yyyy buried inside the filename, then Explorer will not sort the files chronologically when sorted by name.
8 replies | 135 view(s)
-
Today, 10:02 AM
In the attachment that you can't see, it shows the OP has associated their Microsoft account with VS already. As that account is not associated with...
16 replies | 262 view(s)
-
Today, 09:52 AM
@PhotonBytes - Even if you use the free Community version of VS2019 or VS2022 you still have to register it with MS to be able to use after a certain...
16 replies | 262 view(s)
-
Today, 09:45 AM
Me complain? Nah. I swane poetic. :rolleyes:
You're right. I do want to know what exactly happens in an educational way.
As a production-way, I...
3 replies | 173 view(s)
-
Today, 09:37 AM
Maybe if you told us EXACTLY what you are trying to accomplish... This feels like one of those questions that will keep wandering around.
4 replies | 110 view(s)
-
Today, 09:02 AM
Zvoni no, its depends on the system. not everyone uses yyyy-mm-dd some uses dd-mm-yyyy
also avoid upper case.
and its about taste. u do not need...
8 replies | 135 view(s)
-
Today, 08:56 AM
thank you Zvoni
8 replies | 135 view(s)
-
Today, 08:52 AM
I have a "itemeditor.exe" that I use for my "items".
currently 4194 items where each one has a "icon" and lots of different stats.
so everything...
4 replies | 145 view(s)
-
Today, 08:48 AM
Don't use this format
Your sorting inside File-Explorer will not be what you expect
rather
PrinterFilePath = App.Path & "\ventas pdf\ventas" &...
8 replies | 135 view(s)
-
Today, 08:46 AM
BETA 396 of the twinBASIC programming IDE is now available...
Download from here... https://github.com/twinbasic/twinbasic/releases
Click on...
112 replies | 9282 view(s)
-
Today, 08:37 AM
.GetControlFromPosition would probably be fine in that case, the only possible issue would be knowing what kind of control you are dealing with;...
4 replies | 110 view(s)
-
Today, 08:36 AM
Please don't start creating CSV-files when you have a real "SQLite-DB at your fingertips"... ;)
Making this "CSV-Header" into a proper (typed)...
4 replies | 145 view(s)
-
Today, 08:28 AM
resolved
PrinterFilePath = App.Path & "\ventas pdf\ventas" & Format(Now, "dd-mm-YYYY-hh-mm-ss") & ".pdf"
thank you so much
8 replies | 135 view(s)
-
Today, 07:58 AM
I'm not sure, why multithreading is even brought up here...
since normal SubClassing works directly on a fresh-CreateWindowEx'd-hWnd without...
9 replies | 252 view(s)
-
Today, 07:57 AM
I use
Filename = sys.Shot & VBA.Format(Now, "yyyy.mm.dd.hh.mm.ss") & Target.Ext(mode)
for my "screenshot" filename. since I can use multiple...
8 replies | 135 view(s)
-
Today, 07:34 AM
Thanks a lot, I also learned .Find here.
Consider you're arranging a huge matrix in TLP and you want to do things with its members (controls) they...
4 replies | 110 view(s)
-
Today, 07:34 AM
"Now" returns the Date incl. Time in local Format.
If the local Format has "forbidden" Characters, your code should fail.
Nevermind that you use...
8 replies | 135 view(s)
-
Today, 07:33 AM
Check what format(now())) shows on your system.
A filename cannot contain the following characters
\ / : * ? " < > |
8 replies | 135 view(s)
-
Today, 06:59 AM
I try to put this
PrinterFilePath = App.Path & "\ventas" & format(now()) & ".pdf"
The dialog box to save pdf appears
The name of the...
8 replies | 135 view(s)
-
Today, 06:17 AM
fafalone ic. so API itself is easy and if u know a bit, u can use things such CriticalSection to avoid crashes.
making such functionality and if...
6 replies | 204 view(s)
-
Today, 06:06 AM
Just seemed a strange approach given that back in post #7 you said
if you already have a setup program, this seems a lot more work and effort...
13 replies | 323 view(s)
-
Today, 05:50 AM
Hello Trick,
If I use a public object in (activex dll) with atleast one event and use it in my standard exe supporting MultiThreading( using your...
106 replies | 39163 view(s)
-
Today, 05:41 AM
VB6 IDE doesn't support thread debugging.
6 replies | 204 view(s)
|
Click Here to Expand Forum to Full Width
|