Search results for query: *

  • Users: Grega
  • Content: Threads
  • Order by date
  1. G

    Question Deploying Smart device app causes "The system cannot find the file specified."

    Deploying Smart device app causes "The system cannot find the file specified." Hi all, I have an smart device application (VB .net CF) in which I am trying to use SQL compact. I am deploying it to a windows ce 6.0 os. When I add sqlserverce.dll as a reference I get the "The system cannot find...
  2. G

    Write to tcpclient stream hangs

    Hey all, I hope this is the right thread. I am working on an application which will run on windows ce 6.0. It will receive data on serial port, and store it to a cf card plus forward it to network. Now I have never done anything with network so I am a total rookie, but I searched internet...
  3. G

    Question How to print tabpage silently

    I am not sure if this fits in some other forum thread but here goes... I have an application in which I open larger number of files create a specific report (I fill in values in a usercontrol with 3 tabpages and some textboxes labels and graph on each of them) for each and would like to print...
  4. G

    Question Removing tabs with user control from tabpage

    Hi all, I have a thing I am not sure if it is a problem but its weird to me and I don't understand it. So if anyone has any idea or explanation I would appreciate if you told me. I have a application with a tabcontrol. I dynamically open new tabs on which there is a custom control which is...
  5. G

    Access progress bar on main form from thread on user control

    Hi, I ran into a problem that I just cannot figure out. I have a windows application with a main form, on which a user control is added dynamically when a device connects trough USB. On a user control, there is a thread wich is getting data from the device trough USB and when it is finished...
  6. G

    memory leak

    Hi all, I am making a VB .NET application, there is a picturebox on the form in which i want to chnge images of a logo so it animates. this is hapening in a separate thread adressof ChangeLogo..I update picturebox on a form trough a delegate. Does anyone know what I am doing wrong that this...
  7. G

    Progressbar

    Hi, I am trying to use a progress bar in smartdevice application for windows CE 5.0. Does anyone know is there a control like progressbar which has the same style (marquee) as progressbar in .NET framework? Or if you may know how to make control like that from the existing progressbar that is...
Back
Top