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. Graphic (URGENT)
  2. WM_SPOOLERSTATUS & NT 4.0
  3. Changing of print job papersizes
  4. ShellExecute
  5. Radios buttons
  6. Radios buttons
  7. writing one bit to the parallel port in visual c++
  8. CListCtrl Overhead
  9. Creating CSingleLock object
  10. How
  11. How to temporary disable animation of header controls?
  12. Close all windows
  13. using WebBrowser to browse files
  14. Repaint dialog box
  15. HOW TO create an interface which looks like a game interface or an educative software ?
  16. Menu
  17. CAsyncSocket problem
  18. CChecklistBox problem in a ATL based component
  19. class wizard
  20. Animate
  21. Help!Can not Get the function address
  22. developers using X25 software off EICON
  23. Registry problem
  24. Regular Expression
  25. [Q] URGENT: How to activate another document in an MDI app?
  26. Autodesk Animation Player
  27. Haw can I use a modeless PropertySheet in a MFC DLL
  28. VC++ Debug works, Release doesn't?? WHY?!
  29. Use MFC in ATL COM exe?
  30. Printing in Landscape Mode
  31. Where can I find SNMP Programming Reference by VC++?
  32. Crystal Reports View
  33. Improper Instalation
  34. I can't build ANY C++ project in Debug Mode! Why?
  35. System Dll
  36. HELP!
  37. Get Username with VC 6 on NT 4
  38. Date Conversion
  39. How to Pass VB array to C++ COM Object
  40. how can I build a stabdalone executable, one that does not need dll files
  41. how to use MS chart control
  42. How to check color-depth before displaying a window
  43. How to redirect display draws for an ActiveX control?
  44. How to detect a connection.
  45. File Convertion
  46. Help...annoyed beginner about to go postal
  47. STL Newbie
  48. GetProfileString
  49. copy a CString to a LPTSTR
  50. BSTR
  51. MCI_PLAY (fullscreen)
  52. Problem with hooks capturing keyboard strikes
  53. COleDateTime with Decimal
  54. Changing Default Button on CFormView
  55. How do I draw a shape ANYWHERE on the screen? Get the DC of the screen?
  56. Bitmap and Bitmap Controls
  57. Menus
  58. Acces the Systray from a NT Service
  59. Combo Boxes
  60. C++ Custom ActiveX DLL works in VB6.0 but not in VBA from Word97
  61. Capturing an event from a arrow on a CTabCtrl
  62. CFile
  63. Free Web Hosting only for Developers
  64. DTC & Name of the page
  65. Printer Capabilities
  66. DOS - MFC
  67. CSocket and more...
  68. Display High Colour & True Colour bitmaps
  69. disable a push button
  70. Memory leak
  71. Accessing my main window control...
  72. Drawing Using a dc
  73. Webbrowser Control
  74. ActiveX Question
  75. IShellFolder interface
  76. stored procedure using ADO/VC++ 6 - Error
  77. VARIANT 's Understanding.
  78. How do I find the handle of the window at a known x,y?
  79. Tab Stop Order
  80. periodically drawing in view
  81. Information about hooks
  82. How to use 2 different help files within the same application??
  83. Simulating SetWindowRgn()?
  84. How make opengl text with MFC?
  85. Is it possible to make cursor change in GL?
  86. Why I can't start a application on remote machine?
  87. STL with VC 6.0
  88. Threads or Timers
  89. Where to find AVI for GUI
  90. Where to find AVI for GUI
  91. Jumping to a specific record
  92. Tree control - edit label
  93. Adding Tool bar
  94. How to allocate space in a thread?
  95. dynaset snapshot what is difference ?
  96. Mapping drive
  97. taskbar
  98. Don't want "0" to be displayed in numeric edit box
  99. NT processes
  100. Multi doc in a pane of splitter
  101. How to get info on COM Port
  102. Hide Scrollbars in ListCtrl?
  103. Help!FullScreen IE Window
  104. Disable CListCtrl item ?
  105. Expand the MSDN Library
  106. Scroll bitmap with Scaling
  107. Scroll bitmap
  108. Anuj Seth
  109. MS Script Debugger 1.0 & Dundas Toolkit
  110. Problem with "Show windows content while dragging" option
  111. Reset USB
  112. How to print a DIB
  113. How to produce a group box without the Recource Editor
  114. Automatic disconnect
  115. ListCtrl New Styles
  116. IHTMLSelectElement : get_options ?
  117. Hook API
  118. How to read default value in registry?
  119. How to find Modem/Printer Details........
  120. Creating a dialog at runtime
  121. Version info for DialupNetworking/Winsock
  122. CDROM Details......
  123. Property sheet - remove OK/Cancel button
  124. ComboBox Height
  125. Swing in Java
  126. Help! Coding 32 bit Dll
  127. lnk2001....
  128. Threads : AfxBeginThread() question
  129. Speed of adding or deleteing items in a listctrl
  130. I'm stuck
  131. NT4 Service and NW File
  132. Urgent: problems using OnIdle() function
  133. Passing Bitmap Resource ID
  134. Database Connection is not Closing (ADO, SQL server and COM dll)URGETNT
  135. Add Summary to Properties of document file
  136. How to check date validity?
  137. Creating Process
  138. Deleting drivers in memory
  139. Problems with owner-drawn radio button and DDX_Radio
  140. Clues, Ideas ?
  141. Accessing a ListBox
  142. Problems with HTML help
  143. Scroll window:Urgent
  144. Messaging Between Apps
  145. How Do I "Scroll" CStatic Objects Constantly on a Dialog?
  146. Q : Password CEdit
  147. Browse Dialog Box
  148. Printing Macros with MFC
  149. How to link with C++
  150. How to add a application name in the start up button
  151. Which order for VC_SP3, IE5, NT_SP5 ?
  152. Q: CSizingBar positioning
  153. Efficient algorithm to print as binary "1010101" ?
  154. Windows CE Console Application
  155. Making MFC ActiveX safe for scripting and storing.
  156. Which dll's do I need in order to run my VC++ 6 application on machines which not have VC++ 6 instal
  157. CListCtrl and Drage and Drop
  158. Glut and OpenGL
  159. Why does this SAFEARRAY not work?
  160. Auto Ctrl-Alt-Del
  161. shell programming
  162. explorer bar animation
  163. Deleting Items on an SDI toolbar
  164. Direct printing text through COM port
  165. Server App
  166. Modeless Property Page with Embedded Modeless Dialogs/AfxMessageBox
  167. environment fonts
  168. Link problem
  169. Problem with multiple instances of DLL
  170. TAPI
  171. operator < with a "set"
  172. Mouse position and NM_RCLICK
  173. How to deal with binary data?
  174. DDK - How to write a device driver?
  175. Drawing ActiveX control
  176. Locking WindowsNT
  177. HeapMon
  178. Going into another function from one function
  179. Problems building DLL-based app as an executable
  180. SNMP Programming
  181. How to change window text immediately?
  182. Menus
  183. Edit controls
  184. How to realize Word's style scrollview?
  185. Strange VC 6 ClassView problem
  186. Socket Timeout
  187. Killing the control
  188. trying to map arrow keys to access spin control
  189. Docking ToolBar
  190. Flip 8 + 24 bit BMP in Memory
  191. Plugin DLL?
  192. Structs and classes
  193. exclusive keyboard control
  194. friend keyword
  195. template classes and .h files
  196. Unable to create document view
  197. NT Service AppWizard
  198. MFC Help
  199. Graphic File Formats
  200. How to control the size and position of MDI frame windows?
  201. How to select command in OLE DB?
  202. Sub-interfaces
  203. Icon transfer
  204. Using the registry
  205. Invoke interface in ITypeInfo
  206. Displaying .txt file in Edit Box Control
  207. ATL NT service question
  208. Comparing data in two EditBoxs
  209. Webbrowser2
  210. Check this out, maybe U can help me?
  211. How to hide the header control of a list view control correctly?
  212. Scroll
  213. tcp/ip
  214. CSocket
  215. trailing characters on newly initialized character arrays
  216. Navigating Text Files
  217. flat toolbars
  218. Scaling using the mouse
  219. How to use 'Like'
  220. A question of Access Database
  221. Format
  222. Animated GIF's
  223. The lenghth of a line
  224. HELP WITH GRAPHICS!!
  225. Subclassing
  226. How to obtain m_pClientSite
  227. Global calls
  228. Unmovable splitter
  229. Win32 .......combobox
  230. How to write files into SQL Server7.0 via OLE DB?
  231. How to add icon on menu
  232. Creating contols dynamically?
  233. Reading Text Files
  234. Dynamic modify edit control style
  235. Socket Functions
  236. CString(DATE) to COleVariant
  237. IP Addresse
  238. Path Settings error in Release Mode
  239. Automation
  240. Win 3.1x Memory Leaks
  241. TAPI
  242. Playing and stopping WAVE is giving problem
  243. TAPI
  244. EXPORTING DLL
  245. Help!! StatusBar not repainted when drag another window over it
  246. A dialog box in a dll causes app to have bugs
  247. CreateProcess() problems
  248. COM
  249. How to add actions on a tray icon ?
  250. Test