Search:

Type: Posts; User: jdc20181

Page 1 of 13 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,049

    Re: Interacting with custom made controls

    Thanks that seems to send me in the right direction. I have started to also add a new tab button, by painting the button on the control, it seems that it works in the designer but not at run time....
  2. Replies
    6
    Views
    936

    Re: Backgroundworker and Clipboard.Gettext()

    The forum logged me out before I could get my response done, while multitasking other things... You should not run background threads on UI threads and vice verse, instead you should pass one to...
  3. Replies
    2
    Views
    373

    [RESOLVED] Editing Signature

    Is this feature disabled or something? I can't seem to edit it. Thanks

    Edit: apparently I was on the wrong area/needed to refresh or it was a glitch not sure which. :blush:
  4. Thread: Forum Upgrade

    by jdc20181
    Replies
    22
    Views
    4,912

    Re: Forum Upgrade

    Take a look at Discourse some of them are set up fairly similar to this one but upgraded to look well.. less 1999. LOL (Ironic for me bc I just turned 24). I use adblocker so no ads to worry about...
  5. Thread: Forum Upgrade

    by jdc20181
    Replies
    22
    Views
    4,912

    Re: Forum Upgrade

    Truth lmao. Microsoft didn't kill VB6 yet and I am surprised its outlived Windows XP
  6. Thread: Forum Upgrade

    by jdc20181
    Replies
    22
    Views
    4,912

    Re: Forum Upgrade

    Never heard of that one, Discourse is fairly popular and well maintained. See if you can't look into a design look on the current forum system. As for the purge... I don't agree with purging old...
  7. Replies
    6
    Views
    1,049

    Interacting with custom made controls

    I have a custom control that has a tab control that when a new tab is created it also has a toolstrip with a few buttons and a text box. I want to interact with those as they exist e.g selected index...
  8. Replies
    0
    Views
    1,654

    A Modern Label Control

    A really useful custom label control with some built in features that makes our lives easier/cleaner

    Basic features so far I have cooked up are:

    Wrap Text
    Success and Error Colors

    In a...
  9. Replies
    3
    Views
    809

    Thoughts on .ENV files with [vb].NET?

    Generally thinking .ENV files (plain text file but, hidden[ish]) are known to safekeep keys to prevent access of them in a (pure) plain text format e.g. json

    Are they used often with .NET these...
  10. Thread: Forum Upgrade

    by jdc20181
    Replies
    22
    Views
    4,912

    Forum Upgrade

    Would be nice to see the forum upgraded to be looking and feeling a bit more modern.
  11. "modern" Taskbar replacement, without replacing the entire shell.

    I am doing a little science experiment if you will with customizing Windows (Although we all know this is a bit more complicated due to the proprietary nature of the OS). My first task was to replace...
  12. Thread: Post Race!

    by jdc20181
    Replies
    68,852
    Views
    17,963,570

    Re: Post Race!

    That sucks. I actually came to find a replacement for the windows Taskbar, turns out it is part of explorer.exe and basically to replace it I have to replace the entire "shell"

    I am not fully on...
  13. Thread: Post Race!

    by jdc20181
    Replies
    68,852
    Views
    17,963,570

    Re: Post Race!

    Has anyone else noticed the forum has improved stability? I haven't been on here in a while and the overall performance is much better.
  14. Re: Is there any way to get tabs control have a dark background?

    Someone helped me rewrite the tab control a long time ago, and referenced the old code mentioned by Jmc, basically you need to use a custom class to draw the head yourself. It is tedious and annoying...
  15. Replies
    4
    Views
    1,809

    Re: Desktop "seizure"

    UPDATE I found the error in event logs.


    The WMI Performance Adapter service terminated with the following error:
    Unspecified error
    https://gyazo.com/2e0a09f9b09f154355bf17dd9b2b6f7e
  16. Replies
    4
    Views
    1,809

    Desktop "seizure"

    I have been having trouble with my PC lately, where everytime I wake it - I am met with the attached scenerio. I have no idea what to call it except a glitched screen. I usually get it to respond...
  17. Re: vBulletin - Current Forum Version and Latest Version

    Interesting, this page says its insecure.

    I agree, I think in the future something more modern should be utilized.

    Just for the purpose of humoring my complaints @Steve, take a look at...
  18. Replies
    48
    Views
    10,879

    Re: [RESOLVED] Still no SSL?

    Still showing non secure here, the funny thing is, when you visit the URL it takes me to a https link, but this is what is showing in dev console, at this point I think its a Cache thing. ...
  19. Replies
    48
    Views
    10,879

    Re: [RESOLVED] Still no SSL?

    I am still seeing the opposite, this was what came up in the Chrome dev console for the security thing - https://www.vbforums.com/images/editor/vbcode.gif?t=B8DJ5M3
  20. Replies
    48
    Views
    10,879

    Re: [RESOLVED] Still no SSL?

    177911
  21. Thread: test

    by jdc20181
    Replies
    1
    Views
    1,054

    Re: test

    https://gyazo.com/6c68c30503f4aa0e3bf6db5d8c0bde67
  22. Thread: test

    by jdc20181
    Replies
    1
    Views
    1,054

    test

    test
  23. Replies
    48
    Views
    10,879

    Re: Still no SSL?

    seems to still be happening for me, but I can prob try a data dump and see what happens
  24. Replies
    48
    Views
    10,879

    Re: Still no SSL?

    Not to be a smart ass... But @Steve, Web Development is just like .NET Development, there is a thing called Debugging. As KFC Pointed out its because of mixed content, if you are using Chrome, or the...
  25. Replies
    6
    Views
    4,649

    VS 2017 Re: WebView2

    I know *how* I use a similar piece of code that you have posted, it only does not work when the WebView control is filling the form. So after looking around looks like it does have its own mousedown...
  26. Re: vBulletin - Current Forum Version and Latest Version

    No, but when you have a software product that had EOL in 2017, it prob means, you should at least be considering going to the next supported version. Hell y'all could ship away from Vbulletin...
  27. Replies
    48
    Views
    10,879

    Re: Still no SSL?

    And if its the cost they have a problem with, they aren't really making money off this site? other than from ads, so they could easily just go to an open source alternative, like Discourse, its...
  28. Replies
    48
    Views
    10,879

    Re: Still no SSL?

    Yea, but that doesn't defeat the reasons they should be using SSL. Sites with prior attacks usually get targeted again. No SSL just makes it that much easier to complete.

    The funniest part is...
  29. Re: vBulletin - Current Forum Version and Latest Version

    Latest is 5.6.2

    lol
  30. Replies
    6
    Views
    4,649

    VS 2017 Re: WebView2

    Yeah I did that, turns out I kind of skipped a step, apparently NuGet skips out on preleases on default, so I finally got it taken care of, now my issue is regards to a borderless form not wanting to...
  31. Replies
    48
    Views
    10,879

    Re: Still no SSL?

    The Grand-Dad of the Internet even says use HTTPS from 4 years ago.
    https://blog.mozilla.org/tanvi/2016/01/28/no-more-passwords-over-http-please/
  32. Replies
    48
    Views
    10,879

    Re: Still no SSL?

    I don’t? Ok
    Read this one for ya. Explains everything that “I don’t know”
    https://security.stackexchange.com/questions/55433/how-is-password-stolen-over-non-ssl-connection
  33. Replies
    6
    Views
    4,649

    VS 2017 Re: WebView2

    That links to literally the same place I link to, and serves of no use to me or the issue at hand.
  34. Replies
    6
    Views
    4,649

    VS 2017 [RESOLVED] WebView2

    I am implementing a simple app to load webmail for my new start up business, in its own app, I figured Webview2 would work since it seems to be supported for windows forms. What I can't seem to...
  35. Replies
    48
    Views
    10,879

    Re: Still no SSL?

    Seems like the company that owns this forum their basic static site, is using SSL....
  36. Replies
    3
    Views
    1,695

    new ownership?

    Did Quinstreet (i think thats what it was called) give the forum up or just go under a new name?
  37. Replies
    48
    Views
    10,879

    Re: Still no SSL?

    Forums are a dying breed because of the inability to update security rules, while there is still quite of bit of traffic, whos to say in a few years google blocks this site period in search results?...
  38. Replies
    48
    Views
    10,879

    Re: Still no SSL?

    No? I only browse once in a while I am in a Discord server pretty much a full time contributor there.
    SSLs are NOT just for banks and transactions. They are to to encrypt the traffic between the...
  39. Replies
    48
    Views
    10,879

    Re: Still no SSL?

    Yes indeed Brad, you should most def try and push for a SSL, its free, there's no strings attached!

    I believe its "Let's Encrypt" is the service. They even offer a way to automatically renew it,...
  40. VS 2019 Re: How to import data from google sheet to vb application

    C# and VB are practically twins. Best of all, there is a handy dandy tool in existence that does all the leg work for ya, mind you, you may need to do some manual conversions, but this should do the...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width