CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: vjshankwar

Page 1 of 32 1 2 3 4

Search: Search took 0.06 seconds.

  1. How to extract only text information from html file?

    Hi all,

    i am create a html file with text color,background color and other image formatting.

    now i want to extract only text information of this page without any html tags.

    please help me...
  2. Replies
    5
    Views
    4,545

    Re: how to send mms by gsm mobile?

    i am sending sms using AT command.

    here what function/ API use for send MMS?

    thanks in advance.
  3. Replies
    5
    Views
    4,545

    how to send mms by gsm mobile?

    hi,

    i want to send mms by gsm mobile.

    please guide me from where i started for this?

    thanks in advance.
  4. Re: Windows Mobile Phone 7 Connection problem.

    i want to detect in my desktop application wheter the windows phone 7 is connected to pc or not.

    than trying to send sms by windows phone 7 .
  5. Working with XML file in MFC Dialog based application?

    Hi all,

    now i want to work with XML file in my dialog based application,please help me to create a xml file that contains some details about application and please help me how to read and update...
  6. Long Strings in ComboBox not fully visible.

    Hi all,

    i am using a droplist type combobox.i am inserted some strings in this combobox,but some long strings in combobox not fully visible.

    it there any method to make visible these strings.
    ...
  7. How to open and read/write from multiple serial ports at the same time?

    Hi all,

    i am using CreateFile to open the port,its working fine when i am handle this with only single port.

    but now i want to open multiple port at the same time and perform read/write...
  8. Re: How to do 2 or more process simultaneously?

    when i use thread its end after execution of one list item? how can i set it like this first only assigned number of threads running and execute function on the bases of list item data, after...
  9. Replies
    6
    Views
    2,105

    Re: How can use Proxy Settings in VC++?

    how can i set the settings that is used by all browsers?
  10. How to do 2 or more process simultaneously?

    Hi all,

    i have an list that contains some items say N items.

    i have assigned x number of process to do processing over N List Items.

    for example if (x=2) number of process work on processing...
  11. Replies
    6
    Views
    2,105

    Re: How can use Proxy Settings in VC++?

    and what about the other browsers?
  12. Replies
    6
    Views
    2,105

    How can use Proxy Settings in VC++?

    Hi all,

    can anybody please tell me how can i use the proxy settings in vc++ MFC Application?

    thanks in advance.
  13. Windows Mobile Phone 7 Connection problem.

    Hi all,

    i am working on windows mobile connection,i am using RAPI function to detect connection of mobile to the computer .

    windows mobile 5 is working fine with this.

    but when i am using...
  14. what is the maximum combination for generate random string of given length?

    Hi all,

    char possibles[37] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";

    i am renerating random string with help of rand function.

    how can i calculate the maximum combination for generate random...
  15. How to communicate with server in vc++?

    Hi all,

    i want to send info to my server and on server side server processed on received information and get back some result on my side i receive the result and display a message what is returned...
  16. Replies
    1
    Views
    731

    set value from edit box to url?

    Hi all,

    i have an Dialog box here i am having 4 EditBoxes.

    all editboxes have some values i want on button click event on this dialog box open a url page that also have 4 editbox(input box).
    ...
  17. error in CString to const std::string conversion.

    Hi all,

    i have an problem to convert a CString value in const std::string.




    CString result="";
    CString str="test";
  18. Is this possible String Encryptin result contains only alphanumric value using Base64

    Hi all

    i am encrypt my string using base 64,

    but sometimes at the end of string the pad char '=' is occur and the Char for index 62 and 63 also non alphnumric.

    i want only alphnumbric...
  19. Random string generation not working fine?

    Hi all,

    i m generating a random string,but its give same result when i generate these.

    means i generate 5 different string than each and every time these 5 string are same as previously...
  20. Replies
    1
    Views
    633

    Encryption/Decyption of String.

    Hi all,

    i want to encrypt/decrypt the string.

    what method or option is gud for this.

    please help me for this.

    if possible please provide me any sample or example.
  21. Re: How can and what type of dll is created by MFC to use in any language?

    so please help me also to generate dll without COM
  22. Replies
    9
    Views
    1,412

    Re: What is the unique in any PC?

    Combination of MAC address and timestamp gives different id when second time request for activation.

    here i need to chk previously generated key and provide already given key for activation.

    so...
  23. Re: How can and what type of dll is created by MFC to use in any language?

    any sample or example for this?

    or there is any other way to do this?
  24. Replies
    9
    Views
    1,412

    Re: What is the unique in any PC?

    i need this for activation .

    there is any hardware device which is unique for every pc.
  25. Replies
    9
    Views
    1,412

    Re: What is the unique in any PC?

    Mac address is changeable in certain condition.
Results 1 to 25 of 783
Page 1 of 32 1 2 3 4





Click Here to Expand Forum to Full Width

Featured