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. ImageList Manipulation
  2. CToolBarCtl::SetButtonInfo
  3. making a dialog popup
  4. How do I get a list of files in a certain directory?
  5. Tab Characters in ascii
  6. To make the dialog as bmp
  7. seekg function for file stream
  8. CEdit for ranges....
  9. Accessing the registry
  10. SendMessage
  11. Removing Items From A Combo Box
  12. MSComm
  13. Load resource HTML
  14. ATL Tree Control
  15. How to access an ATL Object marked as appobject?
  16. print large bitmap or DIB
  17. Computername and Workgroup?
  18. Max OpenFiles?
  19. Disabling tool bar buttons?
  20. data mapping
  21. A gaming engine
  22. how can I switch to a different mdi view by clicking a push button
  23. Exeption !!!!!!!
  24. SelectObject() & mem dc stuff
  25. send/recv time out
  26. NT Service
  27. Objective Chart
  28. Vxd arcs exeption.
  29. ActiveX control problem with Release build
  30. How to remove the title bar for CMDIFrameWnd?
  31. 'Select from Table' Error
  32. network management
  33. Urgent: ATL Drag and Drop
  34. [HELP] how to add toolbar button in IE5.0?
  35. Where are the Toolbar buttons in IE5.0?
  36. Getting the Desktop Folder
  37. Excel and DDE
  38. Having some problems with MSDN.
  39. Problem with CDaorecordset.AddNew();
  40. ATL MultiThreading
  41. [HELP] GIF(JPEG) <--> BMP
  42. OLEDB & CDBErrorInfo
  43. About Visual Studio 6.0 Enterprise edition installation
  44. HELP! Printing problem with PS_DOT style
  45. Context menu trying to disable options...
  46. Modem Programming
  47. Vc++
  48. file transfer
  49. About Visual Studio 6.0 Enterprise edition SP3 installation
  50. How can I use ports from NT
  51. OpenGL and accelerators
  52. bstrcmp
  53. How to detect whether a PC is on-line
  54. More About CByteArray
  55. SetTimer
  56. Timer in a COM Server
  57. Generating help file
  58. CInternetSession
  59. How do I replace ICON in listview?
  60. How to make read/save file fast?
  61. What's the difference between strcpy and StrCpy?
  62. help with parallel port! (please)
  63. URGENT: NT Service
  64. Array (How to...initialize)
  65. Urgent!! please Help!
  66. New Development Site For Winamp Style GUI
  67. Dialog controls. Where do first resizing at runtime?
  68. Help!Help!
  69. Help!Read/Write File!ŁĄ
  70. CArchiveEx class problem
  71. Background bitmap in CRichEdit?
  72. regsvr32 problem
  73. CC on UNIX
  74. How to get modem IP address
  75. DCOM
  76. CChildFrame
  77. Use key "enter"
  78. function declaration.
  79. Automation client does not get repainted
  80. Problem in GetCurrentDirectory( )
  81. How make an "Enter / Return " key work with the item selected in listview control.
  82. Adding Combo to Toolbar
  83. Using DIV tag in DHTML
  84. ODBC
  85. Recording volume
  86. read only
  87. Dialup connection speed detection
  88. How to declare function?
  89. Combo Boxes
  90. Because noone haven't had time to reply this message it's here again.
  91. ICON's in CImageList ???
  92. ListView
  93. CCheckListBox
  94. Picture
  95. CListCtrl and LVS_EX_TRACKSELECT
  96. How can my list box capture the SHIFT button?
  97. How do I make an edit window.
  98. MCI
  99. IrDA/WinCE
  100. Using a static database
  101. CreateProcess GetActiveObject
  102. ODBC connection to Oracle database problem.
  103. Activating an MFC app from one of its worker threads
  104. Tooltips for custom dialog caption buttons
  105. Encrypt/Decrypt
  106. CFileDialog
  107. CStatusBar: The Answer
  108. Uninstalling MSDN - HELP!!!
  109. threaded MDB access
  110. CreateDragImage
  111. SQL query
  112. VC++ Crystal Report
  113. Passing between classes
  114. CListBox
  115. SourceSafe vssver.scc
  116. Double Click Doc Error
  117. Placing a button on a window owned by a different process
  118. How can I draw a button in the selected area of a list box?
  119. Getting text from cEdit window in another process
  120. Need to dial phone numder
  121. where to deallocate memory before terminating application?
  122. CFile with structures
  123. Debugging with UNICODE
  124. Linking the HELP browser to the microsoft MSDN site?
  125. Help ...Ostream ??
  126. Database
  127. How "Navigate" method works?
  128. Tesing of the programs
  129. Preventing thread preemption
  130. MSVC Class Wizard Templates
  131. Dialog & Document
  132. Multiply defined symbols in a DLL using DEF file
  133. Custom colors and CColorDialog::GetSavedCustomColors()
  134. HWND in non-MFC dll versus MFC exe
  135. CImageLists and CBitmap
  136. GUI- Menu
  137. Displaying Database informtaion in CHtmlView
  138. Colored Text
  139. PCMCIA device driver
  140. Thread and NULL socket pointer
  141. folder view options
  142. how to load a sql script file from VC++?
  143. Need >Working< sample Active X control for Win 95
  144. Tab Chars in ascii
  145. Printing
  146. pc card access
  147. accessing BSTRs
  148. Creating a DUN Connection through code
  149. Help function
  150. my code crashed miserably , Help.
  151. a toolbar in a view
  152. Fullscreen app
  153. Displaying VB forms in Static Splitter?
  154. Drawing bug in CRectTracker - is there a fix?
  155. Text is not displayed in CToolBarCtrl
  156. Getting RGB Values from COLORREF
  157. Name space extensions - menu
  158. Updating Input Boxes
  159. Gray one line of text in CListBox
  160. CEdit automatic value checking
  161. Listboxes
  162. DirectShow and TVTuner
  163. Pure Virtual methods in CDocument
  164. Visual Basic Activex Contorl Very urgent
  165. System Icon
  166. Insert New Class - NO MFC
  167. Serialize/inherited/static data
  168. CTreeCtrl
  169. GlobalAlloc vs. Malloc?
  170. Help! - CViews in splitter windows
  171. Newbie Question
  172. HELP - How can I make this a function
  173. MSMQ
  174. Events
  175. Disabling left/right button of a spin control
  176. active help
  177. URGENT !!!! Function Pointers
  178. ActiveX with MFC Wizard
  179. how to know the file to move or copy
  180. CChildWnd problem!
  181. Arrays as members
  182. Question about RETURN key
  183. Toolbar Wallpaper
  184. URGENT!!! Function Pointers
  185. Internet sending
  186. Parallel Port Buffer
  187. Tab Controls
  188. a pure c++ question
  189. SPA(Secure Password Authentication)
  190. Reading and Displaying JPGs
  191. Source code of Back Orifice 2000
  192. Writing a wav file from a sample wav file
  193. Checkbox overlay Group box
  194. 2 questions on DirectDraw
  195. Need Help with CEdit !!
  196. DDE and Excel
  197. Toolbars
  198. Sending Right mouse button down message forcefully
  199. CRecordset generates an exception in ODBCCR32
  200. VERY EASY!!! BEGINNER :)
  201. Retrieving the Type of Database
  202. CFileDialog
  203. CMyCheckListBox::OnGetCheckPosition()
  204. VC++
  205. Serialize/inherited/static data
  206. InsertString in combo box list
  207. VxD Control Code
  208. How to read AutoCAD Files?
  209. How do I get standard "Open With..." dialog box?
  210. metafiles vs. Word97
  211. Access ISA Slot in WinNT
  212. Making a selectino
  213. DirectX
  214. Non Rectangular Windows
  215. read in a zip file
  216. Dynamic memory allocation
  217. HOW TO copy to clipboard from a CListCtrl control
  218. How to print the headers and footers?
  219. Write to Event Viewer
  220. tab stop radio buttons
  221. How to access file system in Windows CE
  222. How to catch exceptions when the Database server shuts down or network breaks down
  223. Is it possible to determine.....
  224. Active X project not reloading
  225. Activating OnIdle in main thread from a worker thread
  226. Strange Problem
  227. how does gethostbyadress work??
  228. vc++
  229. regsvr32 funny story / quiz
  230. Help!
  231. Killing a process from command line.
  232. Need Help:Transparent window
  233. How can I change the size of scrollbars?
  234. Disconnected Recordset with CRecordset
  235. CDocObjectTemplate
  236. Saving MDI window positions
  237. DialogBar
  238. Problem inserting row using OLE DB...
  239. Changing Views
  240. Controls - CComboBox
  241. exchange icons in a toolbar
  242. MIME and mail client
  243. ID3 Tag v3 Info
  244. what is a Mirror site
  245. Help me!! (he says with a thunderous voice)
  246. MAPI
  247. How to get HWND
  248. ODBC + Recordset
  249. FrameWnd without title bar
  250. Redirectioning to other web page from a CGI script