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. Magic Action of C++ Exception Handling
  2. Using CRectTracker in ScrollView
  3. get Client info within COM server
  4. Rich Edit Ctrl in Property Page always selects entire text
  5. Automatic forwarding of Exchange Mail...
  6. Virtual keys
  7. How do I put a bitmap in the background of an CEdit Control?
  8. Grid/combobox
  9. Project Settings
  10. Global Variables
  11. Tooltips on StatusBar
  12. Number of connection (ODBC)
  13. UNREFERENCED_PARAMETER?
  14. CRecorset: bind result of MAX(...)
  15. Printing a CFormView
  16. c++/MFC function
  17. Connection Points
  18. Services
  19. Using INF to install
  20. How do I check to see if a path(folder) is correct.
  21. MDI window question
  22. How to sto and restart a program automaticaly
  23. Modeless PropertySheet
  24. how to but image on Button.
  25. I want Rich ComboBoxes!
  26. Property Sheet
  27. Hittest ok only on first item
  28. Polling a listening socket
  29. Compiling release mode fails
  30. Socket limitations
  31. Help needed with changing font for text in edit box
  32. Docking window startup as undock
  33. What's the index of Combo box when use CBN_SELCHANGE?
  34. Tracing keys in a edit box
  35. Min and Max windows
  36. Values in Dialog Boxes
  37. How to set default value for edit box?
  38. Group items
  39. stored procedure in vc++
  40. grouping items together
  41. Gloabal objects
  42. NetDDE, COM?
  43. Prn Files
  44. Grouping
  45. Matrix manipulation
  46. question
  47. [HELP] Add file attributes while Saving files
  48. [HELP] Add attributes while Saving files
  49. list box
  50. how do i do modem access
  51. Unregistering an Out-Of-Process Server
  52. My CListCtrl keeps disappearing
  53. OnDraw
  54. VS 6 on NT 4 (pack 5)
  55. Registry NT & 98
  56. Answer: How to Hide Icon/Button from the Taskbar
  57. console app size
  58. CreateProcess woes
  59. serial port
  60. DIALOG BOX APPLICATION (I AM A BEGINNER PLEASE HELP)
  61. Setting focus on a pane in a splitter window
  62. Launch an external app from a button?
  63. Custom cursors disappear on some platforms
  64. Easy way to convert dll to exe ?
  65. how to write sth. to MSWord97?
  66. Current Document
  67. List Control - Coloring - Urgent pls.....
  68. deleting selected items in ListBox
  69. detecting WM_NCHITTEST of child windows
  70. Getting Network Parameters using MFC
  71. How to enable\disable a button at runtime
  72. ISAPI
  73. Changing the background of Dialog at Run Time
  74. MFC control over windows
  75. Display text file in SDI,Want char position in file
  76. jpg, jpeg and gif
  77. Bolding Text in list control
  78. Menu
  79. INTime services
  80. Display Text files in SDI, Need char positions in file
  81. Change CStatic Background Color?
  82. Minimization
  83. Connecting two Databases ?
  84. Context Help For Property Sheet
  85. Runtime values to be save
  86. SNMP programming
  87. Integrating VC++ and VB
  88. Onsize()
  89. MAPI
  90. How many bytes can I post once?
  91. Cannot compact database
  92. CMonthCalCtrl::GetRange
  93. Unbound Data in DBGrind
  94. RichEditCtrl Question
  95. Please Help Help .....
  96. Read/Write on LPT
  97. CListCtrl
  98. Collection Class Problem
  99. SDK: How to check Access Rights
  100. #include "file.c"
  101. How to _inp(), _outp() on 0x1F6, 0x1F7and 0x1F0 under Win95/98
  102. How to use the binary file as resource?
  103. CSQLDirect
  104. SQL6.5 with ASP
  105. list box problem
  106. How to convert m_STRING so I could acces each character individually
  107. list box
  108. To restrict the number of instances of my control
  109. Obtain handle from CBitmap
  110. printing RTF files
  111. path preselection for the dialog 'Save as'-dialog
  112. Usinfg a DLL
  113. C and C++ Dlls
  114. !!!Problem of open database in thread.
  115. VC6 code works on win98 but don't works on win95
  116. Comman execution in VC coding.
  117. server running without clients
  118. Why OnCreate isn´t call in HTML Page?
  119. Pipes & Security
  120. CMC calls
  121. CSliderCtrl
  122. HTML help with VC++ 6??
  123. New Windows Installer with VC++ 6??
  124. Gurus Help ! IRichEditOleCallback!!!
  125. Help With assertion error
  126. VxD
  127. how to trap key on frame
  128. CDaoRecordset - Opening password protected through
  129. Modal and Modeless
  130. Steve Taylor
  131. urgent ! font width not work on print preview
  132. Dialog Box converting from CStrings to float types variables (new at this)
  133. Get data from a CListCtrl
  134. Urgent! Our software development lags due to this bug
  135. Urgent! Our software development lags due to this bug
  136. Simple Horizontal Scrollbar question
  137. Toolbar in a DialogBar
  138. GetDockState vs. SetDockState
  139. fclose Access Violation
  140. ATl New Object
  141. ActiveX and resources
  142. Complex Dialog Box (and MessageBox) problem...
  143. Access Report and VC++
  144. How do I pass variables between 2 dialog windows?
  145. Insert Mode - Reality Check
  146. Bitmaps in the MenuBar
  147. List control
  148. GetMaxPage()
  149. self Delete
  150. Initial Form
  151. Status Dialog Question?
  152. Compacting password protected database
  153. Tooltips in status bar
  154. Advice designing a Knowledgebase App
  155. Namespace help / LNK 2005
  156. CBitMap()
  157. UDP and PROXY
  158. Database + ASP
  159. ListView TopIndex
  160. Desperate problem :Text Field Char 25 Error
  161. HOW TO INSERT AN ACTIVE X CONTROL IN A VIEW ???
  162. | Character in Access Text Field Problem
  163. HOW TO INSERT AN ACTIVE X CONTROL IN A VIEW ???
  164. Urgent Help!
  165. Urgetn Help
  166. STL and MFC
  167. STL and MFC
  168. list control
  169. how to put column header in MSHFlexigrid
  170. STL and MFC
  171. Calling a view from the frame class
  172. TAPI nightmares
  173. pointer problem
  174. Help : link error using __declspec(dllimport)
  175. Print directly to the printer without displaying on the screen
  176. multithread programming
  177. Multiple Insances of DCOM Server
  178. IP Address
  179. Spiltter windows
  180. MFC AcviteX Control drawing problems in IE5
  181. Using the «Property Sheet Wizard »
  182. Calling functions
  183. sample program
  184. Dynamic displays possible?
  185. Getting information on read/write access of a share
  186. Writing values of a variable to the Registry
  187. MDI window main frame background
  188. Application class
  189. URL encoding/Decoding a CString
  190. AfxGetApp()
  191. Changing Control sizes with different Screen Resolution
  192. beginner question
  193. Namespaces, and Linking Errors
  194. Relocate the previous email
  195. CreateFile (SDK)
  196. Display Logo Bitmap
  197. Application's Path
  198. Icons on TabCtrl, problem
  199. Update Opengl display in bottom window when you move window on top.
  200. Animate Control size limit?
  201. beginner
  202. I BET NO ONE CAN ANSWER THIS ONE!
  203. Is it possible to start a program from within another?
  204. help
  205. Send Keys in MFC
  206. Update check
  207. Return errors to VB client
  208. ReBar Border
  209. error loading the library
  210. WHere's the mouse?
  211. How do you create a new MDI child frame when overriding OnFileNew
  212. InternetConnect fail on WindowsCE
  213. How do I create a control group separator
  214. How can I call the variable among dialog?
  215. CListCtrl and its Header
  216. How to mute wav & midi then how to open?
  217. Can I call variable directly among diologs?
  218. javadoc-like tool
  219. mute wav?
  220. No good Microsoft!!!
  221. yes/no button
  222. help, please.
  223. Texture Mapping
  224. Need a list of universities in india
  225. Rich Edit/Text Control
  226. AppInit_DLLs
  227. image processing
  228. Help : A Dynamic splitter in a Static splitter
  229. Database Access using c++
  230. College...
  231. CAsyncSocket????????
  232. How do I set the background color of a class derived from CFrameWnd
  233. friend-relation between template classes
  234. AVI player in low level
  235. Metafile to CBitmap
  236. Printer Spooler Handling !
  237. outlook
  238. [Q]slider control having 2 bar?
  239. Can an object know if it's allocated on heap or auto storage?
  240. How can I get slider control having 2 bar?
  241. Database Programming
  242. toolbar butons
  243. Saving something into a file.
  244. How to Get file's icon?
  245. How to render a EMF to a memory DC?
  246. Convert virtual key to char or CString
  247. TreeCtrl & Directory Listings
  248. Microsoft newsgroup
  249. Connect string with symbol "{"
  250. The change event in a listview