i looked over but didn't get any problem of type.
amit sebiz
Posts
-
Problem with popup menus -
Problem with popup menushi eerybody, i am having a problem with popup menus. The handlers associated with the menus are not called when i click on the menuitem in release mode but things work fine with debug mode. Can anyone help. thnx in advance, Amit
-
Urgent: Flexgrid not running on XP ?I have made an application in vc++ that uses flexgrid to show data. I have made this application on NT 2000 but when i run the setup of application on Windows XP then flexgrid is not coming in the application. Can anyone pl. tell me the reason for this. Thanx in advance for everyone's help
-
address barHow to change small icon of ieplore in address bar of internet explorer its me
-
Random numbersit works thnx
-
Random numbershi! I am using the following code to generate a random string. But each time i get the same string output. Can anyone help. char myarray[22]; char* CGeneratorApp::GenerateString() { myarray[21]='\0'; for(int k=0;k<21;k++) { myarray[k] = (char)(((int)rand()%25)+65); } char first[2]; intUsed++; sprintf(first,"%d",intUsed); if(intUsed<10) { first[1]=first[0]; first[0]='0'; } first[0]=(char)((int)first[0]+27); first[1]=(char)((int)first[1]+27); myarray[8]=first[0]; myarray[10]=first[1]; AfxMessageBox(myarray); return myarray; } Thnx in advance
-
animated buttonsCan anyone suggest a way to play an Avi file over a push button control?
-
how to enable/disable on mouse click?Handle the BTNCLICK massage for the check box.Note associate a boollean member variable with the checkbox tocheck the current status.
-
Coloring Scroll BarHow can i change the background of scrollbar control in MSFlexGrid????
-
Edit Control!! Doubt!!Re try catching WM_CHAR message, if not a valid result set nChar to 0; Good Luck.
-
Fill Color in a static control at runtimeCreate a custom derived class of any control and handle the WM_ERASEBACKGROUND in that class.create a solid brush of required color and paint the background(Note do it after calling base classes OnEraseBachGrnd).
-
Redrawing Controls??????thanx Luuk, But it doesn't seem to work. Can u elaborate on it by an example.
-
Redrawing Controls??????How can i redarw controls(with changed co ordinates) in a MFC Application, once i have detected that resolution has changed??
-
MFCsHow to change the Backgroung of Menubar,statusBar,toolbar in VC++ Can sizes of buttons on the toolbar be customized?