Search:

Type: Posts; User: raineym

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    753

    VS 2022 Re: ScintillaNET Undo and Redo

    Sorry. I figured it out.

    It was the wee hours of the morning ... I have never worked with ScintillaNet before ... it was a long day already ... I was tired ... etc.
  2. Replies
    2
    Views
    753

    VS 2022 [RESOLVED] ScintillaNET Undo and Redo

    I'm trying to implement an undo/redo for ScintillaNET. I have implemented the undo but for the life of me I cannot implement the redo.

    ScintillaNET has a built-in undo, but its Redo() does not...
  3. Replies
    6
    Views
    5,739

    Re: How to convert string(text) to HTML format?

    I know I'm late to the party but what about using something like MarkdownDeep?

    That should markup the text the way you want it.
  4. VS 2017 Re: Delete JSON object from deserialized class

    I got it.

    I decided to watch some YouTube tutorial videos on JSON, JObjects, and JArrays. I was able to figure it out from the 5-hour rabbit hole I went down.

    Let's just say I have a newfound...
  5. VS 2017 Re: Delete JSON object from deserialized class

    Let me try to explain better. First of all, I have very limited knowledge of JSON.

    Now, I have the class Spellbooks that contains a series of Book classes within it. I can access the Book classes...
  6. VS 2017 [SOLVED] Delete JSON object from deserialized class

    I have some JSON I am trying to modify. I have it deserializing fine but I would like to delete the entire second entry under "books" from the JSON class Spellbooks without having to resort to...
  7. VS 2013 Re: Sort ListViewGroup Items In a Specific Order

    .paul., I just want to say that you are a saint for putting up with me on this.

    EDIT: I posted 2 minutes after you posted. We came to the same conclusion.

    I looked at the items coming from the...
  8. VS 2013 Re: Sort ListViewGroup Items In a Specific Order

    Good News: It's sorting.
    Bad News: It's sorting the ALL group instead of the Most Recent group.
  9. VS 2013 Re: Sort ListViewGroup Items In a Specific Order

    .paul., I've added it and made the changes necessary for it to run properly to my project and it still does not sort.

    I know how to write a sorter to sort on subitems and even group headers, but...
  10. VS 2013 Re: Sort ListViewGroup Items In a Specific Order

    It might be easier if I showed you exactly what I was looking for.

    159045

    Right now there are three test files. In the Most Recent group of the ListView I want them sorted by last modified, to...
  11. VS 2013 Re: Sort ListViewGroup Items In a Specific Order

    When I implement this, I get the error "Index was out of the bounds of the array".

    I am pulling the date added and date modified from a database. Am I to add these to both the arrays sent to the...
  12. VS 2013 [RESOLVED] Sort ListViewGroup Items In a Specific Order

    Man, it's been a while since I posted here.

    Anyway, I have a small program that I'm writing and I'm stuck on a weird request by the one who commissioned it.

    I have a list of files I'm adding to...
  13. Re: Intercept Default Windows Program From Opening File

    This I know. I DO NOT want to change the default program on the computer nor force the user to.


    User double-clicks or otherwise opens a .TXT file.
    The "Tray App", running in the system tray,...
  14. Intercept Default Windows Program From Opening File

    The title is a bit misleading. What I'm trying to do is create a Tray app that runs from a portable drive which, when any file with a default program assigned to it is opened in Windows through...
  15. Replies
    5
    Views
    950

    Re: ListView SelectedIndex Issues

    Tried that. Still not doing it. This is the code I have in the procedure that populates the ListView on form load after populating the ListView.


    If Me.lvBooks.Items.Count > 0 Then
    '[...
  16. Replies
    5
    Views
    950

    ListView SelectedIndex Issues

    I am creating a program that loads items from a SQLite database into a ListView on load. I can get the data into the form with no problems. When I then use code to select the first ListView item...
  17. VS 2008 Re: Restore App From System Tray Using Shortcut Keys

    Thanks. I searched for it a long time ago, but couldn't remember what forum I had come across it on.
  18. VS 2008 [RESOLVED] Restore App From System Tray Using Shortcut Keys

    I'm trying to build an application that when I press a keyboard shortcut, say CTRL + ~, if the window is minimized to the system tray it is displayed.

    I have seen a few programs do this and have...
  19. Replies
    5
    Views
    3,478

    VS 2008 Re: Sliding Panel Menu Problem

    I solved problem #1. The reason the panel was not "sliding" was that it was double-buffered, but I need it double-buffered for when it slides out.

    I had to add the protected DoubleBuffered...
  20. Replies
    5
    Views
    3,478

    VS 2008 Re: Sliding Panel Menu Problem

    Yeah, I know. I'm just trying to get this solved before moving everything off into threads.
  21. Replies
    5
    Views
    3,478

    VS 2008 Re: Sliding Panel Menu Problem

    Thanks Help321, that solved problem #2.

    Now I just need to solve problem #1.
  22. Replies
    5
    Views
    3,478

    VS 2008 [SOLVED] Sliding Panel Menu Problem

    I have a panel that I have made double-buffered so that any controls on it don't flicker when it slides in and out from the left side of the form.

    The problems I'm having is:

    SOLVED When the...
  23. Replies
    6
    Views
    7,523

    Re: Binary Calculator in VB

    Well, to convert to/from bases, use Convert.

    For example, let's say you have the Integer 255:


    Dim i As Integer = 255
    Dim intToBinary As String = Convert.ToString(i, 2)
    Dim intToHex as...
  24. Re: [.NET 2.0+] Visual Studios "My Project" Tab Control (Updated! 12/9/2009)

    From the code, they are in the correct order.

    '
    'tcPodLoader
    '
    Me.tcPodLoader.Controls.Add(Me.tcPodLoaderTabPodcasts)
    ...
  25. Re: [.NET 2.0+] Visual Studios "My Project" Tab Control (Updated! 12/9/2009)

    Thanks. I'll try it.

    Also, I've noticed that at run-time, the tabs rearrange themselves.

    For instance, if I have TabOne, TabTwo, TabThree, and TabFour (in that order) in design-time, it will...
  26. Replies
    15
    Views
    1,346

    VS 2008 Re: Replace a line in a string

    I tried both and got 5 milliseconds on the RegEx and 8 milliseconds on the For ... Next loop, based solely on the single .EML file.

    I even made 100 copies of the same .EML file and put them in a...
  27. Replies
    8
    Views
    1,325

    VS 2008 Re: CheckGroup Code Help

    I'll give it a try. Thanks.
  28. Replies
    8
    Views
    1,325

    VS 2008 Re: CheckGroup Code Help

    Thanks kevininstructor.

    But I noticed a couple of things:

    1) I have Option Strict and Option Explicit set to On and when rebuilding the project, it still did not change the CheckBox color when...
  29. Replies
    8
    Views
    1,325

    VS 2008 Re: CheckGroup Code Help

    That's how I have it now, but it just seems a very unclean fix because if I don't add spaces in front of the groupbox's text, the checkbox overlaps it.
  30. Replies
    8
    Views
    1,325

    VS 2008 CheckGroup Code Help

    I'm using a CheckGroup in a project found here.

    There were several things in the code that needed fixing to really be useful to me:

    The fact that the panel in the regular groupbox overlapped...
  31. Replies
    3
    Views
    911

    Re: please, help to download font code

    I've had this problem before. In my case, it was the Windows Firewall blocking the UserAgent, although it still got the page I was requesting. Also, if you are using a proxy, it sometimes doesn't...
  32. Re: Alarm Clock - Launching app @ certain time

    As 03myersd said you could use Scheduled Tasks, or, depending on your VB knowledge level, you could look into making it a Windows Service. If the service is set to run at startup, it can only be...
  33. Replies
    7
    Views
    8,450

    Re: add two 6 sided dice rolls

    Just PM me your email address and its all yours.
  34. Replies
    7
    Views
    8,450

    Re: add two 6 sided dice rolls

    No problem. I actually created a die roller for my gaming group. We all used laptops and it had "real-time die roll streaming" capabilities that sent the die rolls to each person connected to the...
  35. Replies
    7
    Views
    8,450

    Re: add two 6 sided dice rolls

    I'm a stickler for clean code, and you don't need to assign the randomly generated numbers to Labels and then use VAL() to convert them back to numbers so that you can add them. This does the same...
  36. Re: [.NET 2.0+] Visual Studios "My Project" Tab Control (Updated! 12/9/2009)

    I'm using this in a project of mine and I receive this error at random intervals throughout the design and coding process, although it does build and run fine. It just causes me to save and close the...
  37. Replies
    2
    Views
    13,778

    ComboBox With Images

    Written in VS2008

    This is my first control, so be gentle. It was created for a customer I'm writing an IT Work Order program for who wanted to show an image beside the Priority and Sub-Priority...
  38. VS 2008 Re: Richtextbox Ordered Lists ... Is It Possible?

    Thanks.

    I had started working on my own, but you finished wwwwaaaaayyyy before I could have. Even though I know VB.NET, I haven't really messed with creating custom controls until now.
  39. VS 2008 Richtextbox Ordered Lists ... Is It Possible?

    I have searched the Internet and this forum for any help on making specialized lists in a Richtextbox instead of the default bulleted list (i.e: Numbered, Upper Roman, Lower Roman, etc.). I know that...
  40. Re: [2005] DataTable Not Filtering With 'AND' in RowFilter Using Dates

    Google pays off again...

    Sabastian Lachance gave me the answer:


    objActivityLogView.RowFilter = String.Format("DateTimeAccessed >= #{0}# AND DateTimeAccessed < #{1}#",...
Results 1 to 40 of 52
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width