Click to See Complete Forum and Search --> : Visual C++ Programming


Pages : 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981

  1. ListCtrl question
  2. Control like MSDev's watch window
  3. volume creation date
  4. CList in a CList
  5. AddDocTemplate outside of CWinApp::InitInstance
  6. DrawText fails on some DeskJets
  7. CreateProcess Question
  8. Static Class and Static function
  9. How can I get an arbitrary process's handle?
  10. How can i maximized first default view, at MDI Mode.
  11. Writing a server program using VC++
  12. Using the common dialog object in ASP - URGENT!!!
  13. Using the common dialog object in ASP - URGENT!!!
  14. A question never answered here.
  15. OE Exception caused by writing to ouput file
  16. Mr.Zafir modified Java Message Board style.
  17. ShellExec Function
  18. !! compile time !!
  19. Swap file size problem
  20. Dynamicaly Change Resource Contents
  21. Re: How to update the AboutBox through code?
  22. Re: CWnd::Create
  23. any one know how to verify the current logon
  24. Re: How to create color palette using Dialog
  25. Debugging RELEASE version
  26. Dialog box
  27. Help: How to add the Read-only Property
  28. Can anyone help with "Insert" Menu Item code?
  29. PaintBox to AVI custon picture
  30. How to use CRichEditView/CRichEditDoc
  31. Change user login in NT!
  32. Help GetDlgItemText
  33. Close dos-window under Win95/98
  34. Execute an application automatically when the use connects to internet
  35. Execute an application automatically when the use connects to internet
  36. Can anyone tell be what is MSMQ in simple words ?
  37. Question Modified! How can i know that the dialup connection has made
  38. Question Modified! How can i know that the dialup connection has made
  39. how can i load an animate cursor or icon from resource file
  40. howto send keyboard input to the active application??
  41. #@_@#&&????"Prev page" in my view stays Disabled
  42. new -- Program hanging at the new statement
  43. changing the table column names on the DBGrid?
  44. Urgent Help!!! Broadcasting UDP packets using SDK sockets
  45. Urgent Help!!! Broadcasting UDP packets using SDK sockets
  46. event sink map
  47. How to INSERT record using ExecuteSQL() Function?
  48. dialog box drawing problem
  49. Getting the output of a sql query into a file
  50. How to use MSflexGrid
  51. ListBox control
  52. Help on black boxes connections
  53. Get Size of cursor
  54. doubts on Ole on Drag Drop
  55. how to delete directory and its content?
  56. how to delete directory and its content?
  57. Afx
  58. Not getting the return value ,if database is open or not
  59. Help me see my CProgressCtrl in Status Bar
  60. How can I can the text and background color of CEdit control ?
  61. VC6 MFC Library and ISAPI
  62. install program.
  63. Multiple Inheritance
  64. ListCtrl
  65. SOS About Screen Saver
  66. CControlBar - do not allow floating
  67. Changing Default Font in a Dialog
  68. Convertion of hex string to integer...
  69. Context help for property sheets, etc.
  70. How to delete toolbar buttons
  71. Restricting the size of the window?
  72. Remote Server writing file to Client
  73. How to populate a CStatic label from version info in the resource file?
  74. Help..attaching help file?
  75. Share file
  76. How Do I Disable Close Window X?
  77. Direct Memory access
  78. How Can I predetermine the position of ToolBar?
  79. CSpinButtonCtrl's can they be trusted?
  80. mfc
  81. mfc
  82. CRecordset & Parametrized filter
  83. ODBC - Try,Catch Question!
  84. Why doesn't the changes made in autoexp.bat file works?
  85. GetIcon() returns NULL
  86. Modeless Property Sheet
  87. Handling Modeless Property Sheet Button Press
  88. how to get domain name of a computer?
  89. File names
  90. How can I jump to a string-resource in the editor
  91. Setting active CEdit on entering a Property page
  92. How can I add "Auto save" like Microsoft word
  93. VB Re-engineering Tool
  94. argc, argv in the WinApp
  95. CSocket Gives Assertion Failure???? Pl. Help..
  96. Database support for dll
  97. How to change Directdraw settings ?
  98. Retrieving a macro name from a template...
  99. Retrieving a macro name from a template...
  100. Detailed Termination Status of a Process
  101. Q: Is SHIFT key pressed?
  102. Adding existing C file to C++/MFC project
  103. Machine name from user name in a network
  104. Help!!! - Text in OpenGL
  105. Return a char
  106. About FONTS
  107. ON_UPDATE_COMMAND_UI question
  108. message box options
  109. How to interface the program w/ the mouse
  110. selecting text in edit control programmatically
  111. 'Transferring' a socket
  112. RichTextBox
  113. CTabCtrl and PropertySheets
  114. Wait cursor in dialog
  115. Dynamic tabs in tabbed view
  116. Scrolling Window on Modal Dialog
  117. CListView\CListCrtl
  118. Help:Activex as TIFF plugin for IE..How to write..?
  119. Program Crash in release mode
  120. Question about why my subclassing does not work in release build...
  121. Reading socket
  122. How can I detect if a screen saver is running
  123. Is this a bug? from Masaaki Onishi
  124. Does any similar site exists for VB developers.
  125. Full Screen As IE does
  126. how can i add some not same size images to CImageList?
  127. Printing DIB
  128. How to get to all the views in MDI app w/o going thru doc templates?
  129. System Modal
  130. [?]how to save/load pane size of "CSplitterWnd"?
  131. [?]how to save/load pane size of "CSplitterWnd"?
  132. CRichEditCtrl Memory Leak!
  133. Resize Bitmap-File
  134. Database...Open Crashing
  135. FTP-Progress for Big Files
  136. CRecord Set
  137. [?]how to do a pre-load/post-save?
  138. [?]how to do a pre-load/post-save?
  139. [Q] About Drag and Drop....
  140. Reading mail from HotMail
  141. Debug/Release problem in C++ code...
  142. How do i START with this image bitmap program
  143. How can i send ESC-Sequences to the Printer
  144. How to insert bmp into CRichEditCtrl?
  145. A simple question about Modeless Dialogs...
  146. Some help on bitmaps and imaging
  147. ActiveX Control Properties
  148. Help Finding Timer IDs
  149. Non MFC CFile and CStdioFile ???
  150. Testing for self-edification; please ignore
  151. Printing help
  152. CComboBox problems
  153. Dialogs in dll's
  154. Ways Around GDI Resource Limits?
  155. Function overload in IDL
  156. CListBox
  157. ICQ Plus
  158. Arrayngement of CDialogBars
  159. Excel
  160. Drawing a Bitmap in Code?
  161. FlowChart like app
  162. Getting a Device context
  163. Assertion when opening an ADO connection from VC++
  164. Incrementing a date value
  165. CTreeCtrl: How to find first item
  166. Popups and Titlebars
  167. Mipoint Line Algorithm
  168. Repairing a damaged Resource file
  169. URGENT : Direct printing...?! How ?
  170. Getting Device Context in CWinApp::InitInstance?
  171. ControlBar Docking Window
  172. Markup in the posts
  173. OpenGL in a CStatic Object
  174. When painting an elliptic custom control, the entire rect gets painted! Why?
  175. Multiple Modems
  176. ShellExecute Question???
  177. How to write an interface for video player?
  178. Help! How could I get a CSocket's IP address correctly?
  179. Urgent!! Text in OpenGL
  180. GUI that is not a Dialog
  181. How to Change EXE's resource which we did not own src?
  182. CCombbox Control IDs
  183. Urgent! horizontal separator in vertical toolbar
  184. HELP!!! How to open files of any format in my application?
  185. Title of the active window
  186. Spell Checker for CRichEditCtrl
  187. Which Control to disply a variable(s)
  188. COleDataSource::OnRenderFileData()
  189. dialog and other probs
  190. How Do I Get the Rect WITHIN a Window?
  191. MACRO - MessageMap
  192. MessageBox controls
  193. void pointer to class
  194. RE: Control to show Variable(s)
  195. How to use "m_ofn.lpfnHook" to Customizing CFileDialog
  196. Prevent task switching
  197. texture wrapping in direct3d
  198. mouse position
  199. putting a bmp on screen with directdraw
  200. How to Access MFC Status Bar from View class?
  201. Access to control on parent dialog
  202. different fonts
  203. CEditView
  204. mix UNICODE & ANSI modules???
  205. TreeViewCTRL
  206. ListBox maximum size on Windows 95
  207. "Talking" to MS Word
  208. "Talking" to MS Word
  209. How to Hook a Win32 API alike PROCHOOK.DLL hook win16 api??
  210. How to use structure storge and compound file in Memory Map file?
  211. Pixel units in resource editor
  212. Thread access
  213. creating CCheckListbox
  214. Full screen and focus problems
  215. CRichEdit events
  216. DLL'S AND INSTALLATION
  217. COM !!!help please
  218. Help
  219. Printing From A CRichEditCtrl
  220. Update All Dependencies
  221. clrscr ( ) function
  222. Subclassing?
  223. Printing a multipage ( horizontal and vertical ) graphics document in MFC
  224. Urgent
  225. NEED HELP WITH BUTTONS NOT USING DIALOGS
  226. Q : Bk Color in a CEdit View
  227. dialog box and ddx
  228. how to detect an Internet connection ??
  229. Quick Questions
  230. C++ question
  231. What is the ESP, I need help
  232. What should I do to get system idle message in a dialog?
  233. Accessing CDocument-member functions
  234. Accessing CDocument-member functions
  235. Q: ActiveX and Resource
  236. How to make a scrollbar on an ActiveX Control window?
  237. Question about pixel
  238. GDI Mapping Modes?
  239. How to find if an application is running or not
  240. Dibs
  241. How to enable/disable Ports ( COM & LPT ) in Windows 2000
  242. Fixe size of CEditView
  243. Calling a Word, Write Notepad from a dialog
  244. How to get the selected item in a List Ctrl
  245. dialogbased
  246. Serial port and VC++
  247. WaitableTimer state
  248. Invisible at runtime component in Excel!
  249. Print in print preview
  250. Find a COM object by HWND