Search results for query: *

  • Users: deejross
  • Content: Threads
  • Order by date
  1. D

    Determine the type of an object

    I've been trying to figure this out for a while and would hope someone can help me. There's no real way to ask, so I have to ask with an example. Let's say I want to make a control that acts kind of like the form designer. At run-time, you can drag, pre-coded objects onto the control. Let's...
  2. D

    Application Crashes after running for several days

    Hello Everyone, I have written a client/server application in vb.net 2005. It has been in development for 6 months now and I keep having a problem with the server application. It is running on a Windows 2003 server with all the latest updates. The server app runs between 3 to 7 days just fine...
  3. D

    Problem with Socket Communications

    Well, to make a long story short, I have written a client/server app that loads a few entries into a listbox and when a user clicks on one of those items, information about that item is sent to the client. It all works just fine until you try clicking quickly between items. My code looks...
  4. D

    Problem loading TIF files

    I'm working on a document managment application which uses TIF as it's main format. There are several files that load fine in any other program except mine. Here is the code I had originally: Dim img as Image img = Image.FromFile(filename) When it gets to the second line, it would give me an...
Back
Top