Search results for query: *

  • Users: Roma
  • Order by date
  1. R

    a problem with path.getfullpath

    Hi!. The problem is that when i run my application, instaled with cab file on my PPC, the error is showed when Form1 is lodading: "File not found exception". I put msgbox(a) line to find out whats wrong..File q.dat location is "\program files\ponijs\q.dat" (program exe file location) but...
  2. R

    wait while image loaded..

    Thanx! i found a multithreading code :))
  3. R

    wait while image loaded..

    maybe multithreading is the solution.. PictureBox1.Image = New Bitmap("\mypicture.jpg") 1: a=a+1 ' a difficult calculations goto 1 can u please write the write code with multithreading for this code? The task is that loading picture must take all priority and after it is loaded...
  4. R

    wait while image loaded..

    Hi. I want to create a programm for my Pocket PC that shows a picture (loading...)while it doing difficult calculations that takes a long time. But problem is that picturebox.image cannot show picture because all proces priority is divided by picturebox.image and folowing calculations..and most...
  5. R

    How can i simulate checkedlistbox?

    Thanx. I done it with put all checkbox in panel, add a scrollbar and changing locations of checkboxies depending of scrollbar
  6. R

    How can i simulate checkedlistbox?

    The problem is that tool - checkedlistbox is not available on smart devices applications.. How can i make somethink like checkedlistbox on my Pocket PC application? I "hear" that checkedlistbox can be simulated with cobinating litstbox and checkbox...Please help me find a way to make something...
Back
Top