Search results for query: *

  • Users: mech3
  • Content: Threads
  • Order by date
  1. M

    deploy - windows CE emulator

    Using VS.2005 I want to develop win CE app. I installed win CE emulator but it does not appear at deploy selection(it contains "win CE device","pocket PC") I must change some option?
  2. M

    console application = DOS application?

    do console applications run on DOS? (not ms-dos) if not is there any chance develop dos application using .net?
  3. M

    not to be opened new one while running?

    how to make not to be opened another copy of application while it is already running?
  4. M

    date time picker changing values by code

    how to set year,month, day values via code (because I need to show the date that recorded before) thanks
  5. M

    can I print a specific control

    I need to print a control that it is on the form. is there any way to do this (the control is an add in graphic control)
  6. M

    can I draw a line on the label at design time?

    how can I draw a permanent line on the form that it always stay there. I want to do this while designing not at the runtime Because this line must be on the another control(example:on the label) in vb6, I was doing this by clicking line button on the toolbox then I was drawing anywhere I want. I...
  7. M

    simple xy graphic on the form?

    I want to draw different colored curves on the one graphic. Is this can be done vb.net 's controls? I mean there is many third party software to do this but I want freely draw a simple curve on xy coordinats. thanks
Back
Top