- 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, 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. ...
13 replies | 591 view(s)
-
Today, 07:23 PM
The latest version seems to be working fine I'll update the Codebank project (later).
116 replies | 117485 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...
13 replies | 591 view(s)
-
Today, 06:50 PM
Thank you. I'll add this to my ever growing list of things I need to explore further.
20 replies | 625 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 | 15 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...
20 replies | 625 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 | 326 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...
18 replies | 5331 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 | 638 view(s)
-
Today, 04:57 PM
Hi ChrisE.... I just looked closer at your code, and I'm going to try it out!
20 replies | 625 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...
11 replies | 398 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...
20 replies | 625 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 | 1634 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 | 302 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 | 302 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...
20 replies | 625 view(s)
-
Today, 03:37 PM
Seems like it works for me.
Maybe try clear your thumbnail cache?
5 replies | 302 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...
20 replies | 625 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 | 302 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.
20 replies | 625 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...
20 replies | 625 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...
11 replies | 398 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...
20 replies | 625 view(s)
-
Today, 02:29 PM
In the case that it is homework, then I would guess the expected logic would be a loop that terminates when the sought after character isn't found,...
20 replies | 625 view(s)
-
Today, 02:25 PM
If this is homework, then usually there is an "expected" way of tackling the problem that will make use of concepts learned in the current or...
20 replies | 625 view(s)
-
Today, 02:12 PM
This is not necessary at all. But I'm thinking of writing a new code. To connect my technology and yours.
11 replies | 398 view(s)
-
Today, 02:09 PM
Built in multithreading syntax is planned for after v1.0. Right now it's thread safe so you can multithread without the exotic hacks vb6 requires,...
2 replies | 219 view(s)
-
Today, 02:02 PM
No pain no gain :thumb:
640 replies | 63548 view(s)
-
Today, 02:00 PM
I was making a comparison too; pointing out your code requires administrator access to work on SYSTEM processes and also has an uncommon edge case...
11 replies | 398 view(s)
-
Today, 01:51 PM
Something like this,
Imports System.Text.RegularExpressions
Public Class Form1
Private rx As New Regex("\-", RegexOptions.Compiled)
...
20 replies | 625 view(s)
|
Click Here to Expand Forum to Full Width
|