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. Minimising On Idle
  2. depreciation
  3. z order and active view
  4. Need a better Beep()
  5. HELP!!! Process handle
  6. HELP!!! Process handle
  7. Making ActiveX IE5 Safe
  8. Const Variables
  9. MFC on Unix
  10. CCheckListBox
  11. Disappearing MDB?
  12. MSChart, obtaining enums
  13. Setting top index in CListCtrl
  14. Writing a DLL to modify an .mdb file
  15. SHUTDOWN THE SYSTEM
  16. SAP R/3 BAPI Tool
  17. File search crashing
  18. HOW TO AVOID FLICKERING???
  19. Bitmpa/Icon on button without using MFC CButton
  20. Code for 8 Queens
  21. how to display jpeg files in windows program?
  22. Owner Drawn Menus
  23. Char* to CString
  24. default on OwnerDraw button??
  25. CEditView Help
  26. Playing MPEG within MCIWnd
  27. #define WIN32_LEAN_AND_MEAN
  28. Getting a handle to the scoll bars in a CListCtrl
  29. Subject MAPI client (and still going...this is not an ENERGIZER ad)
  30. MAPI client (and still going...this is not an ENERGIZER ad)
  31. HitTest for Dialog with Mouse
  32. Using registry
  33. AfxBeginThread question
  34. Changing of Focus in List-Box
  35. Restraining MDI window to a Splitter Wnd Segment
  36. Modifying MDI menu bar on the fly
  37. [Q] In Unix Socket Programming....
  38. m_pCtrlSite Errors
  39. What's the difference between execution using CTRL+F5 and using double click of execution file on wi
  40. How Can I Get Remote PC share Disk information by use TCP/IP?
  41. Get Remote PC Share Disk by TCP/IP?
  42. MFC MDI bitmaps
  43. Process It's VERY VERY URGENT HELP ME OUT
  44. MESSAGE LOOP OOPS!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  45. Bitmap in Dialog
  46. Wha is msvcp50.dll ?
  47. need 2 function
  48. Icons in ALT+TAB dialog - HELP
  49. MMC programming
  50. MMC programming
  51. Simple conversion question
  52. TAPI Fax
  53. CEdit-Control, what is the last message before painting ?
  54. I have a question an anyone want to help me ....
  55. Problem with SetWindowRgn
  56. Playing Video Data From Memory In Video Conferencing
  57. App always come up underneath explorer.
  58. Close and Destory event handling
  59. How to inherit CString class
  60. Partial Subclassing?
  61. Problem: URLTree Control on IE4
  62. Time and string combination
  63. Double-clicking data file and App loading it?
  64. SetDlgItemText, SetDlgItemInt but for float values
  65. Plugin
  66. Thanks ric for your help on data truncated problem
  67. How To Read From BMP file and display
  68. how to change the default printer
  69. Windows95 Startup......
  70. CSocket and Receive
  71. Image
  72. serialization upgrade from 16bit to 32bit
  73. Message ON_COMMAND in toolbar
  74. Removing 'Untitled' from Titlebar
  75. HOWTO define a Array Collection
  76. Windows z-order
  77. How to control consecutive curve?
  78. MAPI client (and still going... this is not an ENERGIZER ad)
  79. Windows z-order (the last one wasn't finished!)
  80. Changing the color of a RadioButton?
  81. ComboBox problem?
  82. CRecordsSet and Oracle server
  83. Problems with Chat
  84. How to Set Text color on a property sheet? URGENT pls
  85. ADO Recordset.Find
  86. how to access the member variables in CMainFrame
  87. WM_PAINT message
  88. Use a dll from another dll?
  89. DAO in ActiveX...PROBLEMS...HELP !!!
  90. DAO in DLL (or OCX) ... PROBLEMS ... HELP !!!
  91. Property Page
  92. HowTo declare a array???
  93. Display from a thread within a DLL
  94. Dialog resource language
  95. COM
  96. domain name
  97. Explorer appl
  98. INI and registry
  99. HOWTO: Get the URL of IE and NC
  100. periodical function calling.
  101. Control color
  102. Beginner: Focus to Control in modal Dialog
  103. How to change the color of control on a dialog box
  104. How to change the color of control on a dialog box
  105. Docking Dialog Window?
  106. Getting the IP address froma dial-up connection: how can I do it?
  107. VxD AGAIN!!!!!!!!!!!!
  108. We are looking for and posting free VC++ sources on our site
  109. Set window z-position
  110. OpenGL illegal instruction
  111. Custom Page Setup
  112. Urgent!!! Please let me know how to print using application
  113. Dialog Box called by a Combobox
  114. VXD HELP??????????
  115. Thread
  116. To always make the form as the parent of my Activex control
  117. How to share serial port in DLL?
  118. Help with popup menu
  119. Toolbar problem
  120. ODBC, OLE DB, ADO performance comparision
  121. Converting Strings
  122. Converting Strings
  123. Modem disconnection
  124. StartDoc works in Debug but fails in Release
  125. TextField
  126. Microsoft Communications Control...
  127. Active Document, Only one application Instance
  128. batch updates with ODBC
  129. cache disk writes
  130. DirectX - CreateClassEnumerator()
  131. Display corrupted
  132. VC++6.0 Custom Draw - changing font of treeview items
  133. Help! LIB Conflicts
  134. COleVariant to CByteArray conversion
  135. Undocumented windows function
  136. tabstop at not checked checkbox
  137. BMP/ICON on button without using MFC
  138. COM Port
  139. Serial Communication
  140. How to get DUN version?
  141. How to change background color
  142. how to change background color of window created with createwindowEx
  143. Maximum Number of MDI Windows
  144. Explorer Add-in (shell)
  145. combo boxes
  146. ODBC and Access Database
  147. ansi c header file
  148. Autoexp.dat, templates
  149. What is the reason to cause this error Message when using CDaoRecordset ?
  150. Active X loading problem
  151. logical coordinate question
  152. Hmmmmm, Icons anyone?
  153. FlexGrid AutoSort Problem
  154. Dragging Items to Rearrange Rows - Wayne Berthin
  155. Dismiss Window
  156. Binding Picture to Database
  157. Virtual Keys for command buttons
  158. How to disable the close button on the title bar of a window?
  159. ActiveX Request
  160. Changing Dialogs resources on the fly
  161. Dialog Bars
  162. hot keys
  163. Traversing a cListCtrl
  164. advanced wizard
  165. Dialog DAO Application
  166. How can I drag a "CTreeView"-Item to another CTreeView?
  167. cursor
  168. Enable/Disable Buttons
  169. VC++ Macro Problem
  170. default mail program
  171. Help PLEASE! Task Manager Manipulation
  172. handling new line on owner draw button
  173. Stored Procedures
  174. Find the OS
  175. CPropertyPage
  176. TreeView Control
  177. Menu Control
  178. Memory
  179. Toolbar and the Description of the items
  180. drag & drop
  181. Changing Languages
  182. another thread question
  183. Adding function
  184. How to draw custom window caption?
  185. ActiveX and MSComm...
  186. Live Video
  187. Posting messages between two applications
  188. header file graph.h
  189. Propertysheet button
  190. Setting system-wide hook: same DLL, multiple apps?
  191. OpenGL and Text
  192. Member variables in your Doc
  193. Reaction to Enter Key
  194. CEdit Ctrl color change
  195. Problem using flat scroll bars
  196. CEdit Ctrl color change
  197. PLZ Help! Desktop System Menu
  198. ModifyStyleEx on a DialogBox
  199. Generating a random number within a specified range
  200. Modeless Dialog Freezes
  201. UINT to Char
  202. Application Icons
  203. How to get dialog
  204. How to get save as file dialog
  205. Generating proxy/stub for third party server
  206. Give me a sample
  207. Sockets / IoCompPorts
  208. How to enter line
  209. [Q:] Subclassing a window in different process
  210. Where is AfxSocketInit()?
  211. Wave Data Format
  212. #pragma pack directive?
  213. Automation
  214. How to get column names at runtime
  215. FormatMessage()-Urgent
  216. How I to shutdown Windows from MFC App?
  217. MAPI client (and still going... this is not an ENERGIZER ad)
  218. MS MaskEdit ctrl
  219. Date Time picker
  220. How to make the CPropertyPage scrollable or insert CFormView into a PropertyPage
  221. Keyboard Hook only works the first time
  222. Easy question: Namespaces
  223. BrowseForFolder
  224. Moving a dialog from one project to the other
  225. Line, Column in CEditView
  226. Get System Icons
  227. Microsoft C600 - Serial Port
  228. VC++ Browse Info File (.BSC)
  229. HELP!! Still not able to eradicate the Title Bar!!!
  230. Changing font of item
  231. How does it work?...URGENT!!!
  232. About COleDateTime class read in file
  233. Passing an integer-array to a VB-client
  234. Oracle ODBC breaks when used by an NT service
  235. Urgent!!!! SDK sockets... Any way to implement Call back function??????
  236. Add C++ files in an Appl
  237. IntelliMouse bug?
  238. ATL- ActiveX
  239. Changing System Time
  240. how can i disable the X which is at the right corner of the window?
  241. How can I change font of an editbox
  242. COleDateTime Format
  243. Using button to trigger text in different property pages
  244. CListCtrl and Win98
  245. Creating setup.exe
  246. Problem with icons in ALT+TAB dialog
  247. use of streams...
  248. How can I debug a visual studio addin?
  249. What is exactly meant by void*& ?
  250. network comms using casyncsocket, Receive problem