Search results for query: *

  • Users: KNN
  • Order by date
  1. K

    Converting a SQL Server 2000 table into an XML file

    I need to find a way to grab a table from the SQL Server 2000 and convert it into a structured XML file really need this! thanks
  2. K

    data transfer using xml

    has to be XML because all transmissions have to go through port 80.
  3. K

    data transfer using xml

    c'mon guys i really need this
  4. K

    data transfer using xml

    Hello, I need to create an application that transfers a data table, from my local sql 2005 express database to a remote SQL server through XML. local server: scream\sqlexpress table name: test path: SCREAM\SQLEXPRESS\Databases\System Databases\master\Tables\test.dbo remote server...
  5. K

    NumericUpDown control

    I have a timer control, that counts down time of the game... I need to be able to change time using numericupdown control, when the time is stopped. Let's say I stopped time at 10:59 but want to restart it at 10:34 ... is it possible and how , do I decrement the time with numbericupdown control...
  6. K

    Sorting in datagridview

    I'm trying to figure out how to sort data in datagridview in reverse order. Data is unbound, it is entered in bunch of text boxes and then passed to datagridview. I need the latest entry to be on top(first) , not on bottom like the default is. ps. I only have one column, so every new entry is a...
  7. K

    Stop and restart timer ??

    it's ok. it was just a declaration of minute, it shouldn' be integer. thaqnx a lot
  8. K

    Stop and restart timer ??

    i did that and for some reason it switches the minute at 30 seconds not at 0 ?
  9. K

    Stop and restart timer ??

    thanks man I'll give it a try, but ppoint of this is not really the alarm time I'm doing a timer for the game, so the focus is on stoping it and continuing it correctly as well as displaying it min:sec. thanx
  10. K

    Stop and restart timer ??

    "Then with a timer (having an interval of 1000ms) subtract one second from the number of seconds remaining. When that hits 0, you sound the alarm." can you write me some code for this, I can't understand how to do it. thanks
  11. K

    Stop and restart timer ??

    right if i stop it at 14:34, i want to continue it from there.
  12. K

    Stop and restart timer ??

    I'm trying to stop and than start my timer again at the point that I stopped it. I'm able to stop it, but when I click to continute counting down, it does continue but not where I stoped it, continues from the point where it would be as if I never stopped it. I guess it runs in the background...
  13. K

    select multiple datagrid cells

    Hello, I need to know how to select more than one cell in the datagrid WITHOUT holding down the ctrl key. thank you
Back
Top