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. Displaying an Animated GIF in a CView
  2. Urgent PropertyPage Wizard
  3. Drop down list
  4. ListCtrl Item Height
  5. Problem with radio buttons?? (activeX option button)
  6. Extn DLL ..
  7. Submit to codeguru
  8. How to ues keydown event for the forms2.0 scroll bar in vc++
  9. Reusing IE4 features
  10. Thunk
  11. Editing ListCtrl Items in a ListView
  12. Document Templates
  13. Handling selchange in both the control class and the parent dialog
  14. Save and Save As
  15. how to upload a file (IIS CGI)
  16. Use Dialog resources from other applications
  17. Dialog in Dialog
  18. H.323
  19. Wierd Linker Problem!!
  20. Sending ARP requests from Windows95?
  21. Get file version from resource file
  22. Q: Profiling seg faults - Why?
  23. CRebar
  24. How to use cache with WinInet
  25. DCOM using Smart pointers
  26. Time Changing
  27. C++ / MFC equiv of VBA's GetObject() ?
  28. CTime class
  29. Propertysheet
  30. mfc activex control (beginner)
  31. Migrating from 16 to 32 bit
  32. How to retrieve machine dependent data?
  33. Resizeing an MDI child window
  34. DAO: How to sort a TEXT field NUMERICALY
  35. TAPI Dialit sampel program problem
  36. Convertion from CString to Unsigned Long
  37. Modems
  38. CTime - CTime result in miliseconds ??
  39. How can I detect Shift+LButton, and Ctrl+LButton... ?
  40. Where to get a "CScrollCtrl"
  41. HELP!!!!!! I can't create new sheets in Excel
  42. CComboBox problem
  43. How to search in different directoy using CFileFin ??
  44. Programming Word 97 Addin in VC++, Big problem!!!!!!!!!!!!
  45. Programming Word 97 Addin in VC++, Big problem!!!!!!!!!!!!
  46. Dialog problem
  47. Frame
  48. TAB-Key between child dialogs
  49. SafeArray Help Needed
  50. Dialog
  51. comdlg32.dll
  52. Program hangs in OleMainThreadWndClass thread on exit.... help!
  53. TOOLBARS
  54. activex form (mfc) - help
  55. CListCtrl: Image Suppression
  56. Changing the default directory of CFileDialog
  57. Version problem
  58. How to delete a popup menu
  59. Does IIS support TFTP?
  60. Installation of ODBC 4.0 Drivers
  61. Determining if a filename is valid
  62. CEdit::Create()
  63. identify screen resolution and system fonts
  64. subscript and edit control
  65. Simple DLL
  66. disabling right click/popup menu f1 help
  67. [q] the difference between ON_COMMAND_EX and ON_UPDATE_COMMAND_UI
  68. Free icons
  69. Color on Main Screen
  70. AppWizard problems
  71. Appwizard problems - is this a bug?
  72. Need Help on Help
  73. iostream
  74. Loading View From DLL
  75. Can you load a CView at runtime from a DLL ?
  76. Animated GIF
  77. Buttons on caption
  78. Onwer Drawn List Box - Force framework re-draw
  79. DECLARE_DYNAMIC, etc Question
  80. Window disappears!!!!!????
  81. Writing an ScreenSaver
  82. Beginner ActiveX question
  83. Running a debug version of an exe on a machine without VC++
  84. How to import a function from a DLL
  85. Activating menu items
  86. how to use vscrollbar
  87. Vertical scroll bar
  88. EASY QUESTION
  89. Key Test in OnKeyDown()
  90. Thunks!
  91. Reg: Layered SP
  92. My ShellProc hook werks... but how do I use it?
  93. Problem using CRecordset to edit a SQL Datasource
  94. Is there a way to tell that a submenu of a pop-up menu has been expanded?
  95. Please Help - Oracle ODBC Driver - CRecordSet class Requery Fails
  96. int Vs. short int
  97. Sending a message with PostMessage to a child window
  98. RichEdit Control problem
  99. Class Header Files and Source Files
  100. STL, maps, case insensitve strings
  101. strdup and _strdup
  102. Edit box size
  103. full duplex Communication via comm2 port
  104. [RichEdit] Where to get Moved Cursor Position ?
  105. Font as resource
  106. NT Logon??
  107. Accessing member var from global function...
  108. [TreeCtrl] how to cut a tree item via Toolbar button?
  109. How to register an ActiveX control (an ActiveX Grid Control)
  110. Data Types
  111. BOOL versus bool....
  112. RETURN Key to SPACE Key
  113. Most recently used files... how does it get the filenames?
  114. Merging DLL with MFC application
  115. Property sheet question.
  116. ADO interfaces and OLEDB consumer templates
  117. OLE
  118. ADO Interfaces and OLEDB Consumer templates
  119. How to connect NT
  120. MouseHook Error
  121. Can DevStudio Add-in handle the Key-down event?
  122. how 2 make a button invisible
  123. SQL
  124. ScrollBar On Left Side of Controls
  125. loading jpg,jpeg
  126. I want to change the background color on a standard MFC toolbar.
  127. Sharing variables between multiple instances of same application through shared section
  128. Passing SafeArray of Variants....
  129. Activating dialog from menu
  130. acls-dask
  131. notepad and oracle
  132. Why doesn't this work???? HELP!
  133. How to open a second session -> NT Wks
  134. Which menu item was chosen?
  135. how do I make a view for my control?
  136. Files
  137. CDialog
  138. COleClientItem class
  139. create service with dependecies
  140. SubMenu..
  141. how can I call fortron90 function in a C program
  142. CFileDialog
  143. ListBox Selection
  144. Causing the mouse pointer to move
  145. finding out if a 16 bit DLL is loaded
  146. Making an ActiveX control "derived"(?) from ComboBox
  147. Making an ActiveX ComboBox control
  148. Drawing the Windows 2000 "mouse shadow" style
  149. HELP!!!!!!! I need to be able to create new Excel sheets via Automation
  150. Creating a Window
  151. Mouse position with CPoint
  152. RE: How to create a drawing platform using VC++
  153. CTabCtrl like DevStudio
  154. Inline Function Errors !!!
  155. How to lock the pop up dialog from moving
  156. Help:PrcreateWndow() can not call inside the Extension Dll
  157. hard to understand
  158. Function as a parameter
  159. How to read cookies in an ISAPI DLL
  160. OWNERDRAW + ATL
  161. How I can add faster many items in CListCtrl?
  162. How to change a System Code Page?
  163. How to suppress printer-dialog in CHtmlView
  164. When I open a program while having a ShellProc hook it doesn't show in task bar
  165. GURUS HELP!!! Key Press
  166. Get file version from resource file in a console application
  167. Crystal Reports
  168. International version of Windows
  169. Access 2000 and DAO
  170. Exists a standart of C++ as is ANSII C for C?
  171. Problems with pretranslateMessage
  172. How to replace windows login screen?
  173. RePost: CFileDialog
  174. Shutdown/Reboot/Logoff - How can I determine what the user has chosen?
  175. Auto ListBox scroll
  176. SHFileOperation and FOF_NORECURSION flag
  177. Release pointer on COM object interface
  178. Transparent window?
  179. Title bar
  180. Sending ESC code to printer
  181. icq protocol
  182. Tricky Question
  183. Ping
  184. What are vtables???
  185. What is the meaning of DNA?
  186. What is the meaning of DCOM?
  187. clipboard
  188. Rich Edit Control
  189. How display bitmap and text in a window?
  190. cedit
  191. CObList, No memory leaks ?
  192. Spin control increment
  193. HELP GURUS...Please
  194. Do you have a BarCode-Printer Sample?
  195. RePost: CFile
  196. HOW TO FIND PROCESS ID?????
  197. REGISTRY PROBLEM???
  198. ListBox, ListCtrl
  199. Very fast logging window required
  200. RICH EDIT CONTROL
  201. ComboBox activate with RETURN
  202. LoadMappedBitmap
  203. Implementing IDispatch Callback
  204. EASY ONE - Gurus, Help
  205. Compiling a float
  206. Waveform Display
  207. CRichEditCtrl + IME + Password
  208. Word Automation
  209. Word Automation
  210. CListCtrl and CListView
  211. GetDiskFreeSpaceEx Problem
  212. [HELP] where to DL Platform SDK
  213. Including Docu in MSDN
  214. ++float (incrementing float)
  215. HELP TOOLTIP
  216. Printing ListCtrl with multiple lines in columns
  217. ISAPI Upload, close, but not yet perfect
  218. Display resolution
  219. How to pass a JScript array to an ASP component
  220. Refreshing a ListCtrl when deleting items
  221. How to use MSForms 2.0 ComboBox?
  222. How to show windows standard dialog
  223. MFC Frame Window Supression
  224. PROCESS HANDLE????
  225. How to execute a program on unix box from a vc++ client running on windows ?
  226. Setting the ComboBoxes DropDown Height
  227. How to Printing a text file through VC++ Dialog Based Aplication.
  228. Passing custom Interfaces
  229. how to dev systems projects in VC++
  230. Disabling toolbar button
  231. GetDiskFreeSpaceEx Function
  232. Two Control Variables Crash the app
  233. Is there any tool that lists all the dlls loaded by an exe or dll?
  234. How to delay creation of CMainFrame Window
  235. STL and DLL's
  236. Setting The NT System Path from code
  237. CreateCompatibleBitmap
  238. sizeof
  239. How to lock edit control?
  240. Set Ambient Property to Web Browser
  241. Quiet REGEDIT?
  242. Threads - why so hard
  243. MessageBox
  244. Design-time properties of subsidiary OCX?
  245. list-box draw-item
  246. CSliderCtrl Problem
  247. Samuel Cua
  248. Commport conflict
  249. How to make a 30-day Trial Version Software?
  250. How to minimize a dialog box?