Search:

Type: Posts; User: pixelink

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: No Windows Explorer in Enumerated Window List in Listbox

    Well... I found a solution. So never mind.
  2. [RESOLVED] No Windows Explorer in Enumerated Window List in Listbox

    I have this working code (below) that gets a list of all opened windows.
    However, it doesn't show 2 Windows Explorer windows I have open on the desktop.
    What do I use to make those to show up in...
  3. Re: Enumerate List of ONLY Opened Windows Error

    I found some other code that mostly work.
  4. Re: Enumerate List of ONLY Opened Windows Error

    Here is all my code....



    Public Declare Function EnumWindows Lib "user32" (ByVal lpEnumFunc As Long, ByVal lParam As Long) As Long
    Private Declare Function GetWindowText Lib "user32" Alias...
  5. [RESOLVED] Enumerate List of ONLY Opened Windows Error

    I have been searching on Google for 5 hours to try and find example code of how to simply get a list of ONLY programs that are visibly opened on the desktop (Windows 10). I have have tried 7 examples...
  6. Replies
    9
    Views
    1,167

    Re: Creating a Kanban App

    I know what controls I got, just not sure which ones would be best for the job.
    Yeah, it may be difficult, but that is why I am asking.
  7. Replies
    9
    Views
    1,167

    Re: Creating a Kanban App

    Anyone have any ideas?
  8. Replies
    9
    Views
    1,167

    Creating a Kanban App

    Hello,
    What controls can I use to create a Winforms Kanban app?
    I have native .net and syncfusion controls.
    I am using VSCE 2022.
    I am also going to use SQLite db3 for database

    Thanks in...
  9. Re: Transparent Hotspots on PictureBox

    Yep, that is what it is.
    I put it in the wrong place.

    Thanks
  10. [RESOLVED] Transparent Hotspots on PictureBox

    Hello,
    I understand that you can't have true transparency with Winforms.

    However, I need a way to put multiple hotspots on one picturebox for a simple game I am making.

    I found some code to...
  11. Re: [RESOLVED] Process Start not loading needed files

    Yeah, I saw that. And it doesn't really address working directories that I saw.
    Sorry for any confusion.
    Thanks
  12. Re: [RESOLVED] Process Start not loading needed files

    Sorry for any confusion.
    Thanks
  13. Re: [RESOLVED] Process Start not loading needed files

    Thanks for your trying to help.
    But, most of you are focused on my app that isn't working, when it was also a lot of other apps, even ones I don't make.

    The issues wasn't my app... like I said.....
  14. Re: Process Start not loading needed files

    I figured it out.
    I needed to specify the working directory in my Process.Start... not on the other apps.

    I found on Windows website that Process Start (without specifying working directory) is...
  15. Re: Process Start not loading needed files

    No. my VB apps work perfectly fine if I launch them from Windows Taskbar.

    Its the Process.Start that is the problem
  16. Re: Process Start not loading needed files

    No. my VB apps work perfectly fine if I launch them from Windows Taskbar.

    Its the Process.Start that is the problem
  17. Re: Process Start not loading needed files

    Here is a screenshot

    LEFT
    Launched from Windows taskbar (hass color and favorites)

    RIGHT
    Launched from my vb app using Process.Start (no color and no favorites)

    I am need something else to...
  18. Re: Process Start not loading needed files

    1) I already posted the code above. Very simple....
    Process.Start(D:\###\###\AudioBible.exe)

    2) The two files are (that the EXE loads itself)...
    D:\D:\###\###\settings.txt...
  19. Re: Process Start not loading needed files

    Also, this seems to do this wit a lot of my own vb apps as well as a few others.
    It's like it ignores any program settings.
    Even websites that I launch with Process.Start, that uses cookies to keep...
  20. Re: Process Start not loading needed files

    Also, FYI, the two txt files are in the same location as the exe.
  21. [RESOLVED] Process Start not loading needed files

    Hello,

    I am using "Process.Start('filename") to launch an exe program.
    It launches the program fine.

    However, it doesn't load all the two necessary .txt file setting files that is loaded by...
  22. Re: Release Sendkeys to Edit my Application

    I figured it out.

    I had to force my app which was already in the foreground (and topmost)
    to be the actual foreground app that has focus.

    Even though I would click inside the Textbox, because...
  23. Replies
    6
    Views
    899

    Re: Visual Studio 2022 for visual basic

    Just a note.
    I don't bind the fields directly but just assign them from the datagrid.
    You may want to look into binding the fields directly if you want to.

    Here is my VB app...


    185149
  24. Replies
    6
    Views
    899

    Re: Visual Studio 2022 for visual basic

    This is basically what jmcilhinney is talking about.
    This is what I use on a datagrid using SqlLite db3....



    Sub loadRecords()
    Dim filePath3 = lbStatus.Text ''''file path to SQLite DB...
  25. Re: Release Sendkeys to Edit my Application

    Still looking for a solution to this issue.
  26. Re: Release Sendkeys to Edit my Application

    Still looking for a solution
  27. Re: Release Sendkeys to Edit my Application

    So, the more I try different ways to refresh the form.
    It seems that mouse interaction is required with a message box, my own modal form or a dropdown box.

    There has to be a better way to break...
  28. Re: Release Sendkeys to Edit my Application

    Hmm... I just put a button on the form and displayed a Messagebox. That breaks the link.
    So, how can I invoke something that I don't have to respond to or click, i.e. like a dropdown combo box?
  29. Re: Release Sendkeys to Edit my Application

    Well, guess not.


    Me.Invalidate()
  30. Re: Release Sendkeys to Edit my Application

    I wonder, how do I make a call to re-paint the form. I wonder if that will work because it seems that picking an item from a dropdown combo box works.
  31. Re: Release Sendkeys to Edit my Application

    I do notice if I do a refresh on my listbox or change a value in a dropdown, the link is broke and then I can edit my own textbox.
    Or I can close the app and restart it. That breaks the link too.
    ...
  32. Re: Release Sendkeys to Edit my Application

    Like I said. The Sendkeys and communicating with other apps works great.
    Its just trying to edit a Textbox on my own app after a link is established.
  33. Re: Release Sendkeys to Edit my Application

    Butons or clicking on a listbox item
  34. Re: Release Sendkeys to Edit my Application

    SendKeys.Send("^(v)")

    I have an on screen keyboard.
  35. [RESOLVED] Release Sendkeys to Edit my Application

    Okay.

    I have an application that I send keys (strings ) to, say Notepad.
    It send a string to the last focus app. other than mine
    All works fine

    However, If I want to edit a text box on my...
  36. Replies
    3
    Views
    841

    Re: Import DLL - Convert c#>VB Error

    Okay, realized it needs to be shared.

    How this? Does this look right?



    <DllImport("user32.dll", SetLastError:=True, CharSet:=CharSet.Auto)>
    Shared Function SendMessage(ByVal hWnd As...
  37. Replies
    3
    Views
    841

    Import DLL - Convert c#>VB Error

    Hi,

    Trying to convert some c# code to VB, but isn't working.

    Error: 'System.Runtime.InteropServices.DllImportAttribute' cannot be applied to a Declare.


    Thanks in advance

    184894
  38. Replies
    24
    Views
    2,754

    Re: [RESOLVED] Weird Timer Behavior Issue

    What I meant by "editable field" was that its not a text field. Its just a check box. Once you click on it, its done.
    Since this is NOT a DB driven data source, I don't have to validate or commit...
  39. Replies
    24
    Views
    2,754

    Re: [RESOLVED] Weird Timer Behavior Issue

    Its a check box, Not an editable field. Once you check/uncheck it, its done. There is no more to do.
    The issue is fixed (see above). It may not be completing the check (click) but that is because it...
  40. Replies
    24
    Views
    2,754

    Re: Weird Timer Behavior Issue

    Wow... this worked...

    dgScheduler.CurrentCell = Nothing

    I put in my timer to reset the cell.

    I guess the issue is. When you uncheck a checkbox, its actually not really Null (false).

    Makes...
Results 1 to 40 of 237
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width