I have to create a function that takes an unknown number of arguments, and then pass it forward to another function, while the first argument stands for the address of the function to be called (the only argument which should be poped out of stack)...
Now how do i do that?
I have my function...
Hi
I have kinda weird problem in the last week, and reinstalling wont fix it!:
When i'm starting the Visual Studio .NET, right after i see the main window, i see for a half of a second a 'Windows Installer" little window says "Preparing To Install...", then the whole studio is...
Hi
I have a problem with MFC programs, on laptops they are changing the size of the dialogs, and changing size and position of controls. and yes, i'm giving absolute position on runtime. it works on every machine except laptops.
Is there a way to solve this?
thanks
daniel Daniel Cohen Gindi...
Hello guys
somebody told me about a reserved word in c++, that i never heard about (he too...)
that word is not implemented in anywhere on the internet
that word is: mutable
can anybody told me what that word means?
Thanks
Daniel Cohen Gindi
Hey guys,
How can i detect if you are running on a laptop or on a normal pc? if there is an #ifdef for that it will be better
thanks, Daniel Cohen Gindi
dcgsmix@gmx.net
i have a prog that i wrote on win2k, and it has a static size that is given OnDialogInit, it shows correct on all resolutions.
But when i run the prog on a laptop with win2k, and i tried it on 7 laptops, the dialogs are smaller, and the controls are in the same size, so the dialog is cut, and i...
Hey
i've created a spin button control, add a "member variable" of type CSpinButtonCtrl
On the initdialog i set the range from 0 to 510. also set the accel
on the OnHScroll of my window i've type-casted the scrollbar into a spinbuttonctrl so i can check the hwnd to know that it is...
Hey ppl
i want to make a program for tuning musical instruments.
i'll start with a guitar
for the thickest string in 6-strings guitar the frequency is 82.41 Hz
Question 1:
i need to record a piece of sound (the guitar connects to the mic-in)
Question 2: (the real problem)
and then compare...
Hello
how do i get a combo box to drop down when i'm clicking on it and get up when i'm clicking again? (resources. mfc...)
thanks Daniel Cohen Gindi
dcgsmix@gmx.net
When i'm creating a combo box in MFC Mode (resources), they wont drop down. WHY????????
Thats something very annoying and i'm working on a project so i dont have time to find the problem.
Thanks Daniel Cohen Gindi
dcgsmix@gmx.net
Hey guys
I'm trying to create a dialog (resource) with styles Horizontal Scroll and Vertical Scroll.
Then i'm Using SetScrollInfo:
SetScrollInfo(SB_HORZ, &SCROLLINFO, TRUE);
SetScrollInfo(SB_VERT, &SCROLLINFO, TRUE);
Of course i'm setting the values for cbSize, nMin, nMax, nPage and fMask...
Hey, ppl!
how do i use scrollbars?
what i want is, say that i have 100 controls, arranged in a grid. but it takes all the screen if i'm using even 1280x1024 resolution. so i want to place one rectangle in a small dialog, that will show only 10 controls. and then i can scroll them.
go to the...
Hey, ppl!
how do i use scrolls?
what i want is, say that i have 100 controls, arranged in a grid. but it takes all the screen if i'm using even 1280x1024 resolution. so i want to place one rectangle in a small dialog, that will show only 10 controls. and then i can scroll them.
if you want and...
Hey,
I'm Creating three CButton
And calling their ::Create procedure to create them
first, i'm creating one group box with style BS_GROUPBOX
and then the other two i'm creating Radio buttons with style BS_AUTORADIOBUTTON
My point is to create it in runtime, not to make resources.
only the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.