Search results for query: *

  • Users: a.p.gumby
  • Content: Threads
  • Order by date
  1. A

    Trying to reference a dll - Error 80040154

    Hi, I have only fairly recently started using .net and now have a Windows CE application to develop. So, sorry if I am asking dumb questions. I am using VB on VS2005 to develop the Windows CE application and I want to re-use some VB6 dlls that I have been using for years. The dll is called...
  2. A

    How do I eliminate graph flicker?

    Hi, I am developing my first Windows CE application using VB.Net. I am plotting a graph in a panel using the following code Private Sub panGraph_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles panGraph.Paint Dim upperBound As Integer = yValues.Count - 1...
  3. A

    Load picturebox image from resources

    Hi, Developing my first Windows CE application using VB.Net so sorry if I ask some dumb questions. When not using the CF, I can load an image into a picturebox from resources at runtime by using : picMyPicturebox.Image = My.Resources.MyPicture The My namespace does not seem to exist so...
Back
Top