Search:

Type: Posts; User: rocky76259

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    2,402

    Re: fade picturebox?

    well.. using dx seems like a lot fo work just to get the picturevoxes to blend. Ive been looking around and found some neat code using just the getpixel and setpixel api functions.

    you'd get the...
  2. Replies
    2
    Views
    2,402

    [RESOLVED] fade picturebox?

    I'm trying a face a picturebox from one image to another. bitblt doesnt seem to work properly and alphablend wont either.
    I'm thinking i need to create a dynamic mask and then update its color ever...
  3. Replies
    25
    Views
    2,338

    Re: rotation, should i use matrices??

    i think you have just given me one of the biggest headaches of my lfie...remember this is the first dx project ive done...EVER...this is the first attempt at anything ive ever done...lol
  4. Replies
    25
    Views
    2,338

    Re: rotation, should i use matrices??

    ok ill study that and see if i cant come up with an understanding...also.. i dont know if you noticed how i had the reference to the colors for the cube...(a 2d array of fce, facelet).... but if...
  5. Replies
    25
    Views
    2,338

    Re: rotation, should i use matrices??

    that was....easier.. i looked at the engine u set up and im extremely confused..lol... it took me 3 different tutorials where all of the sites used d3d7. i have no idea about d3d8..but it looks like...
  6. Replies
    25
    Views
    2,338

    Re: rotation, should i use matrices??

    look up^^theres a remark in the game loop... it refers to a textbox.. i used to that troubleshoot my vertex creating sub... just ignore ... any changes you make could you remark out what i have so...
  7. Replies
    25
    Views
    2,338

    Re: rotation, should i use matrices??

    i just drew the faces that are visible.. so all that wouled be drawn would be the colored faces..and I attempted to draw the faces behind it that would make up the "cubes"... but i couldnt get those...
  8. Replies
    25
    Views
    2,338

    Re: rotation, should i use matrices??

    jacob

    i hate to be a pain, but im on dial up and that code will take forever to dl.. i just spent some time studying the code that u posted however...and perhaps if i provide a bit more detail as...
  9. Replies
    25
    Views
    2,338

    Re: rotation, should i use matrices??

    actually looking mroe at your code it seems u actually have an object.. to create my object i use the following

    m_D3DDevice.DrawPrimitive D3DPT_TRIANGLELIST, D3DFVF_VERTEX, _
    ...
  10. Replies
    25
    Views
    2,338

    Re: rotation, should i use matrices??

    wow Jacob.....im a newb.. i have no idea what most of that code does..and i really like to understand what im doing with d3d as i want to make more programs in the future.....i dont know what an fps...
  11. Replies
    25
    Views
    2,338

    Re: rotation, should i use matrices??

    how do i move the object - its made up of 216 points. I really dont want to have to move them all. So is there a matrix I can move or something? I also have the points being dynamically created and...
  12. Replies
    25
    Views
    2,338

    rotation, should i use matrices??

    Hi. I'm currently working on a program to solve the Rubik's cube. I have drawn some slight semblance of the cube in D3D. My question is in the rotation of it. I know that I have two options: rotate...
  13. Re: Newbie at D3D, clipping, redraw, amoung other things

    as time goes by it seems i solve more problems..lol...i only have two issues now which i think are relatively simple. I need a good rotation method... im trying to use the directx.rotate[y,z,x]matrix...
  14. Re: Newbie at D3D, clipping, redraw, amoung other things

    i fixed the rotation problem and the crash problem. now i only have two problems - one of which isnt even that minor: my FPS starts to lag considerably when I start adding on the black squares to...
  15. Newbie at D3D, clipping, redraw, amoung other things

    hi... im new to directx and direct3d (as a matter of fact the attachment is my first direct3d program) i can also solve the rubik's cube relatively quickly. I thought it would be a cool idea to try...
  16. Replies
    21
    Views
    941

    how would i go about determining the exact pitch...

    how would i go about determining the exact pitch and whatnot of the midi note and/or the exact timing?
  17. Replies
    21
    Views
    941

    i need to have both a 1700 and 2200Hz signal play...

    i need to have both a 1700 and 2200Hz signal play back at for a certain amount a time (this measurement needs 2 b precise). I have a formula to do this, possibly through a sinewave synthesizer. Do...
  18. Replies
    21
    Views
    941

    ok..well would u by any chance no how to generate...

    ok..well would u by any chance no how to generate sine wave samples in order to play a tone.. for example, using this formula i found offline
    sample=sin(n*2(pi(f/samplerate)
    n: sameple number...
  19. Replies
    21
    Views
    941

    could u possibly post a link to that post, i cant...

    could u possibly post a link to that post, i cant seem to find it
  20. Replies
    21
    Views
    941

    Unfortunately, I don't ahve a cellhpone, however...

    Unfortunately, I don't ahve a cellhpone, however if I did I'm not sure it would work. You need the EXACT sound that the quarter, nickel, or dime would produce, which would be what my program would...
  21. Replies
    21
    Views
    941

    i was actually going to write this program jsut...

    i was actually going to write this program jsut to see if i could do it as ive never worked with multithreaded programs...my plan was to record to as a wav file, the 2 tone combination, and put it on...
  22. Replies
    21
    Views
    941

    see heres my problem is i need both of those...

    see heres my problem is i need both of those tones to play at the exact same time to gerneate both the 1700Hz and 2200Hz signals at the same time, almost as a chord would be in music...
  23. Replies
    21
    Views
    941

    Multithread Problem

    Can someone tell me why every time I run the CreateThread procedure in this project it crashes. I've tried running it with CREATE_SUSPENDED flags, and it will create, but when I run the ResumeThread...
  24. well, that was my idea in v1.. but the problem...

    well, that was my idea in v1.. but the problem with that is say that the user moves the mouse quickly out of the focus of the control.. what happens then?..the control doesnt update... so i need...
  25. ok heres the code for the control. its in a...

    ok heres the code for the control. its in a group, with the standard exe project being a test project. Add two of the controls to the form, then for the pictureover property, add the same picture to...
  26. Replies
    4
    Views
    541

    well, if the file size is greater than about 1gb,...

    well, if the file size is greater than about 1gb, it will need two long values to store the file size (a little more than 1,000,000,000) so im trying to use a btiwise or operator to make the file...
  27. Replies
    4
    Views
    541

    welll... no. Think of signed numbers with this...

    welll... no. Think of signed numbers with this example (totally practical, not programming whatsoever). Suppose you wanted to have a data type that holds any number up to 1000, not including negative...
  28. Replies
    4
    Views
    541

    signed number problem

    whenever i try to use the getfilesize api function call and the file size is over 0xFFFFFFFF (i need a high order word) u add one in the function, and combine the two using the or operator, but the...
  29. custom control low level mouse hook conflict

    im confused about a custom control i made... its like the commandbutton but it allows you to use custom graphics for each cursor state (normal - when there is no activity, over - when the mouse is...
  30. Replies
    1
    Views
    356

    how much do u know about windows' interaction...

    how much do u know about windows' interaction with other controls and such sofar?
  31. here try something like this strname is the...

    here try something like this
    strname is the string
    <vbcode>
    dim lngAsc as long
    for i=0 to len(strName)-1
    lngasc=lngasc+asc(mid(strname,i+1,1))
    next i
    </vbcode>
    i may have the order of the...
  32. Replies
    0
    Views
    326

    CD Burning problem....urgent

    my hardware config is below.. but heres the problem im having... i just recently upgraded from an intel 810 mobo to a amd nf7-m mobo.. and my burner worked fine before i upgraded..actually.. it...
  33. Replies
    13
    Views
    8,054

    martin, how would u go about loading a control...

    martin,
    how would u go about loading a control array at run time.. ive tried using CommandButton as the class with the createobject function. and that didnt work...any ideas?
  34. Replies
    4
    Views
    418

    i gatherd the files i needed by looking at the...

    i gatherd the files i needed by looking at the files that the pdw was using.. and incorporating those into my innoscripot setup file... im curious, thought, how would u use ********** to...
  35. Replies
    4
    Views
    418

    error in windows 2000 installations

    i made a setup.exe file using the inno setup compiler.. and then installed it on a windows 2000 machine. On the machine, i was with the administrator... so i was logged in as an administrator.. but...
  36. in my project i have the ms datagrid control......

    in my project i have the ms datagrid control... then i have the data control that that is bound to.. i know its not the default one that comes in every prject.. i jsut cant think of the name of it......
  37. so then how should i write the script to get the...

    so then how should i write the script to get the installation file to run properly??
  38. problem with package and deployment wizard.. i think

    ok.. this is really weird... but i created a program that i cant post on here i think because of the size of the files... but i do know that it is a card catalog program for libraries that uses a...
  39. Replies
    12
    Views
    1,017

    well. u could simply install a keyboard hook to...

    well. u could simply install a keyboard hook to monitor when del was pressed, butnot pass the hook on so that the machine thinks that del wasnt pressed.. i think i did that once.. i can try and find...
  40. Replies
    12
    Views
    1,017

    why dont u just use a keyboard hook to detect...

    why dont u just use a keyboard hook to detect when Del is pressed, the use a function..forgot the name of it.. but i believe it returns a true/false value , you call the function and pass a virtual...
Results 1 to 40 of 110
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width