Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dcgsmix
  • Content: Threads
  • Order by date
  1. dcgsmix

    Passing arguments through two functions

    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...
  2. dcgsmix

    Visual Studio .Net closes right on startup

    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...
  3. dcgsmix

    Make a program run on laptop with right window and controls size/pos?

    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...
  4. dcgsmix

    QUESTION: WHAT THE HECK IS "mutable"? (a reserved word in c++)

    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
  5. dcgsmix

    how to detect if you are on laptop or normal pc?

    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
  6. dcgsmix

    problem with dialog sizes on laptop

    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...
  7. dcgsmix

    spin button control

    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...
  8. dcgsmix

    compare frequencies...

    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...
  9. dcgsmix

    working with combobox

    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
  10. dcgsmix

    Bug with combo box

    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
  11. dcgsmix

    Problem with scrolls built-in in dialog

    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...
  12. dcgsmix

    I have a problem with scrollbars

    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...
  13. dcgsmix

    Using scrolls in MFC ?

    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...
  14. dcgsmix

    MFC problem. How do i create an Radio button IN a Groupbox in runtime?

    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...

Part and Inventory Search

Back
Top