Search:

Type: Posts; User: ident

Page 1 of 13 1 2 3 4

Search: Search took 0.23 seconds.

  1. Thread: Post Race!

    by ident
    Replies
    68,852
    Views
    17,957,502

    Re: Post Race!

    Can't wait for my cheat meal Burger king tonight!
  2. Replies
    31
    Views
    1,107

    Re: VB6 COMMUNITY PROJECT - MSPAINT with Add-Ins

    single click reply with quote works fine here....

    OP good work, keep going along with win32 API's, they can be great fun.
  3. Replies
    10
    Views
    686

    VS 2010 Re: VB2010: how can i get all API functions?

    This function is defined as the RtlMoveMemory function

    There is no direct equivalent to "any" in modern vb. We have Object and generics but that's not what we want here. Using the "any" data type...
  4. Replies
    31
    Views
    1,107

    Re: VB6 COMMUNITY PROJECT - MSPAINT with Add-Ins

    zips invalid
  5. Replies
    164
    Views
    6,545

    Re: Team Fuki: Pioneers in the Coding World

    Has it been covered yet what this LivinGrimoire does?
  6. Replies
    164
    Views
    6,545

    Re: Team Fuki: Pioneers in the Coding World

    I'm forever getting side tracked on wikipedia and wondering how I ended up here. I think that's one of the reason it's so appealing to me. To get lost :p




    My bad, I keep meaning to check back...
  7. Replies
    164
    Views
    6,545

    Re: Team Fuki: Pioneers in the Coding World

    Yes sir! I did try to attach an image from file and from url to accompany the reference but both failed with the insert dialog :p


    https://www.vbforums.com/images/ieimages/2024/01/9.png
    ...
  8. Replies
    164
    Views
    6,545

    Re: Team Fuki: Pioneers in the Coding World

    But the Beyonders killed The Living Tribunal :cry:
  9. Thread: Post Race!

    by ident
    Replies
    68,852
    Views
    17,957,502

    Re: Post Race!

    hello shaggy :wave:
  10. Replies
    12
    Views
    1,060

    VS 2022 Re: ChatGPT 4- simple App

    Not really sure where you are at as the code posted hurts my little head with noise. Comments are noise and noise is bad.

    Open up nuget command line and type:


    Install-Package...
  11. Replies
    19
    Views
    1,406

    VS 2022 Re: SMTP email generates error on 11th email send

    a client is paying you for this? i know i aint been around for a while but we now helping school kids with silly email spammers?
  12. Replies
    13
    Views
    2,720

    VS 2019 Re: WndProc for console applications??

    what i wrote got lost 3 time sby this forum. meh so links it is
  13. Replies
    13
    Views
    2,720

    VS 2019 Re: WndProc for console applications??

    https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-addclipboardformatlistener

    https://docs.microsoft.com/en-us/windows/win32/winmsg/window-features#message-only-windows
  14. Replies
    5
    Views
    1,241

    VS 2019 Re: [RESOLVED] Failure to Debug

    Hey shaggy, happy new year and all. Hope you are all good.

    I recently have been having lots of bizarre debugging issues with 2019 and was putting it down to a new released version of resharper...
  15. VS 2015 Re: Launch exe as another user with elevated rights

    Unless you can explain what you are doing this should be closed.
  16. VS 2015 Re: Launch exe as another user with elevated rights

    You can run a process under any account using the example i wrote ages ago https://www.vbforums.com/showthread.php?867581-Windows-Service-Running-a-remote-process-in-the-System-account

    But you can...
  17. Replies
    6
    Views
    1,557

    VS 2012 Re: Run cmd minimized

    Sorry boss, but I did still provide the links :D

    no sleep last night
  18. Replies
    6
    Views
    1,557

    VS 2012 Re: Run cmd minimized

    If you googled ProcessStartInfo it would bring you it's documentation with an example https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.processstartinfo?view=netcore-3.1
    ...
  19. VS 2015 Re: add Property rights label on form and cannot delete it

    I'm going to say its impossible. But my main question is what have you written that is worth a copyright. Have you really written anything someone has not released before? Programmers who are worth...
  20. Replies
    7
    Views
    1,949

    Re: Ozeki SDK MP3StreamPlayback issue

    I have no idea about the classes you are using but whats with the do loop at the end? Seems to me somethings blocking the calling thread.
  21. Replies
    43
    Views
    8,875

    Re: vb.net improve programs

    In some cases PLINQ can speed it up, yet to see any of the long time members ever use it, which makes me wonder "why". Waste of time when it was really tested?
  22. Replies
    12
    Views
    2,444

    Re: Using the handle of a Window

    But it's not the child window you are struggling with. You want to get a controls handle on a window correct? If this is the case you will also need to call sendmessage. Have a look around for...
  23. Replies
    5
    Views
    1,250

    Re: Get User FULL Name from windows service

    There are lots of different ways. But if you can write a service this should be basic to you. To get all my process owners I would do



    Imports System.Security.Principal
    Imports...
  24. Replies
    12
    Views
    2,444

    Re: Using the handle of a Window

    It has been years since messed with vb6, but from what I remember findwindow finds ther first top level window, and its findwindoeEX that finds the first child window.
  25. VS 2017 Re: Trying to understand unknown operations in C# to convert to VB

    I'm a little confused. What should work. Whats not working. Why are you short on time. How did you come up with this code if you do not understand it? One thing you increase I even before the first...
  26. Replies
    5
    Views
    1,250

    Re: Get User FULL Name from windows service

    Why would a service even be used for this?
  27. Replies
    4
    Views
    14,025

    Re: Embedding custom fonts into your application

    we cant pull a magic wand out. Post your code. Not mind readers.
    ...
  28. Replies
    16
    Views
    2,997

    Re: java code errors

    TextBox1.Text = ((number & " sum of squares of: " + solution))

    This is a collection of linked list
  29. Re: WebBrowser - Zooming - SendKeys

    You are using WebView2 correct? You need to remember (am keep in mind i'v not moved over to core) that visual basic and core are still in transition. I was talking to Christian Nagel a few months...
  30. Re: WebBrowser - Zooming - SendKeys

    from m$, not quite sure on the comment.

    Generally we don't want to expose the controller because the WebView2 control expects to be the only one interacting with it and to allow otherwise would...
  31. Re: WebBrowser - Zooming - SendKeys

    Note that changing zoom factor could cause window.innerWidth/innerHeight and page layout to change. A zoom factor that is applied by the host by calling ZoomFactor becomes the new default zoom for...
  32. Replies
    5
    Views
    1,617

    Re: HOW TO READ a vb 6.0 project in VB Net

    Did you ever try mobilize? Was slightly better than the inbuilt 2008 vs option but still a nightmare.
  33. Re: [RESOLVED] Option Strict = ON - Late Binding Issue

    Yes, you have said multiple times. Don't think i am not sympathetic. I have spent nearly a year of the last 3 in and out of hospital, intensive care and isolation with avascular necrosis of femoral...
  34. Re: Option Strict = ON - Late Binding Issue

    Just trying to loop and find string in listbox Then how is it selected? I worry for your previous company if you cant google its class....
  35. VS 2019 Re: How to pause a loop until a variable gets set, or an event gets raised?

    96/98, i dont write down memories from 22 years ago, got it from pc world for x-mas
  36. Replies
    5
    Views
    1,617

    Re: HOW TO READ a vb 6.0 project in VB Net

    You don't.
  37. Re: [SORT of SOLVED] Sqlite - Get Exact String in Sentence

    You don't need to edit your title. Go to Thread Tools and mark it resolved.
  38. Replies
    8
    Views
    1,584

    Re: Monitor Program usage

    Iv given you a start. You can surely google __InstanceCreationEvent which takes you to the msdn documentation https://docs.microsoft.com/en-us/windows/win32/wmisdk/--instancecreationevent which has...
  39. Replies
    8
    Views
    1,584

    Re: Monitor Program usage

    That really is awful, i promise il update it tomorrow.
  40. Replies
    8
    Views
    1,584

    Re: Monitor Program usage

    i'm not at a machine with vs right now, so please keep in mind this is extremely rough written from 10 years ago or so.


    Imports System.Management


    Public Class Form1
    Private Sub...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width