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
D

dandi18

@dandi18
About
Posts
5
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Form Load
    D dandi18

    Hi all, Is there any way to load a form without seeing the Desktop behind? Somthing Like this: Form2.Show Form1.Hide

    Mobile question

  • Increase width of datagrid
    D dandi18

    you can use TableStyles: For Example: Dim ts As New DataGridTableStyle() ts.MappingName = "TblEmployees" GrdEmployees.TableStyles.Clear() 'GrdEmployees=Name of your datagrid 'Define all your columns Dim ColID As New DataGridTextBoxColumn With ColID .MappingName = "EmployeeID" .HeaderText = "ID" .Width = 100 End With With ts.GridColumnStyles .Add(ColID) End With GrdMoves.TableStyles.Add(ts) Hope it helped :laugh:

    Mobile question

  • Check if activesync is connected ?
    D dandi18

    Hi, Is there a way i can see if activesync is connected? (I need to know wether to use External Or Internal IP Address)

    Mobile question

  • GPRS Connection
    D dandi18

    Hi Guys, Im New to writing mobile apps so.. Can anyone show me how to open GPRS Connection on a smartphone (Windows Mobile 5) and close it. the application is a simple receive and send data over the internet. Thanks in advance.

    Mobile mobile tutorial

  • Transfer data faster
    D dandi18

    hi guys Im transfering data from sql server 2005 to comapact framework database (*.sdf) My way to do so is : Export the table into an XML file (using DataTable) dt.WriteXml(FName, System.Data.XmlWriteMode.IgnoreSchema) And on the mobile device I load the XML and save the Dataset dt.ReadXml(FileName) da.Update(DataSet11) Everything is working only my table contains about 1500 records (20 fields) and it takes about 6 minutes to load and save. Is there any way or Method to do this any faster ? Thanks in Advance Dan.

    Mobile database sql-server sysadmin xml question
  • Login

  • Don't have an account? Register

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