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. How to make bitmaps in CListCtrl transparent?
  2. Get pointer to edit control
  3. Delete line of from Text file
  4. Two Line ToolTip
  5. FTP and IIS
  6. debugging urgent
  7. Switch Views!!
  8. Putting a bitmap on a dialog box
  9. How to access active-x control interface ?
  10. how to use ostream?
  11. how to use ostream?
  12. AfxSetResourceHandle doesn't work !
  13. About WinExec
  14. Setting VC++ Default Configuration Project
  15. Virtulal List
  16. HIDING AN EXE
  17. Problem of loading Dll's
  18. converting a character
  19. integrated view
  20. assert problem
  21. C++ "Operator"....Help!!
  22. CFormView: Resizing controls
  23. How to get a name of domain for logged user?
  24. Open a database table
  25. Catching exceptions in debug version
  26. How to handle messages in modeless dialog?
  27. getting stuck
  28. Special button
  29. Drag n Drop into a minimized app
  30. open two modal dialog box
  31. Popup menu when right click on tray icon...
  32. Run as a service
  33. CListView
  34. Dialog Box
  35. Multi taskin under nT
  36. Write in a ASCII file
  37. How to get Dialog ID in runtime
  38. Setting IP address of local PC
  39. Dialog tab order
  40. CFileDialog: I want to select only a path, not a filename
  41. Problem with a Switch statement
  42. REMOVE FROM TASKBAR
  43. CppUnit
  44. Need some here with hit please...
  45. OCX method default parameter
  46. Search Engine results
  47. GetClientRect()...
  48. Problem with CMultiDocTemplate
  49. Urgent: Problem in Dialog creation in release mode
  50. Requery not working for me
  51. List of the MFC control
  52. How to get the handle of the Toolbar's button
  53. Build a Win98 friendly Unicode wordpad.exe from MSDN sample source
  54. How to read an Excel cell?
  55. Minimize all message
  56. how to add taskbar to activated activex
  57. 2 FormViews within a SDI seperated by splitter
  58. Showing BMP corretcly in Dialog
  59. Showing BMP corretcly in Dialog
  60. How to prevent document creation when MDI app starts
  61. GetFileVersionInfo
  62. STRANGE: OwnerDraw StatusBar
  63. Flat Buttons on a dialog bar
  64. EnumPrinters Function
  65. Dual Interfaces VC++
  66. Printer tray selection
  67. Play PCM or convert PCM to WAV
  68. Determining Windows Platforms
  69. Add an image to Combo box item
  70. Winsock buffer question
  71. dll
  72. Directory Traversal
  73. How to create statusbar in CDialog
  74. Product Id of a application
  75. Serial Communications....
  76. parallel and serial port
  77. How to hide the caption bar of the PropertySheet window?
  78. MFC EXCEL
  79. Open html file in external browser
  80. Subclassing controls
  81. Callback function
  82. MDI view initially maximized
  83. CDialogBar
  84. Open the link to my file in external internet browser
  85. MFC TreeView Control
  86. CImageList
  87. Beginner - 4 Views in a window?
  88. Loading from a CD?
  89. How to show jpg/gif on button
  90. How to highlight text ???
  91. How to get Identity field using ADO with SQL7 stored procedure
  92. How can I open the link in the Internet Explorer?
  93. Trying to find where CMenu is drawn
  94. MSChart Control Info
  95. how to append avi file while it is played by player
  96. Mfc & excel
  97. How can i do that?
  98. WM_CONTEXTMENU ??
  99. Q: TreeListView
  100. Can't find where CMenu is drawn
  101. Drag/Drop
  102. ATL, OLE DB, Batch Inserts(Urgent!)
  103. How to delete characters from a file?
  104. convert radians to degrees(class implementation)
  105. How to launch Webbrowser in application
  106. (class implementation) algorthm to convert degrees to radians
  107. Printing rotated Rich Text
  108. Start Taskbar menu
  109. threads
  110. Reading fixed length file format
  111. AOL IM SDK
  112. CRect and LPRECT
  113. How to set font to another process's window ?
  114. How to sent [ALT+anykey] using sendmessage
  115. Active X (MSComm)
  116. Set the backcolor of an edit control (MFC-Dialog)?
  117. control on title bar?
  118. Need just a minute of your time . . PLEASE?
  119. Help
  120. [help] DestroyWindow doen't destroy the window all the way
  121. OwnerDraw TreeView: width of items
  122. Mfc URGENT
  123. ODBC delete problems
  124. icon to imagelist
  125. CArchive problem
  126. Visual C++
  127. LPSTR to CString?
  128. how to use a function definded in a wll from a c++ program
  129. Well, How to launch a browser in application with POST method on passing parameter
  130. Well, How to launch a browser in application with POST method on passing parameter
  131. Editing CListCtrl label
  132. Progress box
  133. Threads and App!
  134. Serialize Version Check
  135. SysKey
  136. Set focus to client Cview window.
  137. Instantiating VB6 ActiveX exe Objects with VC6
  138. How not to fire events from a working thread?
  139. How to fill a form without keyboard and mouse?
  140. Container HWND
  141. Serialize()
  142. How to detect wether my control is windowless or windowe in a container?
  143. Static linking to MFC from C++ 6 Standard?
  144. TAPI 3
  145. Getting the bitmap behind my window
  146. CToolTipCtrl and CEdit
  147. Implementing Multiple Doc Types
  148. How to send scroll message from MyDoc to MyView?
  149. i need help
  150. How to change the text color for a console app?
  151. removing border
  152. A easy question about "
  153. Help me in creating Desktop icon
  154. how to play multiple audio files thru Direct Sound
  155. string class
  156. VC++
  157. Set COleVariant to NULL to set database field to null value.
  158. Page Setup
  159. CButton and Combobox
  160. MDI without menus
  161. CListView
  162. Instance of View ???
  163. CPU time
  164. DCOM servers
  165. How to get a dimensions of screenin pixels?
  166. Removing CFrameWnd inner border
  167. IE5 Events
  168. How can I make my ATL control be windowed in Excel?
  169. Cut off a Dialog Box
  170. MS-DOS commands in a VC++ application
  171. Modeless Dialog
  172. Is there any API to check the bytes send & received from RAS Client
  173. Compiling options
  174. Learning to programme windows with MFC book
  175. help to place the application icon in the desktop
  176. Pointers and other fun stuff
  177. CListView
  178. Q: Display of double byte hex value in CRichEditCtrl by ReplaceSel()
  179. Q: Japanese characters in CEdit or CRichEditCtrl?..PL. Help.
  180. Printing
  181. Ownerdraw Control in Dialog
  182. Ask Explanation MFC
  183. Subject: Ask Explanation MFC
  184. select an item in ComboBox
  185. multiple files
  186. Problem With CMap Class
  187. Bulletin Board
  188. In Memory database programming
  189. Using the standard File Open Dialog to read textfiles
  190. RAS-creating phonebook entry
  191. how to get the OS name
  192. How to send scroll message from MyDoc to MyView?
  193. NT running UNIX Commands
  194. How to find an Edit Control in a Window?
  195. create a func
  196. DIFFERENCE
  197. IShellFolder & QueryContextMenu in an OCX running on IE5
  198. DAO and ODBC DELETE doesn't work
  199. Graphics&Grid Libraries
  200. Problem with the dword comparison
  201. I can't get printpreview to work - I am going absolutely ballistic
  202. Getting RGB (or BGR) data from a CBitmap - How?
  203. COleDateTime with ODBC?
  204. transparent
  205. Ever upshift a LPCSTR?
  206. Getting messages
  207. MSChart control
  208. How to rename and delete a file?
  209. Metrics from GetGlyphOutline
  210. Assertion error while reading a exe file
  211. Sharing data between property pages
  212. Help on using the MS web browser in a dialog app
  213. How would I terminate a WM_?
  214. beginner - fixed length format in file as database
  215. how can I make property sheet fit the respective property pages?
  216. browser extension
  217. Comes up Minimized
  218. Visual C++ Bug?
  219. OnConnect
  220. Desperate ! - MS Gridcontrol oledb 6.0 and MS ADO data control oledb6.0 running on WIn NT and Win
  221. Desperate ! - MS Gridcontrol oledb 6.0 and MS ADO data control oledb6.0 running on WIn NT and Win 98
  222. ADO Transaction
  223. Question about checkboxes
  224. How to create Modeless Dialog that show in taskbar
  225. pointer problem
  226. Maxamize Dialog
  227. How to Maxamize Dialog
  228. A simple question on new and delete operator
  229. CString
  230. OPENFILENAME lpstrFilter
  231. plotting pixel in 32 bit !!! (ddraw)
  232. Image control -- windows 98
  233. Is the destructor called implicitly ?
  234. How can i find the no of bits required to represent a number?
  235. Popup Menu not disappearing
  236. Icons in system tray disappear after an explorer restart
  237. Printing a Text File
  238. Accessing a remote access database
  239. ComboBoxes
  240. How to write app like icq that knows when connetion was made????
  241. How to know the column's data type?via ADO
  242. MFC & Database
  243. ActiveX control problem..Plese help??
  244. how can I print preview a document?
  245. RunDll32
  246. INI & mfc
  247. How to interrupt application-exit ?
  248. Downloading a file the easy way
  249. Message Hook
  250. Playing sound