Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

sven it

@sven it
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to Resize the form and open the touch keyboard on screen.
    S sven it

    Do you want to have a Form with the "normal" - size, or an form wich is like a popup window? To show the softkeyboard you have to create an inputpanel on your form. Microsoft.WindowsCE.Forms.InputPanel myInputPanel = new Microsoft.WindowsCE.Forms.InputPanel(); then on the gotFocus of the Textbox myInputPanel.Enabled = true; that´s it Regards

    Mobile csharp com design tutorial

  • Problem with OpenFiledialog - C# CompactFramework
    S sven it

    Hello, i just found the mistake. I suspend the mainfrom but i forgot to resume it. If you use this.SuspendLayout(); folowwing you have to use ResumeLayout(); Regards

    Mobile help csharp xml question

  • Problem with OpenFiledialog - C# CompactFramework
    S sven it

    I have a Form with an maximized WindowState. When I open the Openfiledialog and select a File, wich i want to open in my program, the windowstate is no mor maxamized, but when i request the windostate from the system, it seems to be maxamized. using (OpenFileDialog myOpenFileDialog = new OpenFileDialog()) { myOpenFileDialog.InitialDirectory = "\\Storage Card\\"; myOpenFileDialog.Filter = "xml files (*.xml)|*.xml"; myOpenFileDialog.FilterIndex = 1; DialogResult result = myOpenFileDialog.ShowDialog(); if (result == DialogResult.OK) { xmlPath = myOpenFileDialog.FileName; if (activeProject != null) activeProject.CreateAndOpenEmptyProject(); activeProject = TModelProject.getInstance(); //InitApplDate(xmlPath); activeProject.open(xmlPath); if (activeProject.xmlDoc == null) { MessageBox.Show("Error"); } Cursor.Current = Cursors.WaitCursor; VMain.SuspendLayout(); activeProject.Load(); activeProject.LoadAll(); vTreeView1.InitView(activeProject); Cursor.Current = Cursors.Default; } } Can anybody help me? Thx

    Mobile help csharp xml question

  • Image in DataGrid??
    S sven it

    Hey http://blogs.msdn.com/netcfteam/archive/2006/04/25/583542.aspx[^] there you find an example how to create an editable datagrid. Normaly the datagrid in CF is read-only. Maybe you find there how to add an picture into the datagrid. Regards

    Mobile help question

  • [Message Deleted]
    S sven it

    [Message Deleted]

    C#
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups