Search results for query: *

  • Users: Carty
  • Order by date
  1. C

    Question WebRequest With ? in Uri

    Hello All, I would like to know how to download webpages whose Uri has a query or ? in it. It isn't a parameter sent but the Url itself has the query! Im able to succesfully download webpages to domain names like Google But when I create a request to some url like...
  2. C

    FTP transfer!

    Hello, Your help is much appreciated. I did google but couldn't find. Actually i require for .net CF and the link you suggested is for .net! Thank you. Regards Carty..
  3. C

    FTP transfer!

    Dear John, I have searched there and also in other places too but i couldn't get one for VB .net CF! Please help me out John. Thanx again in advance. Regards Carty..
  4. C

    FTP transfer!

    Thanks a lot John!
  5. C

    FTP transfer!

    Hello, Can someone help me with a sample Vb.net application on how to transfer files via FTP please. Thanx a million in advance. Regards Carty..
  6. C

    Access SQL database from my website

    Hello kulrom, Thanx a lot for your quick reply. Yes, my hosting allows remote connection to MySQL databases. So now can you help me how to read/write to the database. Im a beginner with little knowledge in VB.net so can you please provide me a detailed sample application for this. Thanx...
  7. C

    Access SQL database from my website

    Hello, I need to create an application which should access a database stored in a website. Is it possible to access MySQL databases? I currently have a website running on linux server and have MySQL databases. Is it possible to use them? Or is there any way to make an application read and...
  8. C

    Dynamic registration

    Hello, Im actually a new kid on programming and developed a small app for pocket pc and now trying to implement a dynamic registration method.. So please help me how to calculate the registration key using a rpn string.. More details are given below.. Its gonna be from Handango.com Im able...
  9. C

    Geographic location via sms

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/apippc/html/ppc_sms_provider_specific_message_class.asp This link above is from msdn, which gives an idea how to get the area information the cell associated with.. Can someone pls help me how to use this in VB .net CF pls...
  10. C

    Network details

    hello, Can anyone pls help me how to get wotever information possible from a SIM associated with the network,service provider like cell id, area info and so... Currently im able to get service provider' name alone.. I wld like to get more, especially cell id.. Any help appreciated.. PS:I...
  11. C

    Contact list

    Sorry I did keep it up in the forum as there were none else posted after me and i kept checking twice evryday to see if it was replied.. but din find anything thats y i started a new thread.. Anyway i apologize.. By the way i did check out abt POOM today and it helped me.. Tanx..
  12. C

    SMS with VB .net

    John, can u just convert the sample from second link of yrs to VB .net? cz its in C
  13. C

    Contact list

    Hey ppl, does anyone know how to populate a listbox with the phone' contacts database.. using VB .net waiting for replies...
  14. C

    SMS with VB .net

    Its ok John... Tanx for trying to help me out.. Hope someone wit intense knowledge with compact framework wld help me out soon..
  15. C

    SIM information

    John the second link gave me an example but the sim number is not made to display on a messagebox or so.. i added msgbox(sim.getsimnumber()) and it says it cant be set to string... im not getting the number... can u pls help me...
  16. C

    Phone API help URGENT!!!

    someone pls help me http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfphoneapi.asp Ther is a downloadable sample in the above link.. Some strange problem in my PC has occured.. after installing the sample and wen i open, it gives me a different...
  17. C

    SIM information

    I found out to make an app run at reboot.. The device checks the folder /2577 for autorun.exe so if u want the program to run after hard reset, put the file renamed to autorun.exe into 2577 and place it in yr storage.. jus a reset, start ment/startup is enough.. but putting the same into storage...
  18. C

    CAB files deployment

    I don quite get wot uve replied.. My question was, wen build a cab file by using VS .net 2003 it builds it in the name as "My company <program name>" how to edit this My company to my name...?
  19. C

    CAB files deployment

    Hey all, I read thru the post containing information about cab files and tey seem to say about creating cab files usinf cabwiz.exe and put an inf file along.. But wen i use Visual studio .net 2003 there is an option to build a cab file.. and it builds it fine.. I tink it uses...
  20. C

    SIM information

    John always helps me, coool! Yr link i saw it, il try using it today evening and if worked fine to get the number, its great! The ting is im developing a program which should -Run after every boot -Check if the SIM info matching wit the specified -if not, the "Fone is stolen" so it sends a...
Back
Top