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. File Open Dialog
  2. 2d character array dynamic allocation
  3. Firing an Event off from a seperate thread in an ActiveX Control.
  4. Registry controlled function sets
  5. best way string to float?
  6. HOW TO CHANGE THE FILTER IN A FILE OPEN MENU
  7. Does MFC support Postscript Printer?
  8. Resources in a DLL
  9. Application updating all document's views
  10. .ini PLEASE HELP!
  11. CHtmlView Printing
  12. MFC and templates
  13. How do I capture keystrokes at the Windows level? In MFC?
  14. Question about IPs
  15. Using MSDN (full) instead of VC edition
  16. HOW TO: Delete a class completely out of the project
  17. How to monitor the mouse messages over the entire! screen?
  18. Can't access the text fields in Access database !
  19. Open With...
  20. Winsock2
  21. CFile::Read returns more than max bytes
  22. Print all pages in Rich Text Box
  23. ATL COM AppWizard
  24. Scrolling bitmap displays!!!!!How to!!1
  25. Referencing a CEditView from another class
  26. Is it possible to add socket to the ATL COM AppWizard?
  27. Problem with OpenGL Textures+Fog
  28. Using Automation in a DLL - registry?
  29. Determining if SQL Server is running...
  30. MSFlexGrid
  31. COMCTL32: Upgrading to Version 5.0
  32. COMCTL32: Upgrading to Version 5.0
  33. My Dialog needs my doc pointer! Please help Mr. Expert!
  34. Help with ListBox control ??
  35. DBG: View output in a console application
  36. SendMessage from DLL to Words
  37. Optimizing painting in views
  38. CListCtrl
  39. TAPI
  40. Why use BSTR as string type in .idl
  41. '_bstr_t' & 'CString' when to use which?
  42. DAO recordset Seek()
  43. CListCtrl HELL.
  44. returning an error in a constructor
  45. Renaming a Registry key
  46. Display Setting
  47. Getting a returned variable from COM in ASP
  48. OwnerDraw listcontrol
  49. Sending Keystokes to another Application
  50. member function pointer in class
  51. Icon in taskbar for regular windows
  52. Netscape Plugins - URGENT !!
  53. Validation of the Edit control's Data in Wizard
  54. Capturing events in dynamically created controls
  55. winsock version
  56. WINDOWS 2000 Cursors
  57. Windows Class Name
  58. How to use IPictureDisp ,if ATL full control Project.
  59. Common Dialog Problem
  60. How to load a file from a specific position on?
  61. Selecting Files in Explorer
  62. how to use interrupt IRQ10 in visual c?
  63. Need help with AppWizard and OLE
  64. TRANSFORM query in Access
  65. Any experts on Transparent ActiveX Ctrls?
  66. Print Preview
  67. CTreeCtrl - Expanding/Collapsing
  68. Async mode WININET Ftp Function
  69. Q: ActiveX DllMain function
  70. resizing of button
  71. Slow DevStudio
  72. Exit function question...MFC
  73. Stored Procedures - passing arrays as parameters
  74. Adding scrollbars on a very large dialog box
  75. Menu
  76. visual c++
  77. How to have only one instance of a program running
  78. Try to change font in a dialog, but at intro cuts "a" !
  79. Keeping an actieX form ontop of Word
  80. Adding an imagelist property to my ActiveX control
  81. Formatting date
  82. SubClassing
  83. Slow DevStudio - What could it be?
  84. List Control
  85. catch the keyboard
  86. Controls with different parent/owner
  87. Set a courier font...
  88. SubClassing
  89. Function to Delete in Recycling bin
  90. How to convert from 16-bit to 256 color?
  91. OpenGL: Different colours for different polygons
  92. Using event
  93. C++
  94. Need Help with 8&16 Bit BMP flipping (Horizontal and Vertical)
  95. Using Lookup in CMapStringToOb
  96. Pointer to child window from CDocument::OnOpenDocument()
  97. Problems repainting custom status bar
  98. Desktop flickering on MDI child window creation...
  99. Some small questions.
  100. Which dll is loaded
  101. How to automatically open an app based on a given registered filename extension?
  102. ASCII Files
  103. CPropertyPage & ActiveX
  104. GetSaveFileName Parameters
  105. Errors using serial communication
  106. IHTMLBodyElement::createTextRange - BUG !?
  107. Grouped radio buttons
  108. How to access StartMenu directory from code without knowing pathname?
  109. algorithm for "file compare" ...
  110. Question about listview controls
  111. Starting a remote process using dialup in NT
  112. Dynamically Centering Control in View
  113. CFormView w/o CDocument
  114. Sending/Posting Messages 2
  115. Dialog-Based App
  116. Scroll bar color/pattern
  117. Font creation
  118. Parallel Communication
  119. Question about listview controls
  120. How Do I Detect Mouse Click on a CStatic Object?
  121. Developers Search Engine
  122. Slider probrem!!! - urgent (really)
  123. Problem using RogueWave with SQLServer temp tables
  124. Edit Control
  125. VC6: Toolbar having text+icon and icon alone?
  126. Slow death in Win9x - GDI Heap corruption?
  127. How to make conversion from BSTR to char*
  128. Multi platform database access
  129. Sending Commands to Modem
  130. Opengl Printing
  131. how to MSCHART control for vc6.0
  132. Internet connection detecting
  133. How do I subclass the desktop?
  134. WinAmp-like UI
  135. Help ! Help!
  136. Non rectangular application windows.
  137. Linking/Distribution question
  138. Help! How to control URLs IE can access?
  139. connect running instance of IE?
  140. Disable Toolbar Button
  141. ODBC HELP! PLEASE!
  142. How do i ensure that only one radio button from a group of 3 buttons is selected
  143. C++ COM MS Outlook object
  144. Tool tips...
  145. Hostname Resolution Method
  146. How to get the active doc template?
  147. CListCtrl
  148. resource editor
  149. Programming patches for .exes and .dlls
  150. Dynamic Menus
  151. How to lock file...?
  152. Enable controls in Dialog
  153. Make a file that can not be deleted
  154. Help on Help
  155. Compare String..
  156. How can I make a window over a screensaver?
  157. migrate
  158. ASPI Commands
  159. Please Help!!!!
  160. How to drop a window down like ICQ
  161. Can not call Pure virtual Function In Constructor??
  162. How to use SetClassLong ?
  163. Why this Error?
  164. connect Running Instance of IE
  165. FileSearch in COM Excel.Application object doesn't work
  166. About ODBC data types
  167. How to Change SaveAs?
  168. WISIWIG problem~~ Urgent~~
  169. Adding a new virtual function to an existing base class
  170. How to make a ListView-like Control?
  171. Subject In a CPropertyPage Enter key doesn't work !, but space bar works OK !. help ?
  172. Help ! I can't use far pointer
  173. CryptAPI function CryptEncrypt returns less than the actual data if file is not used!
  174. Multiple file types in File Save As
  175. now to detect login/logout from under nt by vc++?
  176. Dynamic Creation of CStatic Control
  177. CFileDialog -- no files shown
  178. Problems with multiline text box
  179. combining 2 dialogs
  180. Changing the Windows Taskbar in C++?
  181. Animated Gif or AVI in App.-menu (like IE)
  182. How to add fonts to the workspace properties
  183. How to subclass a window ?
  184. direct draw pluginn for winamp
  185. winamp plugin using directdraw
  186. VARIANT
  187. More than one UI Message Handler
  188. Active-X and Netscape
  189. Progress Meter
  190. A required resource...
  191. SystemTray and Owner-Drawn Popup Menu?
  192. Exporting Class from EXE file?
  193. How to display a bmp with a dialog adapted to it
  194. How to Get Command ID inside Handler
  195. How to control a CD-R in my program
  196. Perhaps obvious
  197. Optimizing CList index retrieval
  198. Disabling KeyStrokes
  199. Disabling/Enabling all controls
  200. Please HELP - Printing
  201. COleCurrency: How do I multiply?
  202. Sending/Posting Messages 3
  203. Getting a pointer to CView
  204. project
  205. Removing Maximize box
  206. Help With ClistCtrl Column Heading
  207. check application in my computer
  208. Win Help
  209. Vc++ Load Module Problem
  210. Displaying a Bitmap
  211. menu-dialog
  212. C++ project
  213. write my project write & read file.ini(profile)
  214. Composite
  215. Trouble with threads
  216. db4 CDaoDatabase
  217. play file mp3
  218. ODBC & Btrive programming
  219. VisualC++: Adding controls to palette
  220. MSFlexGrid: Resize Event?
  221. real 'guru' problem - threads
  222. How to code events/triggers
  223. Menu disabled when modeless dialog active
  224. 'CHttpConnection(...)' problems
  225. .c to .asm conversion
  226. Scaling using the mouse
  227. CListCtrl
  228. MMC
  229. How to create Help
  230. Progress bar
  231. How to use my derived CEdit on the edit control of a combo box control??
  232. STL Newbie
  233. How to use bookmarks with ole db
  234. How to: convert float to DWORD etc.
  235. Help with netmeeting style things
  236. Windows Registry
  237. How can I make a window upon a screensaver?
  238. Menu
  239. CEdit custom painting ?
  240. Displaying Coloured Bitmap against selected Logical Palette
  241. Displaying the Assign Network Drive Dialog
  242. Large fonts & CFormView
  243. How to make the radio buttons read only?
  244. Animate in composite does not work in VC++6.0 and VB6.0?
  245. Debug break point in VC 5.0
  246. Windows Networking (Sending Messages)
  247. Windows Networking(Send Messages)
  248. Yes, I do NOT know about ODBC, DAO, ADO, OLE DB.. which is the short way ..
  249. CStatic SetWindowMessage ...two lines
  250. not resizeable form