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. Urgent !! ItemIDLists and Shell Objects
  2. how to display a shortcut menu same as VC6?
  3. Urgent!!! unknown Unhandled exception...pl. help
  4. CSocket and NT-Service
  5. edit control and popup menus
  6. Class identifier
  7. DHTML Controls don't work on IE 5 ?!
  8. Protecting EXE/DLL's
  9. Passing template class object as parameters
  10. CInternetSession OnStatusCallback, usage
  11. How to call BASIC function from MDB ?
  12. Font with Symbole Charset in CRichEditCtrl
  13. CRichEditCtrl
  14. CFileDialog, give my child (controls) a chance. How to please !
  15. MFC Toolbars
  16. JPEG Resizing/Resampling
  17. Sending WM_PRINT message
  18. Determine if computer is connected to the internet
  19. How to get background
  20. Lotus Notes C++ API
  21. DevStudio generated ActiveX Wrapper classes
  22. Accessing CView controls from worker thread
  23. CEdit and CStatic within an ActiveX control
  24. How to display printer/keyboard properties?
  25. Intersting problem in sending and receiving messages in threads
  26. General
  27. CSocket Problem.
  28. rotating controls
  29. CDBVariant Help
  30. char arrays
  31. why
  32. WRITE A PROGRAM
  33. Size of ToolBar docking area.
  34. First-chance Exceptions
  35. Directx installation
  36. How to change font in ListCtrl
  37. Does codeguru offer anything for Parallel Port?
  38. Data communication between two dialogs
  39. Managing Workspaces
  40. Dial Up Networking
  41. MFC drawing capability and OpenGL
  42. Implementing Multiple Out going interfaces
  43. ADO Recordset Update
  44. HOW CAN I GET NEWTORK WORK-GROUP
  45. Active X Webcontrol
  46. Splitter MainFrame?
  47. zikacj - DLL help file option for programmer's who forget - like me?
  48. Help with Hardware interfacing with parallel port
  49. TGIUL95.DRV stack dump
  50. Sleep or SleepEx
  51. Why my CView derived class can't register COleDropTarget?
  52. Resources in .Lib files
  53. buttons on window tittle bar
  54. Word can't edit my WMF's
  55. How does one detect if an ActiveX control is installed?
  56. ADO
  57. What's in those objects ?
  58. Pause?? Timmer?
  59. WM_LBUTTONUP outside the client's area
  60. VARIANT types
  61. HELP Overriding URL resolution (data access) in WebBrowser Control
  62. Getting Name of Video Adapter
  63. How to make modeless dialog NOT the topmost?
  64. HELP!!!:How can I accuire IDispatch
  65. HELP!!!:How can I accuire IDispatch
  66. DOS fonts in Windows program
  67. How to make a modal dialog temporarily go away
  68. SetMenuItemBitmaps
  69. How to hide window(dialog) from TaskBar
  70. CView Alway on top
  71. Catching keyboard messages globally
  72. Extracting from strring
  73. Use Shell_NotifyIcom
  74. How do I use a "dynamic" tool tip in a CView?
  75. Need Help Customizing CFileDialog
  76. Splitter and Property Sheets?
  77. Why my CView derived class can't register a COleDropTarget?
  78. Printer Status - How to Convert ID to Text?
  79. Handling lengthy text for a Dialog Box
  80. Bitmap
  81. Changing MFC Application Name
  82. RichEdit control GDI32.DLL Violation?
  83. killing threads
  84. Using CFontDialog to change font on CRichEditCtrl
  85. Static Text Color
  86. Few questions
  87. Ordinals?
  88. Win95 or NT?! (how to find out!)
  89. IsConnected ?
  90. Help me to import function from .EXE to DLL
  91. few questions
  92. treeview
  93. Simple as hell
  94. Converting RTF files to ASCII text
  95. Guru Help: CCrystalEdit in CControlBar
  96. Simple question
  97. How to map logical address to phisical address
  98. tooltip multiline
  99. Combobox
  100. Steps to create a custom control with scrollable property?
  101. zikacj - Help with MFC editor high performance design
  102. Mouse pointer is invisible
  103. Mail Server Ip
  104. Retrieve mail server IP
  105. How to put the top view to bottom in OnOpenDocument()
  106. knowing when user select OK in modal dialog box
  107. Is there a way to specify a path with static DLL loading?
  108. How can I register an exe server remotely
  109. Uploading a File using a Progress Dialog
  110. help! nagging CListCtrl details...
  111. How to Change DialogBox Title?
  112. CString: size, new line char
  113. ActiveX control properties
  114. How to convert COldDateTime to CTime
  115. How to change the title of SDI project
  116. Unmovable Splitter
  117. C++ Scheduler
  118. MFC ASSERT in OnGetCheckPosition() for CCheckListBox
  119. Posting Messages
  120. ASP
  121. How can I get the WM_LBUTTONUP message in the CListCtrl in a Dialog?
  122. Browser Performance Monitoring
  123. Scheduling a monthly task
  124. Project Language
  125. Modeless Dialog Construction
  126. View comes up in NT but not 95
  127. LVBKIMAGE and Resource File Bitmaps
  128. winlogon and msgina.dll
  129. Query on memory allocation using new operator
  130. Mouse Leave Event
  131. Combo Box
  132. Licensing ActiveX Controls
  133. help with recv()'ing
  134. Licensing dynamically created ActiveX
  135. Round/Oval Dialog boxes
  136. How do i start default browser?
  137. Hiding task from Windows NT Task Manager
  138. ActiveX-Container-extended propertires
  139. Windows Standard Context Menu
  140. CListCtrl and OnEraseBkgnd()
  141. NETFUNCTION??? HELP!!!!!! URGENT!!!!!!
  142. Q: Minimize dialog aplication.
  143. CRecordset probelem
  144. HELP !!! Tree controls (dynamic)
  145. Please ! How to limit an activex server to a single instance
  146. CCriticalSection
  147. I need dbgrid.ocx
  148. COleDateTime
  149. Delayed loading of DLL in VC 6
  150. Console-Hwnd
  151. Active server pages
  152. [ADO] Error on LongVarChar
  153. bad_alloc
  154. Binary Tree View
  155. Disabling 'CLOSE' button
  156. Word 97 files.
  157. VC6.0: Need CPropertySheet that still works under Win95 (comctl32.dll < 4.70)
  158. passing allocated string from a DLL to an application.
  159. [ADO] How to retrieve TEXT fields from SQL
  160. Can't close connection properly after CInternetFile::WriteString
  161. API for Playing MPEG files?
  162. Java
  163. Surrogate
  164. Urgent problem,How to develop a grid ActiveX control?
  165. Control Variables
  166. GetFtpConnection
  167. How to use DB grid control?
  168. JPG's rotating
  169. Help! 'x' box at top right of window
  170. Array or file or ??
  171. transaction handling in multiple running instances
  172. Vertical button labels
  173. Recognize MFC Base Class in a DLL
  174. How to fix template ambiguity
  175. ctabCtrl & multiline
  176. Q: How to do a simple animation with backbuffer
  177. RPC and ActiveX Control
  178. Please Help! ItemIDLists
  179. Urgent,VB
  180. Trouble with RichEdit
  181. Moving to next field on <RETURN>
  182. Desperate for help-file processing
  183. create varying number of file
  184. Adding headers to my project
  185. Winsock problem!
  186. Simulating MDI, or MDI on an SDI-like background
  187. How can I pass my whole session
  188. Can anyone recomend some sample source sode??
  189. How to modify size of a dialog based application?
  190. Executable Path
  191. MFC Toolbars (2)
  192. Exception-Handling crashed in RELEASE app
  193. What is the difference between CTime and COleDateTime
  194. Access 2000/Locking
  195. Owner Draw Fixed ListCtrl
  196. FAX API for NT?
  197. Changing cursor in activex control
  198. Finding proxy settings programmatically
  199. Lum from RGB?
  200. System Tray Icon Question
  201. How to minimize DOS windows
  202. How to create files in case of Multilingual Users..? Urgent
  203. RasDial vs RasDialDlg
  204. OK button text
  205. Automation Problem...
  206. Creating an address book
  207. How do I hide tabs in CPropertySheet?
  208. Why can't my DCOM Server cannot access the registry?
  209. Help! Bitmap on buttons and CArray
  210. close a textfile and save it without the save file dialog andi might change the view but when i clos
  211. [ADO] How to retrieve adLongVarChar typed filed of recordset?
  212. MFC and Automation
  213. Need help getting text from edit box into client area
  214. popup Toolbar problem!
  215. [COM] If memory allocated by malloc() don't freed?
  216. Password question
  217. Detecting email on server
  218. Where I can find a control that display the digital signal waveform??
  219. Visual C++ I/O
  220. BAR Charts
  221. Using Multiple Database Tables
  222. implementation of re-do, un-do
  223. playing AVI movie at help
  224. FINDING FILE IN A DOMAIN
  225. m_floatValue = m_nValue * 0.5 >> Warning!
  226. VC++
  227. WinInet API question
  228. List Control Selection Processing
  229. Sending ON_UPDATE_COMMAND_UI to child windows
  230. PERFECT NUMBERS ???
  231. multithreaded server
  232. How to change the background color??
  233. How can I control Child Window in MDI
  234. How do i change the background color of a window
  235. Is there a class of list struct?
  236. how can I change my main window's title
  237. Getting EXE and PATH names at runtime
  238. Printer Selection without the Printer Dialog in OnPreparePrinting
  239. Q:Windows Explorer Context Menu in An ActiveX control
  240. Text File:
  241. Alphabet soup
  242. Redirect standard output of child process to a MFC window ?
  243. TTY window with MFC
  244. mouse over a pushbutton
  245. CSocket
  246. Odd Problem with CRegKey
  247. Confused !!!!
  248. COM calling COM
  249. Key Events in a FormView
  250. CtabCtrl images