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

  1. Print a bitmap
  2. DoModal()???
  3. Single instance application
  4. Dialog behaviour
  5. I have VC++ 4.0, how to get 4.2?
  6. Detecting a process
  7. MainFrame Resizing
  8. But ICB is partially right
  9. Assertion Error While Creating MDI Window
  10. PropertySheet: How to make the apply button work
  11. Programmatically created buttons & strings
  12. Visual C++ 1.52
  13. Source for drawing prog. so I can build VML editor
  14. Fonts and the CDC
  15. Fonts and the CDC
  16. Re: Toolbar in modal dialog
  17. Re: Strange, Strange debugger behavior...break points on blank/commented out lines?
  18. Re: InetIsOffline()
  19. Re: where is InstallShield on vc6?
  20. Re: One method- Use CSocket wiht Client and Server
  21. Re: One method- Use CSocket wiht Client and Server
  22. Re: Memory Mapped Files and heaps.
  23. Re: CreateThread ---- BIG problem - URGENT
  24. SetPixel()
  25. Watch elements of CArray during debugging
  26. Dblclk Listbox; move item to other listbox
  27. ISBN Program
  28. Get app handle using window name?
  29. Using MSComm control
  30. Is anyone woring VC++ and Java professionally?
  31. Who use parallel port in ECP mode in C++?
  32. Re: Pompous Propellerheadism?
  33. Re: AfxMessageBox without sound
  34. Problem using MM_HIMETRIC mapping mode
  35. Re: Cool Menus, tooltips
  36. Apology
  37. URGENT: datagrid control text wrap
  38. Messages to a bitmap
  39. Messages to a bitmap
  40. Thanks guys!
  41. Re: CTreeCtrl
  42. Whoa, whoa, whoa ...
  43. Re: Keeping the dialog on top of all other windows
  44. pros/cons of VB & Visual C++
  45. Re: Font on Button
  46. who know how to get the user who connect my share folder
  47. Crystal reporting in visual c++
  48. Modeless Dialog in Multiple DLL'S
  49. Modeless Dialog in Multiple DLL'S
  50. C++ programming
  51. How to solve the long filename/path in ListBox?
  52. Re: How to add a link to my program to the popup menu of a mouse right click?
  53. Re: Centering a view?
  54. Always NULL in EditBox by SPY++
  55. Re: CWnd::ScreenToClient()
  56. How to Use Accelerators as Button Clicks
  57. updating my CEdit control
  58. How to read file in VC++6.0
  59. Re: How to get CListCtrl clicked item information !!
  60. assertion error when creating an mdi window
  61. How to get a invisible ocx's parent in its runtime ?
  62. How to Disable Alt F4 Acceletartor Key when i disable CANCEL Button in MFC Dialog Based application
  63. ChartFX 2.0 ActiveX Control problem
  64. How to create a view minimized?
  65. Using GetCurrentDirectory() and SetCurrentDirectory() can't get Long pathname and Long filename,How
  66. Re: provented message handler From CEditView
  67. Task bar icon
  68. Re: Controls subclassing
  69. Re: How to get CListCtrl clicked item information !!
  70. Re: Offer help...
  71. Re: CFileDialog
  72. Re: A simple (hopefully) CFile question...
  73. Disable first window in MDI app.
  74. Re: Now, the new virus called Melisa exists.
  75. Re: What if I don't have a specific URL?
  76. How to invoke avi player
  77. How Netscape Running detect ?
  78. Re: How do I use IPictureDisp in ATL?
  79. Re: How do I use IPictureDisp in ATL?
  80. Re: How to get the word count from a CRichEditCtrl?
  81. Problem with combo box and SelEndOk Event...
  82. Re: Setting images in a CListCtrl...?! Please help !
  83. Re: Exchanging data between NT services
  84. The bitmap??
  85. Doc to view?
  86. Get all file from a directory
  87. Dialogue Box to change Directory
  88. URGENT: Setting Property Page Edit Control Value
  89. move tooltip to another position
  90. HELP....using ExtTextOut in VC++
  91. ATL Problem
  92. Current username on NT?
  93. A dialog with control style in a dialog in a dialog crashes
  94. How to know that a password is valid?
  95. Listview control - Please help me !!!
  96. re-writing the COleInsertDialog class
  97. DAO asserts in a DLL's ExitInstance()
  98. PropertyPages disappearing
  99. ListBox with variable width columns
  100. Re: Urgent!!!! - TAPI - Recognising the number of lines installed throu TAPI
  101. Re: Urgent!!!! - TAPI - Recognising the number of lines installed throu TAPI
  102. control Bitmap?
  103. Urgent Help Me!!!
  104. Capturing the Client Area Of a Window...
  105. Re: Visual C++ problem
  106. Re: Strange, Strange debugger behavior...break points on blank/commented out lines?
  107. Move get pointer in ifstream
  108. DLL listings
  109. Modifying Pushbuttons
  110. Implementing non-blocking sockets
  111. how to use WSAAsynselct in console applications
  112. CRichEditCtrl - How to Scroll to a line
  113. Need Help with Modeless dialog inside COM inproc server
  114. put a background pattern
  115. App crashing on exit in release mode not in debug
  116. SHGetFileInfo BUG
  117. Re: Launch unregistered programs
  118. Focus problem
  119. CListCtr
  120. CListCtr
  121. How to display an INCLINED (TILTED) TEXT in a view
  122. Re: Menu templates
  123. How to test for network availability prior to CFtpConnection?
  124. C++, VB ActiveX and VARIANT's
  125. How to display a minimized MDIChild as large icon
  126. Re: Is there a project option for naming a lib?
  127. Editable CComboBox, One String is "123456", then the user modifes to "1234", and
  128. Re: Visual C++ Question
  129. Re: Heaps
  130. Simple Printing question
  131. CComboBox OnDropDown, how can I cancel the operation...
  132. Re: Change user login in NT!
  133. Re: CTreeCtrl is very slow
  134. ActiveX
  135. MAC-number of network card
  136. How to Get System info....
  137. Where can I find the codes for getch()?
  138. Update views from an worker thread
  139. CreateObject
  140. Re: modeless Dialog
  141. Re: ftp..need more details
  142. Taborder for dynamic created controls
  143. Child Frame window does not follow mouse while dragging.
  144. VC6"s problem
  145. C++ Coding Help Me
  146. Dialogbar and message reflection
  147. Capture a window to a bitmap
  148. Re: Visual C++ Question
  149. meta classes
  150. Re: How to get the word count from a CRichEditCtrl?
  151. Can I know whether a specified application is active in memory??
  152. Desactivate keyboard and mouse input
  153. Re: Irritating error message in VC++ 6.0 help
  154. OnAppExit()
  155. How to get the "adjusted" LOGFONT info after a CreatFont(Indirect) call?
  156. Fitting paths into static text area
  157. Resource Localization Toolkit, problems with OCX controls
  158. Is there as easy way to handle Button Pushed events??
  159. Problem with changing color of Static box
  160. How to set up SetWindowsHookEx() to hook keyboard inputs?
  161. Context Menus
  162. Urgent: I need help with text on bitmaps
  163. need help desparate
  164. CEdit or CListCtrl do not display text
  165. How can I create ActiveX controls dynamically?
  166. Making a call from MS Access
  167. ISAPI communication
  168. CInternetFile Write problem
  169. Q: Accessing CD-ROM without prompt?
  170. How to create VB program for e-mail?
  171. handle (or pointer even) to minimize btn et al
  172. How can I display Animated Gifs?
  173. need an algorithm
  174. setting Tabulators
  175. Classes from a DLL
  176. Status Bar on a CDialog
  177. How to save browser path in the dialog
  178. CTreeCtrl::DeleteItem() -> delete's children?
  179. Re: STL and memory-mapped files
  180. (Urgent) how to run dll files
  181. (Urgent):"find" and "format" diaog boxes
  182. strftime(), localtime() & _ftime() MAX and Min range
  183. Context menu question
  184. Accelerators
  185. How to know the maximum zoom level on a bitmap file?
  186. Re: CFileDialog - beginning in non-filesystem location
  187. How to make an internet connection ?
  188. Handling jpgs...
  189. how to using BROWSEINFO AND ITENIDLIST
  190. Recordset
  191. Re: Multithreaded CAsyncSocket::OnReceive()
  192. Need a splitter like windows exporer
  193. How to add a picture in CImageList1(ActiveX control)?
  194. Re: What assert is it?
  195. C++ dll used by VB
  196. Reading Client Area -> who on earth can help
  197. Oh Please get me out of trouble please
  198. Link error when compiling with _UNICODE
  199. Clipboard
  200. Toolbar
  201. Please Answer This Code Gurus.
  202. Re: Can I maximize only one view on a document?
  203. How do you draw a transparent hatch brush in NT4?
  204. How are skins in Winamp implemented?
  205. Screen Saver
  206. how to resize the thumbrect in a slider-ctrl
  207. CMSFlexGrid Help!!
  208. Sending a string out port 1
  209. How to get an invisible ocx 's parent in runtime?
  210. circular references
  211. circular references
  212. getting page size information
  213. The stack, AfxLoadLib and HWnd?
  214. The stack, AfxLoadLib and HWnd?
  215. Listbox item tooltip in Combobox
  216. Restart a computer
  217. Requesting help for error LNK2001
  218. Re: You misunderstood it
  219. VB Calendar
  220. CMDIFrameWnd::OnCreate(lpCreateStruct) causing trouble while creating mdi with menu
  221. I want a thinner pen width, How?
  222. Re: X-Windows and Motif learning material
  223. Re: Blue line border around dialog resources in dialog editor has disappeared!
  224. Passing events to a directory listing
  225. Passing events to a directory listing
  226. Help me in Tool Tips
  227. Help me in Tool Tips
  228. Running Applications on a Different Machine
  229. NT Sevice
  230. How to load strings ....
  231. Limit Size of a pane in a splitterwindow
  232. show a message box without waiting for any user-action
  233. VC++ use OCX done on VB
  234. system programming
  235. Using an ocx in a 16bit program
  236. Screen Saver-Password protection
  237. Add/Remove Programs
  238. Program crash when i call recv() function in release mode not in debug.
  239. *** Please tell me how to get an invisible ocx's parent in VC++,it's important to me.Thanks lot.
  240. How to create the database for Personal Inventory System
  241. trouble in executing mfc in vs6.0
  242. How to install unix and windows in standalone system
  243. CArchive question
  244. ActiveX guru, What is the event that is generated when a user switches from one tab to another on a
  245. Linked List
  246. How to paint a CDialog - object without calling DoModal?
  247. Re: Monitoring Dailup Connection just like ICQ
  248. GetMousePos
  249. mfc
  250. Urgent Printing Help!!