Search:

Type: Posts; User: saravanan_ts

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,699

    Hi, Questions seems to be weird (said search...

    Hi,
    Questions seems to be weird (said search and replace a string but considering only two words??). put some example.
  2. Replies
    0
    Views
    944

    Need help in Conversion

    Hi All,
    Is it possible to convert the clipboard content which is in CF_METAFILEPICT to bitmap file without using intermediate window??.
    I am able to acheive this with the contents...
  3. Replies
    0
    Views
    1,293

    MetaFile Picture to Bitmap

    Hi all,
    I am having MetaFile Picture in clipboard. Can anyone of you tell me how to save it as Bitmap.
    Saravanan.
  4. Replies
    2
    Views
    1,107

    Hi Benny, I tried with other...

    Hi Benny,
    I tried with other constant like CF_BITMAP. Again I am getting hBmp to zero.
    But one thing i noticed. If I place CF_TEXT in GetClipboardData() then I am getting...
  5. Replies
    2
    Views
    1,107

    Clipboard problem

    Hi All,
    I am trying to save the clipboard content as a bmp file. I tried like this:


    HANDLE hBmp;
    OpenClipboard();
    hBmp = GetClipboardData(CF_DIB);
    if(hBmp)
    {
    if...
  6. Replies
    0
    Views
    1,294

    Automation Doubt

    I tried the program given in msdn site
    http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q178/7/84.asp&NoWebContent=1
    In that I tried to open the...
  7. Replies
    4
    Views
    1,271

    I am having TIFF6.0 from Adobe

    Hi,
    The details given in http://www.wotsit.org/search.asp?page=9&s=graphics is very few than TIFF6.0 from adobe. I am referring from TIFF6.0 manual and One Bilevel Image file example.
    Saravanan.
  8. Replies
    4
    Views
    1,271

    Hi, I have already visited that site but the...

    Hi,
    I have already visited that site but the info i needed is not there.
    Any solution??
    Saravanan.
  9. Replies
    4
    Views
    1,271

    How to get ImageData Part in TIFF

    Hi All,
    I have to get the Image Data part present in TIFF File. How can I know from which byte the Image Data starts. The Example given in TIFF6.0 file Manual is also not clear.
    Thanks in...
  10. Replies
    4
    Views
    1,443

    >>where would I use linked lists A very good...

    >>where would I use linked lists
    A very good question indeed. You might have learnt the uses when you read about linked list. Anyhow, we can use dictionary preparation,infix,postfix...
  11. Replies
    1
    Views
    1,038

    You can use Cboard search page

    You can use Cboard search page
  12. Thread: Keylock

    by saravanan_ts
    Replies
    10
    Views
    1,715

    Hi, >>Is there any method to lock specific keys...

    Hi,
    >>Is there any method to lock specific keys on the keyboard while getting input
    Why cant use Isdigit()?.Use can also go for Scancode also.
  13. Replies
    1
    Views
    956

    Conversion Stuff

    Hi Friends,
    can anyone say where i get the information regarding conversion stuff of msdoc file to tiff file.
    Thanks in advance,
    Saravanan.
  14. You will get a lot from...

    You will get a lot from
    http://cboard.cprogramming.com/search.php?s=&action=showresults&searchid=497171&sortby=lastpost&sortorder=descending
  15. Replies
    6
    Views
    1,139

    Thanks quazah

    Thanks quazah
  16. Replies
    6
    Views
    1,139

    I dont know why salem said like this: >If you're...

    I dont know why salem said like this:
    >If you're thinking of using gets(), then forget it
    I tried something like this:


    main()
    {
    char strings[10][20];
    int i;
    for(i=0;i<=9;i++)
  17. Replies
    12
    Views
    1,254

    What Wizard told is right.. You can do...

    What Wizard told is right..
    You can do
    *dest[y]=package[x] (or) (to be clear) *(*(dest)+y)=package[x];
  18. Replies
    3
    Views
    8,782

    use tags..

    use tags..
  19. Replies
    8
    Views
    1,896

    It's a must to get array of strings work.

    It's a must to get array of strings work.
  20. Replies
    25
    Views
    2,766

    May be i might not got the point correctly....

    May be i might not got the point correctly. Question is

    why not use scanf and compare, if condition is true swap??:confused:
  21. Replies
    8
    Views
    1,896

    Hi, You can use char *names[MAXNAMES] also..

    Hi,
    You can use char *names[MAXNAMES] also..
  22. Replies
    7
    Views
    3,435

    Hi adrianxw, I just mentioned...

    Hi adrianxw,
    I just mentioned "variable" in generic sense for clarity.. I used only "err".
  23. Replies
    7
    Views
    3,435

    Yes salem, I found that(buffer...

    Yes salem,
    I found that(buffer overflow) and I corrected it already..Thanks.
  24. Replies
    7
    Views
    3,435

    Thanks adrianxw, I...

    Thanks adrianxw,
    I made variable=RegOpenKeyEx() to get fail and the error value is present in "variable" itself. Now i am able to get error value correclty.But why...
  25. Replies
    7
    Views
    3,435

    Hi all, I am using win2k os. Code is...

    Hi all,
    I am using win2k os. Code is very simple. Here is this:


    #include<windows.h>
    #include<stdio.h>
    void printerror(char*);
    int main()
    {
    HKEY hkey;
Results 1 to 25 of 102
Page 1 of 5 1 2 3 4