Search:

Type: Posts; User: Anuradh_a

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,344

    Problem with DSP

    hi guys
    I have a problem On streaming a call
    Actually what I want is to stream an Incoming Call to the PC. so I can Process the DTMF which user gives (like Voice guiding in mobile recharging...
  2. Replies
    3
    Views
    1,437

    hi thanks for the replies guys. anyway I manage...

    hi
    thanks for the replies guys. anyway I manage to create a custom toolbar(it doesn't look like world 2007).I used a tool strip and put a background image . now my problem is that when i changed...
  3. Replies
    3
    Views
    1,437

    custom toolbar

    hi
    I'm trying create a custom toolbar(word2007 like) . I tried the google and could not find any thing related this. so please help me !! thanks
  4. Replies
    3
    Views
    2,116

    why can't use the CreateFile() in drivers???

    why can't use the CreateFile() in drivers???
  5. Replies
    3
    Views
    2,116

    difference in createfile()

    hi
    any one know what is the difference between NtCreateFile() and CreateFile() ??
    thanks
  6. Thread: .c in vc++

    by Anuradh_a
    Replies
    7
    Views
    1,357

    I'm also using the Vc++ for c programming. you...

    I'm also using the Vc++ for c programming.
    you should create a file with extension in c separately. then right click on the source folder
    choose the add existing.
  7. Replies
    13
    Views
    3,455

    Okay I know that same thing can be done using...

    Okay I know that same thing can be done using resource right. but in resources there are no size limitation to the file that stores (as far as I know). one of my friend told me that it could be done...
  8. Replies
    13
    Views
    3,455

    thanks for the reply. I'm using VC++ 6.0 when...

    thanks for the reply.
    I'm using VC++ 6.0
    when I add this /Zm Option to the project->settings->c/c++tab it says that it needs an argument



    Command line error D2004 : '/Zm' requires an...
  9. Replies
    13
    Views
    3,455

    hey guys I'm getting this error when i use a...

    hey guys
    I'm getting this error when i use a bigger file(about 500kb) any idea on this???



    fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit...
  10. Replies
    13
    Views
    3,455

    thanks salem i didn't notice that.

    thanks salem i didn't notice that.
  11. Replies
    6
    Views
    3,008

    hi In ShadeS_07 example I add the conio.h to...

    hi

    In ShadeS_07 example I add the conio.h to the code but still I get this warning



    warning C4013: 'clrscr' undefined; assuming extern returning int


    I'm using VC++ 6.0
  12. Replies
    13
    Views
    3,455

    hey matsp I did it . This is the only way I can...

    hey matsp
    I did it . This is the only way I can think of. any way here is the code.

    the main programm


    #include <stdio.h>
    #include "file.h";

    int main()
  13. Replies
    13
    Views
    3,455

    yeah. why didn't i ask it in the first post!!!....

    yeah. why didn't i ask it in the first post!!!. any link or example will be very help full
    i google it . but it didn't give me any good results.
    thanks!
  14. Replies
    13
    Views
    3,455

    txtfile in a charcater array

    hi
    Is it possible to store a file(say a txt file) in a character array???
    thanks
  15. @DaniiChris I think this code will work for...

    @DaniiChris
    I think this code will work for you!!!!



    #include <stdio.h>
    int main()
    {
    int x,ul,ll,j;
  16. Replies
    12
    Views
    2,542

    hey Livnat your code does not accept 3*3...

    hey Livnat

    your code does not accept 3*3 matrix it accepts 3*4 one. i modified little bit of your code
    here is what i got




    #include <stdio.h>
    #include <stdlib.h>
  17. you can add files to your executables as...

    you can add files to your executables as resources.so when you want to use them you
    can extract it and use it. I think it works for the bigger files.
  18. hey guys how about using resources??

    hey guys
    how about using resources??
  19. Replies
    8
    Views
    1,752

    hi did you include the resource.h file in your...

    hi
    did you include the resource.h file in your code.
    I mean(if you are using MVC6)


    #include "resource.h"
  20. Replies
    1
    Views
    1,483

    AnimateWindow

    hi
    is it possiable to add a new effect to AnimateWindow() ?????
    thanks
  21. Thread: loadbitmap()

    by Anuradh_a
    Replies
    3
    Views
    2,100

    loadbitmap()

    hi
    how can I load a png image using loadbitmap()???
    thanks
  22. Replies
    4
    Views
    1,606

    It works. thanks guys.Making hwnd global is a bad...

    It works. thanks guys.Making hwnd global is a bad idea right .
    thanks for showing me that.
    Is it possible to use same thing to the dialog boxes??
  23. Replies
    4
    Views
    1,606

    skinning windows

    hi
    I wrote a skinned window(based on some tutorial I found on the net).Ididn't understand the
    tute very well. In my code there are two functions called clswin() and void creatergn(). when i put...
  24. Thread: Good E-book

    by Anuradh_a
    Replies
    0
    Views
    1,281

    Good E-book

    hi
    can anyone tell me a good ebook for programming in visual c#????
    thanks.
  25. Replies
    1
    Views
    1,553

    text to speech

    hi
    can any one know a good tutorial on programming text to speech engine?
    thanks.
Results 1 to 25 of 52
Page 1 of 3 1 2 3