Search results for query: *

  • Users: KrAcKeD
  • Content: Threads
  • Order by date
  1. K

    Pattern Matching in VB.NET 2003

    Hi, I've been trying to get a pattern to work, I'm almost at it, but still not yet. Basically what I want the pattern to do is find from all function header to the "End function" and I will later change the pattern when this one work to make it find only the functions for which i will need to...
  2. K

    Crystal Report Error

    Hello, I am currently developping a software that generates reports with Crystal Report. I use VB.net 2005. I tested the software on many computers with different OS and language, and everything was working fine, then I give it to my college for him to test it and it crashed on every report...
  3. K

    Handling events raised

    Hi, I Have a Windows Form to which I linked classes that generates reports using crystal report. I want thoses classes to be independant of the Form but I want the Form to display the progress bar to show the progress of the class in creating the Report. I though of 2 ways to do this, #1-...
  4. K

    Instancing a reference of a type

    I'm working in VB.NET 2005 To optimise a program, I tried to make a function that would instanciate a windows form based on what type it recieves in parameter Ex : I have a form that's called FrmForm1 ( as an example ) and theres a variable named Dlg ( as System.windows.forms.form ) my...
Back
Top