Search:

Type: Posts; User: simoms

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,044

    Re: Can I check the connection status?

    :thumb: it works well!!
  2. Replies
    1
    Views
    647

    How can close the child form in midparent

    I use the midparent to switch the child form..
    but how can i close the last form when I switch to the new form?
  3. Replies
    4
    Views
    1,044

    Re: Can I check the connection status?

    Thanks..
    but can you give me more hints!!

    which method I can use in httprequest!!
  4. Replies
    4
    Views
    1,044

    [RESOLVED] Can I check the connection status?

    Hi,
    I want to check the PocketPC whether connection or not...

    if the PocketPC can connect to the internet, then the application can be run..
    if the pocketpc status is offline, then I enable the...
  5. Thread: CHECK format

    by simoms
    Replies
    1
    Views
    1,251

    CHECK format

    I want the function to check the HKID format which user entity!

    the hkid format is "P123456(7)"

    how can the programe to check the user entity is vaild?
  6. Replies
    3
    Views
    442

    Re: random record in select command..

    I use sql server 2002..

    and i write "select * from test order by rand()"

    but the output seens the same, not random!!
  7. Replies
    3
    Views
    442

    random record in select command..

    In sql statement, I consider to take the one random value using the select command.

    any random function in sql command?
  8. Replies
    1
    Views
    517

    how to get the listbox item value?

    I know the item index, and any method to get the item string?

    such as the listbox items includs:
    "A"
    "B"
    "C"
    "D"

    when I enter the 2, I want show the value "c"
  9. Replies
    0
    Views
    1,952

    Is possible get pda MAC address?

    The pocket pc has wireless lan,
    Can I coding get the user pocketpc Mac address?
  10. Replies
    5
    Views
    927

    Re: switch windows form

    OK..Thanks...
    I solve my problem by using panel..
  11. Replies
    6
    Views
    1,893

    Re: ListView control

    Thanks,
    but when I use Itemactivate event, how can I call I selected item value?
  12. Replies
    10
    Views
    4,981

    Re: Connection from Pocket to sqlServer

    yep,It is good idea, but I want to create wince 2003se software with vs2003.
  13. Replies
    10
    Views
    4,981

    Re: Connection from Pocket to sqlServer

    can you give me more detail?
    I try it a long time, the sqlclient do not work in ppc emulator, but it work in "real" pocket pc, what setting do I need? THX
  14. Replies
    5
    Views
    927

    switch windows form

    how can I switch form1 to form2, and closs the form1....
  15. Replies
    4
    Views
    1,020

    Re: emulator can't work

    can u give me which version do u use?

    visual studio 2003?
    which version ppc emulator ?
    sqlserver ?
  16. Replies
    6
    Views
    1,893

    Re: ListView control

    Thanks, It work...

    and do you know how to control the listview items.
    such as when I press the listview item, I call the event..
  17. Replies
    12
    Views
    1,312

    Re: how append the string in picturebox?

    Sorry, I know the reason why I can not finish it...
    It is because I am coding the pocket pc program, and the code have error on CF1.1,
    but I try it in the windows application, It work fine...

    ...
  18. Replies
    0
    Views
    463

    create webservice for data access...

    I already have the vb class for connect the database, and it work fine!!
    now I want to change it to webservice, let the windows application access the database.

    but it seems not the same between...
  19. Replies
    12
    Views
    1,312

    Re: how append the string in picturebox?

    UM~~~

    only want know how to convert Graphics to Bitmap?
  20. Replies
    12
    Views
    1,312

    Re: how append the string in picturebox?

    is it clearly?
  21. Replies
    12
    Views
    1,312

    Re: how append the string in picturebox?

    sorry, my english not very well...but i wll try:

    my program, datarow will return the string, and I want to add the string to picture box.

    I try
    dim img as Graphics =
    img.DrawString()...
  22. Replies
    12
    Views
    1,312

    Re: how append the string in picturebox?

    jmcilhinney :

    Sorry, I dont know how to use, when I use like this, it can not work

    Dim g As Graphics = Me.PictureBox2.CreateGraphics()
    g.DrawString("Hello World", drawFont,...
  23. Replies
    12
    Views
    1,312

    Re: how append the string in picturebox?

    moeur :


    Thanks...but it seems can not dynamic..
    because, i use timer to change the image in picturebox..

    the image in picturebox will change per 10 second...
  24. Replies
    12
    Views
    1,312

    how append the string in picturebox?

    I know the Class Graphics have the method DrawString, but picturebox source can not graphics...Help me...
    THX
  25. Replies
    7
    Views
    801

    Re: [02/03] build an xmldocument

    Thanks...
    I just begin to earn the programming...so I have a lot of questions..

    my program will check the "coupons.xml" exist or not. If no file found, will create the file, but if it found the...
  26. Replies
    4
    Views
    1,020

    Re: emulator can't work

    also cant work...
    my sqlserver was configurated port 21...

    I use the sqlserver 2002...
  27. Replies
    7
    Views
    801

    Re: [02/03] build an xmldocument

    It work...Thanks...

    and...
    if I want insert the data, How can i code?
  28. Replies
    4
    Views
    1,020

    Re: emulator can't work

    It normal running in the pocket pc.
    but can't in the emulator(2003,2003SE), the error message is " Additional information: PlatformNotSupportedException ", and highlight objconn.open()...It is...
  29. Replies
    4
    Views
    1,020

    emulator can't work

    I write the program, it need to take the data in sqlserver using the SqlClient.

    but the emulator do not work with sqlclient, and the emulator can connect the internet and surfing the website!
  30. Replies
    7
    Views
    801

    Re: [02/03] build an xmldocument

    sorry, my english not very well...
    I want to write the vb code to create the xml file, the xml element like:
    <coupons>
    <coupon>
    <id></id>
    <no></no>
    </coupon>
    </coupons>
  31. Replies
    7
    Views
    801

    [02/03] build an xmldocument

    I want to build the xml file, the format like this:

    <coupons>
    <coupon>
    <id></id>
    <no></no>
    <coupon>
    <coupons>

    I coded:
  32. Replies
    6
    Views
    1,893

    Re: ListView control

    Thanks...

    I know the ListViewItem support array input, why the program only show "go"?

    Dim d(3) As String
    d(0) = "go"
    d(1) = "to"
    d(2) = "you"
    Dim lvi...
  33. Replies
    6
    Views
    1,893

    ListView control

    When I coding the windows application, I can add the values into listview, same as
    ListView1.items.Add("test")

    but it can not work in PPC application, how can I code it in cf 1.1 ?
  34. Re: How to display the internet image in picturebox using HttpWebRequest

    Thanks for your reply...

    I need to use httpRequest to do it, because I need use in the pocket pc
  35. Re: How to display the internet image in picturebox using HttpWebRequest

    more one question:

    How can I save the picture into the directory, using this method!!
  36. Re: Download the Picture form internet using HttpWebRequest

    Sorry, my english not well...

    I want write the method, it funtion is download the picture from internet, and save the picture to the directory.
    And I want using httpreqest to impletment, not...
  37. Replies
    5
    Views
    6,740

    Re: LabelScroller v1.0

    I want to ask the stupid question..

    How to use?
  38. Download the Picture from internet using HttpWebRequest

    when I press the buttom, the program download the picture and saving to the directory.
    I will use the httprequest, because I may be using in the pocket pc..


    Thanks
  39. Re: How to display the internet image in picturebox using HttpWebRequest

    It work..Thanks..
  40. How to display the internet image in picturebox using HttpWebRequest

    Hi,
    I am beginner, and try it a long time and can not find the solution...

    Just want show the picture which in the internet...I will try using HttpWebRequest, because it will using in the...
Results 1 to 40 of 56
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width