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 982 983 984 985 986 987

  1. How To Set Version Settings in Explorer?
  2. An easy ActiveX question
  3. papersizes of the print job
  4. pContainer->Component[0]->property
  5. Attach Bitmap to Control button???How??
  6. Link Error
  7. failure of _findfirst and _findnext
  8. System Id on NT?
  9. adding hyperlink to an edit control
  10. SHBrowseForFolder to create a directory browse dialog
  11. Implementation of a VIEW for MDIChildFrame
  12. GUI
  13. dialog
  14. Tool bar display
  15. static control
  16. Implementation of a View for a MDI child view
  17. Implementation of a View in a DLL
  18. Implementation of a VIEW (for a MDI CHild Window) in a DLL or so...
  19. Implementation of a VIEW (for MDI Child Window) in a DLL...
  20. Function calls outside class
  21. Web Browser Control
  22. Sending escape sequences to printer
  23. Hook on the event when the CD is inserted
  24. OCX
  25. Printing/previewing my MFC graph control from doc/view
  26. Where can i find VC++ SNMP Programming Reference ?
  27. Adding a new ATL Object
  28. Simple way to detect if networkcard is installed / pressend
  29. How do I control Internet Explorer interactions ?
  30. Why doest this code work?????
  31. Sending E-mail with attached files
  32. Saving files
  33. ADO AddNew problem...
  34. How do I force another window to repaint?
  35. Ip Address
  36. BSTR returned to HTML page URGENT
  37. Problem emailing
  38. CRichEditCtrl & tabs
  39. Font size problem
  40. Calendar...Please help
  41. Parallel port access under Windows
  42. How to create a shortcut on the desktop programatically ?
  43. Display ToolTip while dragging Scrollbar Thumb
  44. How to launch Word7.doc over Button in a MFC-Application
  45. Exam Question in two days..........
  46. Surrogate again
  47. CEditView class
  48. WORD/BYTE
  49. Problems with ListBox: PLEASE HELP!!!
  50. DoDataExchange
  51. RT_DLGINIT
  52. A system wide hook can not work well???
  53. console apps
  54. Printing/preview an MFC control from doc/view
  55. MultiDocTemplate
  56. LoadResource
  57. Window
  58. NamedPipe-why they cause collision when serve an multi-processes client?
  59. Windows Shutdown
  60. CFileDialog
  61. GUI furniture
  62. urgent ..have to create CBreadthSearch need help prolog example programm included
  63. Querying a database by using MFC ODBC and MSQL 6.5
  64. How can I "map a network drive" programmaticly?
  65. Modeless dialog that does NOT stay on top?
  66. Is diskette in drive?
  67. Command Line Argument?
  68. MSG 2 (RTF, HTML, DOC)
  69. Embed objects in RTF?
  70. How do I remove icon from title bar, and space as well --jsu
  71. How do I kill a proccess just knowing its name?
  72. Extract GUID from .ocx, .dll file?
  73. Demo to Full Version
  74. Singleton in a DLL
  75. Yet another interesting problem....Isn't it fun?
  76. ini file usage
  77. Open Dialog
  78. GDI resources lack when using CFormView::OnPaint !
  79. Help with Type libraries
  80. GDI resource lack when using CFormView::OnPaint !
  81. typedef struct and Visual basic
  82. (URGENT) CAB file doesn't install (IE5)
  83. Direct 3d
  84. how do you play a wav file?
  85. PROGRAMMING JOB!
  86. Memory leaks... in MFC ???
  87. How do I get a handle to a buffer created inside a console application ? (a bit urgent)
  88. Initializing values in a list box
  89. CListView Usage
  90. OnPaint() PROBLEM????
  91. OnPaint() PROBLEM???
  92. Modify menuitems
  93. How to put a double[3] to a VARIANT ?
  94. ODBC + NT Service
  95. Floating control bar - need help
  96. FORMVIEW
  97. Garbage characters in the top of File !
  98. How do you display a .MOV File in Vis C?
  99. Rerouting ID_FILE_NEW and ID_FILE_OPEN
  100. CComboBox and CBS_SORT
  101. Save icon
  102. Using SW_SHOWMAXIMIZED with MDI view
  103. Why "Invalid Parameter" for CreateDIBitmap ?
  104. How to printview multiple pages
  105. ATL /RichEdit
  106. NMAKE and vc6
  107. Can Spin Control do floats?
  108. want to count ASP sessions in MFC
  109. how do I know when a thread is completed?
  110. NT Service and Startup configuration
  111. Skinning
  112. quick BSTR copy question
  113. CFile::Read
  114. Making a network capable application
  115. Creating Dynamic Controls
  116. Right-click menu issue
  117. Has anyone written a "Checkframe" class?
  118. CListCtrl
  119. Current Display Mode
  120. GlobalAllocated memory pointer changing??
  121. Drag and drop
  122. how can I change background color of SDI child when using ActiveX controls
  123. MID, Instr, Right, Left Functions?
  124. Creating Resource Symbols Dynamically during Runtime
  125. Popup Menus
  126. How can I create my own design-time custom controls
  127. Overriding DrawItem() in CListView
  128. How do I pass a smart pointer in SendMessage?
  129. Scaling an image using the mouse as a pointer.
  130. Umm...Whats going on with this?
  131. FORGET MY OTHER POST... LEMME KNOW IF IM RIGHT HERE
  132. Windows 3.1 System Info
  133. Frustrated Amateur about to snap. Just Plain Weirdness here.
  134. free resource???
  135. how to load an icon on a button?
  136. Tool Bar in IE
  137. Print:How to get page size?
  138. How To Keep App Out Of The TaskBar
  139. ClistView and CtreeView
  140. find web sites
  141. How do I find all open windows on the screen?
  142. MessageHandler with params?
  143. !!! Let me know any S/W tool to create Device Independent Bitmap !!!
  144. Stopping CHtmlView Drag 'n Drop
  145. Urgent: Creating additional views in a MDI app
  146. Graph
  147. MSFlexGrid Bug?
  148. interaction b/w Applets & ASP
  149. My process starts a console window...
  150. Refreshing a Thread
  151. now what
  152. How to get whole screen area for application.
  153. chars and CStrings and Whitespace...
  154. Database for storing program records
  155. Control Initialization problems
  156. TreeCntrl - Edit Label
  157. Can we Destroy controls from dialog
  158. ODBC Driver
  159. How to hook keys in my com control?
  160. Calling 32bit Dll's from 16bit appl---(Thunk Dll's)
  161. ADO 2.1 redistribution
  162. config ODBC
  163. Menu
  164. CListbox/CListCtrl
  165. Using home made DLL's (argh)
  166. Associating dialog box with a database called from a menu item for display
  167. How to do LAN-wide searching?
  168. Create DDB from an array
  169. Using CeditView class
  170. Sytem Wide Windows Message Hook, HOWTO?????
  171. System Wide Hook, The Last one was from me..
  172. getting parameter
  173. problem with CStatic
  174. Retrieving shared volume information
  175. Help Bitmap
  176. How to use the lParam of CListCtrl LV_ITEM ?
  177. How to load 16-bit DLL in 32-bit App ?
  178. Q:Add new problem
  179. Problems with closing Excel
  180. problem of serialization
  181. DIBs
  182. Multithreaded debugging
  183. creating own contols?
  184. How can I get logical drive's label
  185. Serialization
  186. How to set any font directories to CFontDialog
  187. How to change the height of Header in CListCtrl
  188. How to get control type at run time
  189. How to find out the rights to a share for a user under 95/98/NT
  190. How to play sound when compile finished/error in DevStudio 6?
  191. ObjectARX
  192. NTFS file access privilege
  193. ListCtrl in property page
  194. Serial Communication ( reading problem )
  195. Raising errors - BEGINNER
  196. Pointer to collection interface - Now what?
  197. Get DLL information
  198. ini file creation
  199. Do dbAPI already exist?
  200. Converting CString to int
  201. How do I post data to IE through my ActiveX Control ?
  202. How to add dynamicaly add menu item and use it like internet bookmark in browser
  203. How to detect when we connect to internet
  204. Connect to a FTP Server under DOS?
  205. Menu
  206. Timers, and Time in general
  207. How to get user name and password of loged internet user by rasapi
  208. File Dialog in COM w/ No MFC
  209. 1.#J and 1.#R
  210. registry controlled menu item
  211. SQL Stored Procedures
  212. MFC and Templates
  213. Flat button
  214. ListView Blues
  215. display of childwindow
  216. how to find if a program is already running
  217. Excel sheet in a dialog ctrl
  218. CButton focus
  219. RecordSet Is Readonly-Error
  220. Validation of Data
  221. Why cant I cut from your pages and paste into the editor in VC6++
  222. Fonts condensed while Printing
  223. How to wait until a file is written to disk
  224. I doubt anyone can answer this question
  225. Convert UINT to CString
  226. Pressing Enter in Dialog
  227. For Loop
  228. Default Printing
  229. Sending an email
  230. Class Viewer
  231. CFileDialog filter
  232. When I call ModifyStyle and remove the styles ES_MULTILINE | ES_WANTRETURN it doesn't work
  233. Class View
  234. Building A DLL for MFC and VB
  235. windows NT... Hurry pls
  236. Process created from a NT Service
  237. How to overlay AVI on top of list view?
  238. A kingdom for a pattern!
  239. Threads (Kind Attn: Codegurus)
  240. Class View Bug..!
  241. Scroll Bars on FormView initialization
  242. Problems with calloc
  243. How to get tables names from mdb database using ADO
  244. Scroll bar thickness in VB
  245. Re-paint all controls when dialog box is visible
  246. text to int???
  247. recommendation...
  248. Serialization of CRichEditCtrl
  249. How to fis spliter windows not resizeable and flat
  250. how to add icon to existing sdi menu