Search:

Type: Posts; User: KeithMcCloy

Search: Search took 0.01 seconds.

  1. Creating and running a Windows Forms App

    Hullo,
    I have created a blank Form using the Windows Forms App pattern. I went into Solution Explorer and clicked on Form1, specified Rename and gave it the name MainForm. Pressed Yes to the banner...
  2. Replies
    4
    Views
    2,273

    Using IsNumeric(string)

    Hi,

    When I run the line of code;-

    ElseIf (IsNumeric(bstring) = True) Then

    where bstring = "(2)" I get True returned. How can I deal simply with this?

    Thanks
  3. Re: Adding a Reference to a Library class in VB Net (Foundation)

    Aha!!, Now I am starting to understand some of this stuff. Followed your advice, JMc and it got rid of my error, Thank You very much:wave:
  4. Re: Adding a Reference to a Library class in VB Net (Foundation)

    I created the library using Version 16.9.4 as a .NET Framewok Library class. I am now using version 16.9.5. To add the Reference, I clicked on References in Solution Explorer and a window appeared...
  5. [RESOLVED] Adding a Reference to a Library class in VB Net (Foundation)

    I have added a reference to System.Drawing in my library class and it will now accept a System.Drawing.Point object in my code, but it will not accept a System.Drawing.Color object, nor can I find...
  6. VS 2019 Re: Placing Graphics Functionality into a library class

    Fixed, finally!! Thanks very much, JMc, PD and bb. I will close this now.
  7. VS 2019 Re: Placing Graphics Functionality into a library class

    I greatly appreciate the suggestions from PD and JMc, they have been very helpful, but my problem which I suspect is simplified, is not yet quite solved.

    Imports System.Drawing
    Public Class...
  8. VS 2019 Re: Placing Graphics Functionality into a library class

    Thanks PD and BB for your response. My class is a VB Net (Foundation) library class. At the start is the following code;-

    Imports System.Drawing
    Namespace System.Drawing
    Public Class Point
    ...
  9. VS 2019 [RESOLVED] Placing Graphics Functionality into a library class

    I have created a library class in VB Net (Framework). I have this class include a method to plot the class object. In the main program I have added the library class as an existing item and I have...
  10. Re: Creating Windows Applications in VB Net - Two

    Thanks very much to John and Pops for your assistance. It has been greatly appreciated. I had originally downloaded from Visual Studio the Universal Windows Platform Development, and it does not...
  11. Re: Creating Windows Applications in VB Net - Two

    181038
    Thank you both for your responses. I am using VS Ver 16.9.4, downloaded on about 15 April 2021. The attached picture shows that I created a new project using the three options to specify...
  12. [RESOLVED] Creating Windows Applications in VB Net - Two

    jmcilhinney responded to my first post on this topic. I would like to thank him/her for the contribution. :confused:I could not find a template for .NET Framework as he suggested, so I stuck with...
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width