CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: HanneSThEGreaT

Page 1 of 79 1 2 3 4

Search: Search took 0.51 seconds; generated 54 minute(s) ago.

  1. Replies
    1
    Views
    27,855

    Re: VB6 CommonDialog - Open File problem

    I suppose you've already found an answer.. But for the benefit of the forum users I'll post a link here explaining how to achieve this:

    http://www.vb-helper.com/howto_add_commondialog_filters.html
  2. Re: JavaScript String Transformation: Converting Text to Uppercase

    Sorry, I'm a bit late to the party..

    Interesting question.

    The accented e/E will not become uppercase as it is a Unicode character and not a standard character.

    I will not go into much...
  3. Replies
    16
    Views
    29,300

    Re: What book have you recently read?

    Mine: Visual Studio 2022 In-Depth :)

    https://www.amazon.com/Visual-Studio-2022-Depth-Fantastic-ebook/dp/B0BG8STHXP?ref_=ast_author_mpb
  4. Re: Choosing the Right Programming Language for Cross-Platform Mobile App Development

    Why not make use of a component suite such as DevExtreme which does all the setup for you, which enables you to simply write the app and DevExtreme will take of the platforms.

    I'd suggest this...
  5. Re: Is Winforms Compatible with WIndows IOT Enterprise?

    Not sure if this will shed more light:
    https://learn.microsoft.com/en-us/windows/iot-core/develop-your-app/buildingappsforiotcore
  6. Re: gridView1_CustomDrawCell(...) can both color the cell and enter text into cell ?

    Why not ask on their forum: https://supportcenter.devexpress.com/ticket/details/t1050560/general-support-forum
  7. Replies
    12
    Views
    4,559

    Re: So what happened to this place?

    I've been here since 2001, but not as active anymore ;)
  8. Thread: My book

    by HanneSThEGreaT
    Replies
    8
    Views
    15,526

    Re: My book

    Link to my third book. It is available on Amazon as well:

    Cross-Platform Modern Apps with VS Code
    ...
  9. Replies
    8
    Views
    3,562

    Re: How to post articles on Codeguru?

    I think the poster was referring to this post that should be an article:
    ...
  10. Re: App.Path & "\" & App.EXEName alternative

    It is unclear what you want to do. What do you want to with the application? Do you want to open it or run it (which may be two different things)?
  11. Re: How to use Nuget assembly as files with visual studio community

    A bit late.

    Yes, you could use either of two methods mentioned.

    Let's say you navigate to
    https://www.nuget.org/packages/Azure.Core/

    You will see that the package is there.

    Click on the...
  12. Replies
    1
    Views
    8,924

    Re: Text Editor in VB.NET

    Hi.

    Hannes here.

    I had a look at my article.

    The mruItem_Click event gets fired when you click on any of the most recently used filenames. This is assuming that you have included the
    ...
  13. Re: Adding a BackgroundImage to a TreeView

    Could you show us your code?
  14. Replies
    1
    Views
    2,104

    Re: detect .dll

    Yes, there are ways.

    You could make use of API classes such as GetActiveProcess and GetWindowThreadProcessId
  15. Replies
    1
    Views
    1,556

    Re: ImageViewer ocx

    Not sure what ImageViewer you are referring to as the normal ImageViewer is part and parcel of VB 6.
  16. Replies
    2
    Views
    1,466

    Re: Find And Change Attribute Value

    This:

    Select WNaam = Wijn.Attribute("Naam").Value,
    WLand = Wijn.Attribute("Land").Value

    Doesn't look right
  17. Replies
    4
    Views
    1,227

    Re: Update Statement

    I don't understand why you are using a SqlDataReader and try to update at the same time.

    What I will do is to first get the value of the ID in the particlar datagrid column, then update the rows...
  18. Replies
    1
    Views
    1,129

    Re: Datagridview Header

    Two things:
    You are finding the RowIndex, but you click the Column header?
    The first code snippet will work perfect when you click inside the row inside the grid, hence the message.
    Second thing:...
  19. Thread: My book

    by HanneSThEGreaT
    Replies
    8
    Views
    15,526

    Re: My book

    Thanks guys!

    The link to my second book "JavaScript for Gurus" on Amazon:

    https://www.amazon.com/gp/product/B0855WF95F/ref=dbs_a_def_rwt_bibl_vppi_i1
  20. Re: Where to create code to limit form opening by password Visual Studio 2012

    Why not just set the startup form to Form3?
  21. Thread: My book

    by HanneSThEGreaT
    Replies
    8
    Views
    15,526

    Re: My book

    Amazon link:
    ...
  22. Replies
    3
    Views
    5,475

    Re: Ram Dump Capture

    https://www.codeguru.com/columns/vb/creating-a-memory-dump-process-in-visual-basic.html
  23. Re: How to get mic volume level using Naudio library in vb.net

    This may help:

    http://www.vbforums.com/showthread.php?742519-RESOLVED-VB-NET-Microphone-Level-Monitor
  24. Replies
    3
    Views
    5,475

    Re: Ram Dump Capture

    Perhaps if you post some code someone can assist more
  25. Thread: My book

    by HanneSThEGreaT
    Replies
    8
    Views
    15,526

    My book

    Wow, long time no post here!

    I miss this place tremendously, but time, time, time...

    Just thought that I'd let you know that my book is now published. The link is here:
    ...
Results 1 to 25 of 1971
Page 1 of 79 1 2 3 4





Click Here to Expand Forum to Full Width

Featured