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. TASK BAR
  2. Program of n-potency of a matrix. Help!!!!!!!
  3. Help Needed!
  4. fatal error C1010: unexpected end of file while looking for precompiled header directive
  5. reading .ico files ?
  6. new Mutli-D array
  7. internet
  8. File Size and Time and Date Info
  9. memory for dma?
  10. Implementing RemoveDirectory to handle non empty directories
  11. sample dealing with interrution?
  12. CFormView
  13. CHtmlView::Navigate2
  14. Simple List Control Help
  15. Accessing Document Data from View
  16. Packet loss - Combatting
  17. new/delete operators
  18. to create a new WndProc
  19. How to select and open any text file
  20. Q: How to add to pop up menu (right click)
  21. How can i make a listview control transparent(null)
  22. ActiveX MFC exception on exit
  23. connecting menus to appropriate child window types
  24. Rich Text control assertion
  25. Container list and iterator
  26. I need your help please!!
  27. Why doesnt this code work
  28. dpi value extraction
  29. problem with accessing the local drive in Win NT
  30. DVD Driver
  31. How to make a default minimum size for CView
  32. RichEditCtrl/Objects
  33. HelpInfo for Dialogs
  34. Reverse ordering a string
  35. Sources for writing an OLE DB provider
  36. AfxMessageBox
  37. Window movement
  38. Grouping of different controls
  39. Disabling WIN key
  40. SNMP
  41. Problem playing wave from resource
  42. ON_WM_LBUTTONUP() in CListCtrl
  43. Sources on writing an OLE DB provider
  44. changing default font
  45. Tool to handle program versions ?
  46. exe not running on other machines
  47. Can't get NetShareAdd() to work (Help)
  48. Dim. of a DC
  49. Combining dialogs with tab controls
  50. name mangling
  51. Sources for writing a OLE DB provider
  52. Communication
  53. Nt vs Windows 95
  54. ODBC reference.
  55. Dialogfield
  56. Direct Draw and line drawing?
  57. DeviceIoControl w/Win95
  58. CView
  59. problem of conversion
  60. CString encryption
  61. How to scroll the client area of a CListBox ?
  62. How to quit Excel?
  63. Deleting a font in NT programmatically
  64. SetForegroundWindow
  65. how to continue running when NT logoff?
  66. Versions track keeping...
  67. How to POST to a Internet Server using WinSock 1.1
  68. Need help composing a regular expression.
  69. Cheak memory leaking
  70. Questions, questions, questions
  71. Changing SetTimer interval
  72. Thread synchronization!
  73. The web icon in Explorer and Outlook
  74. carchive and file encryption
  75. Printing simple data
  76. ASSERT vs. _ASSERT vs. _ASSERTE
  77. CFile::Write
  78. Printing the text file with in from the app
  79. View
  80. Excel - DIF Format ????
  81. Stop ReExecution
  82. TextOut problem on Win95
  83. How to create a window's shadow
  84. How to remove meu from wizard genrated sdi
  85. Multiple views and one doc
  86. Add a new line to a RichEditCtrl
  87. RTF control in a dialog fails on create
  88. Embedding a CEdit in a CView - Performance Problem
  89. Where's nafxcw.lib?
  90. display text inside a formview
  91. MAPIInitialize in an NT sevice doesn't return S_OK.
  92. God Help me..or someone smart
  93. Adding/Removing Taskbar Icon dynamically
  94. Override OK button on Property Sheet
  95. Printing CBitmap to printer
  96. Always-on-top modeless box.
  97. NT vs Windows 95
  98. MFC Internet Functions & PROXY!
  99. Removing comments
  100. NDIS programming
  101. Resizing Ole objects in clients
  102. CFile
  103. How do I make custom classes that you can add with the component gallery?
  104. "abnormal program termination"?!
  105. Selections on CListCtrl
  106. How to draw data to multiple pages in print preview?
  107. Message handling
  108. Controlling a computer over the network
  109. List index problems
  110. Thread !?!?! Please some help needed here...
  111. send CString to Javascript
  112. Dialog Bar- Updating Edit Boxes, etc.
  113. Accessing the serial port controls
  114. accessing individual cells in the database
  115. Connecting Dialog boxes to the database and updating the field values
  116. Question about IWebBrowser
  117. URGENT! GUI like WinAmp...
  118. DBGrdi and DataGrid
  119. Initializing new MDI document types with just the title: not title1, title2, etc...
  120. CEdit multiline text read in from file
  121. MFC DLL and ActiveX Control problem
  122. TreeView inline editing
  123. ComboBox AddString
  124. updating web server
  125. Interrupts in x86 - could someone help please
  126. VC++ versus VB
  127. Please help me! How to make up a Dockwindow!
  128. application hangs!!!
  129. Re: Links Error
  130. reduction of flicker
  131. Get CD-ROM Device Info form Drive Letter
  132. How can I find out if a thread is a UI thread or a Worker thread
  133. screen saver
  134. linking error
  135. Threads and global data
  136. Renaming a project
  137. How can I run cl.exe (MS VC++ 6.0) verbosely?
  138. Hiding Text in .EXE?
  139. Hiding strings in .EXE?
  140. how can I install mscombo control and datetimepicker
  141. tree controls
  142. printing a view
  143. printing a document
  144. File I/O
  145. tree controls in a dialog box
  146. I know this is not really about programming..but..
  147. How to create an ActiveX Control instance
  148. What is bc450RTL.dll?
  149. Localisation / Message compiler
  150. System image list
  151. Help me!I want to make a window!
  152. Who can help to load a resource bitmap?
  153. Need value from Registry
  154. Multi column in and owner drawn listbox.....
  155. How can I get a domain list using an NT service ?
  156. Locking Record
  157. NT Drivers
  158. Tooltips on Splitter windows
  159. PE execute file format
  160. How to get any big array
  161. DCOM
  162. How to open Paradox table with DAO ?
  163. Registry Read problem
  164. Update only 1 of 2 views in an SDI with a splitterwnd
  165. Using DrawText
  166. Resizing dialogs at run-time
  167. How to check the last active window?
  168. Get available diskspace
  169. messages/modeless dialog
  170. system Image list
  171. System Image List
  172. How do I use CToolBarCtrl::LoadImages() (2nd attempt)? Please, anybody?
  173. How do I detect number of fixed disks?
  174. Running an ATL Exe
  175. Property Page views
  176. sockets
  177. System monitoring LM 78
  178. How to access the Windows directory inside MFC project
  179. mfc
  180. Device Driver IRP problem
  181. How can i use a dll, from the beginning
  182. Using DLL's in ActiveX controls
  183. Using DLL's in ActiveX controls.
  184. Using DLL's in ActiveX controls..
  185. Using DLL's in ActiveX controls...
  186. RTF borders
  187. STL Vector Array
  188. CCdAudio Class Error ???
  189. C++ project
  190. Porting
  191. DBase file(s)
  192. changing standard statusbar style
  193. Printing
  194. FLIC player source code for Win95/98 needed
  195. Database access
  196. How to call C Function from C++ code
  197. Problem with PropertySheet after installation of Service Pack 3 (Vis C++ 6)
  198. Creating StatusBar Icons
  199. New Style CFormview
  200. How to make a dialog window not always on top?
  201. How to prevent writefrile to overwrite existing filecontents
  202. Need your 10 minutes
  203. How to create a main window from unique CWnd derived class
  204. Removing read-only directories
  205. MFC controls suck, need help please
  206. Multi-lingual support in DLLs
  207. Cross indexing question
  208. How to create the mainframe windows'3d shadow
  209. CView on a CDialog
  210. ConvertDIBSECTIONToThumbnail from THUMBVW.DLL
  211. CComboBox ModifyStyle() not working?
  212. Windows OLE support
  213. CPropertyPage/Wizard Question
  214. Kill another application
  215. CScrollView creation
  216. Line Control
  217. CEdit control and dynamic text jusification
  218. Help File
  219. How to do AND search with DAO?
  220. Edit & Find for word processor
  221. Windows Programming
  222. listview ctrl & rclick-menu
  223. ComboBox and previous entries
  224. Communications problem
  225. Help with Help Files
  226. Sprite???
  227. How to minimize
  228. Debug Error?! ESP not properly saved across a function call...Anyone kow how to fix this?
  229. Change the background color of CEdit
  230. Threads and Event Handling
  231. Recordsets: converting COleVariant
  232. RDO control
  233. Changing Desktop Icon Titles Background to Transparent
  234. Printing crash
  235. SDI/FormView resizing
  236. CMenu basics
  237. CFileDialog problem
  238. Displaying HTML
  239. The problem on the window
  240. Window Common Dialog Control
  241. How do I close a running program
  242. VC++ comctl32.dll Headache!!!!!!!
  243. windows sockets
  244. Windows 98 problem kid
  245. How to draw data to multiple print preview pages?
  246. Help! GetBuffer and IsEmpty confusing me!
  247. CSplitterWnd
  248. Bitmaps in menus
  249. Changing Window Cursor
  250. DDX custom routines