Search:

Type: Posts; User: kakayoma

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    2,586

    By Efficiency the definition trying to be...

    By Efficiency the definition trying to be conveyed is the amount of alphanumeric figures and symbols required to construct a certain program

    *To prevent any further "misunderstandings" let me...
  2. Replies
    9
    Views
    2,586

    I am sorry but what i meant is the best candidate...

    I am sorry but what i meant is the best candidate for the best programming language i am not trying to, in theoratical meaning determine the best language but to determine the most used, most...
  3. Replies
    9
    Views
    2,586

    Survey -- All Programmers

    I am doing research to determine the best candidate for the most complete programming language for this i need some information which can only be gained through survey

    This survey will be emailed ...
  4. Replies
    5
    Views
    1,650

    i undeerstand and know how to do this but im...

    i undeerstand and know how to do this but im trying to find out if there is a way to change it even if its not programmed to be changed like some way to force the application to change
  5. Replies
    5
    Views
    1,650

    Changing a program from another program?

    I have a question is it possible to change the execution of one program with another?

    Such as if there is a program which does something like this:


    char a[10];
    void abc()
    {
    a = "Hello";...
  6. Replies
    6
    Views
    1,649

    How do i hide them??

    How do i hide them??
  7. Replies
    6
    Views
    1,649

    Maybe you should read before posting it clearly...

    Maybe you should read before posting it clearly says i used createwindow() from inside the windows proc but if you want it any way here:







    void Createwins()
    {
  8. Replies
    6
    Views
    1,649

    Creating button windows

    I have a few button windows and on wm_create i create these with createwindow() function and apply bitmaps to them.
    when someone clicks on one of these bitmaps i destroy about 90% of them and when...
  9. Replies
    2
    Views
    1,666

    Scroll bars don't work?

    In my main window i have some button controls and i have this code:




    /* Register the window class, and if it fails quit the program */
    if (!RegisterClassEx (&wincl)){
    return 0;
    }
    /* The...
  10. Replies
    1
    Views
    1,092

    Ahh help!!!!!!!!(bitmap buttons)

    Let me get to the point is there a way other than cbitmapbutton to create bitmap buttons (cbitmapbutton has driven me crazy for the last 3 days)
  11. cl : Command line error D8004 : '/W' requires an argument

    i AM TRYING TO USE VS2008 WITH CODE BLOCKS BUT I KEEP ON GETTING THIS MESSAGE:
    cl : Command line error D8004 : '/W' requires an argument


    WHEN I USE VS2008 IT WORKS WHY?
  12. Thread: cbitmapbutton

    by kakayoma
    Replies
    1
    Views
    1,402

    cbitmapbutton

    I am using code blocks with Mingw and the problem is there is no afxext.h when i download it it says it has about 20 errors and needs two more headers when i got those it needed more headers and...
  13. Replies
    1
    Views
    897

    Clicking on a bitmap

    I have a bmp file which is located at (10,10) in my window i need to know how i can find out if someone has clicked on the bitmap (for example a windows message)
  14. Thread: Sound in C++

    by kakayoma
    Replies
    7
    Views
    1,453

    Actually I found the solution to my problem ...

    Actually I found the solution to my problem

    oh ya the audio is from some live internet broadcast (not mine )(belongs to a non profit organization)
  15. Thread: Sound in C++

    by kakayoma
    Replies
    7
    Views
    1,453

    Reply

    I am looking at streaming something like live wma files

    I just copied them into the folder i didnt link them
  16. Thread: Sound in C++

    by kakayoma
    Replies
    7
    Views
    1,453

    Sound in C++

    Ive seen many libraries for sound (Bass, openal) etc. im trying to ask which sound Library is best for streaming live sound of the internet.

    Ive tried Bass with the code blocks/gcc compiler but...
  17. Replies
    6
    Views
    6,359

    Believe me Ive searched

    Believe me Ive searched
  18. Replies
    6
    Views
    6,359

    Strings Find and Replace

    Is it Posible to do something like the following with a string:


    Find all the word "hello" in the string and replace them with "bye"
  19. Replies
    10
    Views
    2,609

    I found the problem THANKS ANYWAY

    I found the problem

    THANKS ANYWAY
  20. Replies
    10
    Views
    2,609

    Plus I don't think there's anything wrong i've...

    Plus I don't think there's anything wrong i've looked it over and i'll recheck it again after this post.
  21. Replies
    10
    Views
    2,609

    It's about 600 lines of code

    It's about 600 lines of code
  22. Replies
    31
    Views
    6,057

    I completely agree.

    I completely agree.
  23. Thread: help please

    by kakayoma
    Replies
    7
    Views
    1,172

    For windows you have to use wm_char to process it...

    For windows you have to use wm_char to process it

    i reccomend you learn win32 programming.
  24. Replies
    10
    Views
    2,609

    I did about 4 rebuilds and in the build log i got...

    I did about 4 rebuilds and in the build log i got the following message:

    mingw32-g++.exe -Wall -fexceptions -g -c "C:\Documents and Settings\Administrator\Desktop\CTests\test\main.cpp" -o...
  25. Replies
    10
    Views
    2,609

    I went and put release as my biuld target and it...

    I went and put release as my biuld target and it created a new folder in bin but when i run my exe now nothing happens but it works fine in debug mode
Results 1 to 25 of 42
Page 1 of 2 1 2