- 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, 08:40 PM
Just don't be mad at me, please. Well, yes, you're right, there will be more than 10 additional lines of code... And the offset addresses for 64-bit...
20 replies | 5365 view(s)
-
Today, 08:30 PM
You could still use an array but it would be a 1D array of the type you define - Person in my example. A List(Of T) is like an array, in that you can...
6 replies | 353 view(s)
-
Today, 08:26 PM
New version! In general, as I said, to write a universal script, I combined our two functions, your code and my code, and got a universal code to...
13 replies | 427 view(s)
-
Today, 08:02 PM
But... the issue is that it should not happen. How that happened?
The installer automatically uninstalls the previous version (if the user didn't...
14 replies | 634 view(s)
-
Today, 08:01 PM
To the moderators...
I just noticed that "I'm an unknown quantity at this point" because I have < 10 posts.
But since I have 10 posts, why does...
21 replies | 651 view(s)
-
Today, 07:42 PM
Because other things matter besides how many lines you can save when you don't care about anything else.
13 replies | 427 view(s)
-
Today, 07:36 PM
You'd actually need more than 10 lines for x64 because your magic numbers trick to play the lines of code game hardcodes offsets that differ in x64,...
20 replies | 5365 view(s)
-
Today, 07:24 PM
Hey, there have been MANY times that's happened to me ... and I never look a gift-horse in the mouth, typically deciding to put it out of my mind. ...
14 replies | 634 view(s)
-
Today, 07:23 PM
The latest version seems to be working fine I'll update the Codebank project (later).
116 replies | 117497 view(s)
-
Today, 07:17 PM
Today I asked and they told me that a technician resolved the issue. I still don't know how but probably reinstalling the program (it is a guess, but...
14 replies | 634 view(s)
-
Today, 06:50 PM
Thank you. I'll add this to my ever growing list of things I need to explore further.
21 replies | 651 view(s)
-
Today, 06:38 PM
Hi, i need some help to get Rest and websocket listeners to Bitvavo running.
what i got is :
Public Async Function GetBitVavoPortefuille() As...
0 replies | 31 view(s)
-
Today, 06:32 PM
It would be quite a bit easier to just use a NumericUpDown control. Then you don't have to mess around with ANY of this, as you can only enter valid...
21 replies | 651 view(s)
-
Today, 06:17 PM
Hi JDelano,
PEPE and BTC are just examples. This list of coins changes every day.
Is there a generic way ?
Best, Jos
6 replies | 330 view(s)
-
Today, 05:28 PM
I made exactly the same project, only I have half as many lines of code! There are 271 lines of code in the code from fafalone, there are only 119...
20 replies | 5365 view(s)
-
Today, 05:07 PM
Hi.
Thanks for all the comments.
After a couple of hours of struggling with this problem, I finally rebooted my cellphone, and suddenly the...
9 replies | 661 view(s)
-
Today, 04:57 PM
Hi ChrisE.... I just looked closer at your code, and I'm going to try it out!
21 replies | 651 view(s)
-
Today, 04:34 PM
fafalone, I started rewriting your project for myself, and to be honest, I don't understand at all why you have so many lines of code there? You have...
13 replies | 427 view(s)
-
Today, 04:16 PM
Hi ChrisE
Here's the one I'm currently using in my program.
Private Sub txtBox2_KeyPress(sender As Object, e As KeyPressEventArgs) Handles...
21 replies | 651 view(s)
-
Today, 04:09 PM
New branch with my first attempt at this:
https://github.com/peterdey/xpdf-dll/tree/extractTextSlice
Binary DLL is available here:...
18 replies | 1644 view(s)
-
Today, 04:07 PM
I tried to flush the iconcache with these functions in the beginning of pOnLVBeginDrag sub but it didn't help.
FileIconInit ByVal 1
SHFlushSFCache
5 replies | 308 view(s)
-
Today, 03:54 PM
Yes, but now I suspect the code is unchanged and the it looks like this:
Call SHDoDragDrop(lpNMLV.hdr.hwndFrom, ObjPtr(pIDO), 0&, DROPEFFECT_MOVE,...
5 replies | 308 view(s)
-
Today, 03:46 PM
you can restrict user Input with e.KeyChar
here a few samples
add a Textbox and try it out
Public Class Form1
Private Sub...
21 replies | 651 view(s)
-
Today, 03:37 PM
Seems like it works for me.
Maybe try clear your thumbnail cache?
5 replies | 308 view(s)
-
Today, 03:28 PM
I need it in a string that I can have my program look at to see if the user has entered the minus sign anywhere but in the first position. The user...
21 replies | 651 view(s)
-
Today, 03:17 PM
I have attached the whole project as it is.
It's a little bit "out in the blue" coding. I have no clear goal with it :) Just for fun ;)
5 replies | 308 view(s)
-
Today, 03:16 PM
I don't go to school. About a month or so ago I decided to learn how to write programs just for the sheer pleasure of learning something new.
21 replies | 651 view(s)
-
Today, 03:09 PM
dbasnett... It worked PERFECTLY! Thank You!!!
Had to figure out what was going on with the code, and what did what. But after about a dozen or so...
21 replies | 651 view(s)
-
Today, 03:01 PM
I was thinking, why use complex functions to get a list of processes? If this is very easily achieved by the NtQuerySystemInformation function. Now...
13 replies | 427 view(s)
-
Today, 02:56 PM
I'm not sure what you're expecting. If you want to use the - positions to extract part of a string, that'd make sense. Putting the positions in a...
21 replies | 651 view(s)
|
Click Here to Expand Forum to Full Width
|