Search results for query: *

  • Users: Harcon
  • Content: Threads
  • Order by date
  1. H

    List read out informatie

    I have made a list, and i maneged to get the info in to the list. List class Public Class BSartikelList Public Property Artikel As String Public Property Artikelnaam As String Public Property Artikelbsnr As String Public Property Eenheid As String Public Property Inhoud As...
  2. H

    Use included image file in solution

    I have included a file in my project solution. Now i want to use in my code. What's is the code to call the image file. rather then specifying a location on my computer?
  3. H

    How to call the console in a windows forms application

    Can any tell me how to get the console to work. When console.read is being run nothing happens. Console.WriteLine(SL) Console.Read()
  4. H

    Installation problems

    After publishing a new version i got the following error code. Does anyone know what i have to do to get it fixt? And can i deactivate the remote server in my application? PLATFORM VERSION INFO Windows : 6.1.7601.65536 (Win32NT) Common Language Runtime : 4.0.30319.18408...
  5. H

    Class building

    I have created a class and now i want to add a extra level. Variables 1 until 4 i have created. But in one variable i want to make sub variables how can i program that? Public Class VermaatApplicationUser Private _name As String Private _UserID As Integer Private...
  6. H

    Listview not all the rows are filled

    I finished my application and loaded the data in the database and now when sending a request the data loads in to a listview. But when it shows not all the rows are filled correct and you see empty rows in the list view. It looks like uncoupling of the rows Private Sub...
  7. H

    Bring to the front

    I'm loading a form Frmmain and when it is loaded, i load the loginform. But when i do that, the loginform goes to the back. and i can't get in front, so the user knows he has to logon first. Before he can really use the application.
  8. H

    Creating A project connection

    I am starting to build a forms application. And i want to open a database connection at Startup of the application. Now is my question hou can i set up a connection that runs thrue out the whole program. rather then opening a connection in each form.
Back
Top