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. CListBox Deselect
  2. CFIleDialog Max Selection
  3. How to generate the modem init string by the settings in the control panel ? >>>
  4. Problem: Toolbar not enabled until the user press a click over the view !!!!
  5. MFC menu???
  6. IRC bots
  7. Menu by right mouse click ????
  8. CListBox Numbers
  9. Mixed Sounds
  10. MFC exception handling
  11. Radio Buttons?
  12. SimpleDialog
  13. CListCtrl Sorting
  14. CButton
  15. CDC StretchBlt
  16. Warning: calling DestroyWindow in CWnd::~CWnd; OnDestroy or PostNcDestroy in derived class will not
  17. How to get current harddrive name ?
  18. Reading Text Files Please Help, Guru's
  19. problem to ContinueDebugEvent
  20. Hidden tables in DAO
  21. Windowless controls?? ATL?
  22. Intelligent syntax Editor Like VB
  23. Using an Edit caret
  24. Painting in different colours in List View
  25. How to terminate a thread
  26. VC6.0 and bookmark
  27. CAnimateCtrl Issues
  28. How do I get UserName & UserDomain in my programme?
  29. How to control this ?
  30. Display a bitmap
  31. resize
  32. How do I get the a OnLButton on a GroupBox??
  33. Changing the size of a View dynamic...
  34. CAsyncSocket object can't the connect to work!!
  35. How to use CSemaphore class?
  36. loading Bitmap
  37. How to control button that create on runtime ?
  38. How to control button that create on runtime ?
  39. How to know Get "Cookie" from url..??
  40. Menu problem
  41. Dialog without title bar?
  42. Filling another aplication window fields
  43. Browse button
  44. ActiveX gridctrl
  45. Win32 API - GetPrivateProfileSectionNames (Only ONE Section is showing up???)
  46. String To DATE
  47. A beginner's question,who can help me?
  48. Simple question.. anyone??
  49. Docking tab pages
  50. About LPT
  51. Blending Colours in SDI using OpenGL
  52. How do this
  53. List View Control, How to?
  54. Toolbar: Why this don't works ????
  55. 16 bits compilation
  56. Printing Bitmap
  57. Windows App bar
  58. How do I save a memory DC to a BMP file in Win32?
  59. CR and LF doesn't work!
  60. How to add a checkbox into the CFileDialog (Open File dialog) ??
  61. Beginner
  62. 16 bits compilation - sequel
  63. How to achieve multi-colors in an edit box?
  64. How to find TCP/IP for DOS develop package?
  65. configuring the ports
  66. Page fault error with second instance of property sheet
  67. GetSysColor
  68. Rigth operation on one String but without COPY MEMORY
  69. GDI Ellipse
  70. Links in Dialog Box?
  71. HTML
  72. RAS on Windows '95
  73. COM Programming
  74. .EXE as a COM object server
  75. How can I use Cards.dll?
  76. Modeless dialogs?
  77. Image
  78. accelerators not functioning
  79. Getting Application from Window
  80. Dreaded "F10" override
  81. Use object in 2 applications
  82. ASP & SMTP
  83. Help
  84. Visual ?
  85. Enter to Tab
  86. sending http requests through Sockets
  87. Where's the file contents?
  88. Where can I put an infinite Loop in my CFormview Application
  89. CListCtrl sorting a column
  90. CEdit
  91. Plain old C++ coding
  92. IRQ and I/O addrs. from PCMCIA card
  93. any body have IRC source code or its ocx
  94. job
  95. HTTP Sockets
  96. Add virtual COM ports that concentrate to a single program.
  97. CFormView
  98. Visual language
  99. MFC resource file error
  100. multiple text output to screen
  101. pixels follow on
  102. Some Basic winsock questions.... i really need answers i am "bloody" new ;=)
  103. CListCtrl
  104. DateTime Picker
  105. How to write text on a bitmap to print it?
  106. Function to Get system Font
  107. How do I Query registry and then convert it into a CString?
  108. Add button near the Minimize/Maximize/Close buttons... HOW?
  109. Ad d button near the Minimize/Maximize/Close buttons... HOW?
  110. create\destroy static splitter during runtime .
  111. CString in Console app..
  112. ActiveX control register problem
  113. CString
  114. MFC dll and ASP
  115. Final Internet with Sockets
  116. design patterns
  117. DCOM Security
  118. HTML Help
  119. Tool tips for RECT areas in a dialog
  120. Sound card
  121. Show the FormView
  122. IConnectionPoints
  123. Windows messages
  124. Call StartServiceCtrlDispatcher Failed
  125. BeginWaitCursor(), RestoreWaitCursor() and EndWaitCursor()
  126. call StartServiceCtrlDispather Failed
  127. URGENT : Stop the IIS service !!
  128. What is COM programming?
  129. Enabling Multiline column label
  130. Stay on top
  131. hInstance
  132. Setting Thread Priorities in NT
  133. Maximizing Dialog boxes
  134. RE: How to use ENUM in ActiveX Control Property
  135. Call StartServiceCtrlDispatcher Failed
  136. Help! Compile Error!!
  137. Do I have to de-allocate memory myself when an Object is destroyed ??
  138. How can I hook API calls
  139. MSComm receiving binary data
  140. suggest me
  141. Shared Library path !!!
  142. how to control the lst1 in CFileDialog
  143. Hanged in middle. Please help. ActiveX control Making
  144. Directories
  145. How can I link my DLL to all executables on windows98
  146. Assign IMyFoo *lp to CComObject<CMyFoo> *clp
  147. CreateProcess
  148. How to make Bootable Disk?
  149. AfxMessageBox
  150. windows explorer like appl
  151. Change Font in EditBox
  152. Random___
  153. How to Use "Spin" Control Item??
  154. Something like... _strninc but with CString ?
  155. Where can I find the source from the CString class ?
  156. Modeless-- tiny example but a big headache ! Help !!
  157. MEMORY LEAKS
  158. Are generated CBipmaps reusable ?
  159. Splitter window problem...
  160. output 8-bits on the LPT port
  161. how to use minimized box in propertysheet
  162. how to detect window popping up
  163. How can I load my dll along with user32.dll
  164. What is the standard printer?
  165. AfxMessageBox not comming up in MFC dialog based application.
  166. Call Excel Within DLL
  167. Minimize and Maxmize
  168. Own clipboard format for cut'n'paste
  169. OT : How to implement a DLL in Linux
  170. print
  171. Couldn't use VC6 after installing SP3
  172. Property pages
  173. Disable help compilation
  174. Program that Delete itself
  175. Detection of memory leaks
  176. How can I export many tables from Access Database to a single Text file?
  177. Problem with waveOutReset & waveIn___ functions on NT
  178. Warning: calling DestroyWindow in CWnd::~CWnd; OnDestroy or PostNcDestroy in derived class will not
  179. CHtmlView
  180. How to overload operator "=" for CDialog ?
  181. DEVMODE - dmDeviceName
  182. CListCtrl
  183. HypeView Studio Package From Dundas
  184. Shell Execute and pipes
  185. Sorting Files
  186. Console App and changing font size
  187. COM and WIN32
  188. ADO Extensions using VC++
  189. DoubleClick Event
  190. linking MFC as a static LIB that linking it as shared DLL
  191. Why ????
  192. content type in ISAPI filter
  193. content type in ISAPI filter
  194. CArchive problem---Object version number
  195. How change the color of a pen?
  196. EXE-Files into different directory
  197. Building an ActiveX Control Project by linking MFC as a static LIB
  198. Need Help with WSARecv function of WinSock 2
  199. Rotating Bitmap/Text/Printer Problem
  200. Any expert on Text Editor?
  201. how can i do it??? urgent.
  202. ADO Connection
  203. URGENT!!! Ethernet Sniffer Analyzer
  204. Need help with Oracle
  205. Titlerow in Listbox of a ComboBox
  206. m_lpDispatch
  207. Document list in a menu
  208. I do I use ODBC over FTP protocol ?
  209. VC++ Q,Urgent!!
  210. stdafx.sbr file?
  211. What type of Dialog box am I thinking of?
  212. CListBox - more than one column?
  213. CArchive - .ReadObject
  214. CBitmap
  215. dialog boxes (CDialog)
  216. ActiveX Controls
  217. ToolTip Problem
  218. URGENT!! Link error MSDIS100.DLL
  219. subclassing nonchild windows w/out hooks
  220. array size errors
  221. Problems with Oracle BLOB
  222. Reading from Parallel Port
  223. Export makefile by command line
  224. OnDraw call
  225. how to launch install dialup networking dialog
  226. Pixels from bitmap
  227. Want window color Gray (Urgent)
  228. CListCtrl
  229. Data Aquistion/Analog to digital
  230. CListCtrl (2)
  231. Check mark on Flex Grid
  232. Property sheet OK button
  233. Installing ActiveX controls
  234. "printing problem"
  235. " how to create a toolbar for displaying characters"
  236. LOGFONT
  237. AVI file info
  238. ListCtrl - IconView - multiline display
  239. Com
  240. Need some help with OnCtlColor please...
  241. Toolbar in VC5.0
  242. How to change a double into a CString
  243. Help!! File I/O question
  244. Shutdown NT or Win98
  245. Load a different form in CFormView at run time
  246. Need a DevStudio-like Output window.
  247. Enter Key isn't sending either OnChar or OnKeyDown events on an CEdit Ctrl
  248. How to get the names of the running applikations in windows(WinNT) ?
  249. Database Grids
  250. Specifying a path above the current folder