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. COM get property did not return correct value.
  2. How to display correct icon in ALT+TAB dialog
  3. Where is scrolling bar in my ListCtrl
  4. how can I force a scroll down in CFormView?
  5. Invisible controls
  6. Change Project name
  7. Dynamic char* Allocation
  8. file operation read and replace
  9. CBitmap serialization
  10. EditView and FormView in one application
  11. HELP! I need sample with HIDE DIALOG BOX!(VERY VERY VERY NEED)!!!
  12. OwnerDraw Combo - Redrawing of previous selection
  13. How make filetransfer with client and server?
  14. How to detect a ctrl+alt+sup in a CWnd
  15. ActiveX
  16. Stored Procedures
  17. How to create scrolling credits effect in client area?
  18. 1.#QNAN
  19. Class Wizard - no base class??
  20. FTP to/from MVS
  21. CComboBox in a CDialogBar
  22. What is wrong with this simple COM interface
  23. MultiLine Edit in TreeView
  24. ShowWindow(SW_HIDE), help!(Look at my sourse).
  25. How do I build a VBA-compliant app?
  26. CDaoRecordset.Find()? using a variable?
  27. [Q] How2 detect when user has RClicked the DeskTop
  28. how can I return the cursor to the beginning of an edit box after user hits return
  29. How delet program file when program is Close?
  30. HTML View
  31. Printing MSFlexGrid
  32. Interaction between two controls
  33. Exporting Symbols in ATL
  34. ATL export of Constants
  35. Sorting a virtual list view
  36. Registry related problem
  37. CDaoRecordset.SetFieldValue( "FieldName", CString )??
  38. Hard Disk "fingerprint"
  39. chatSrvr demo (msdn) won't link error...
  40. CListCtrl--Context Menus
  41. mdac troubles
  42. Printing to Line Printer?
  43. Bugs of VC6?
  44. Complex Numbers in C++
  45. Maximized MDI Window
  46. Converted to VB?
  47. CDialog::DoModal crashing
  48. CWnd::ModifyStyle()
  49. Order of EN_CHANGE and EN_SELCHANGE in rich edit control?
  50. how to use the maximize-button in a dialog
  51. Persistence
  52. DaoRecordset.SetFieldValue("FName", CString) Part2?
  53. winsock & SOCKS4/5
  54. Write Binary Data
  55. Socket error
  56. ODBC Text Driver: Creating table definitions
  57. Exporting static class members from a DLL
  58. Opening file "*.jpg"
  59. Can not use 2 CDaoRecordset 's
  60. how can I programmatically scroll down a dialog box
  61. my compiler
  62. Reading Page Property
  63. Update parts of my document
  64. Focus Problem w/Wizards
  65. UpdateData(TRUE);
  66. Copy Constructor
  67. CListBox?
  68. Bar Code Generation and Recognition
  69. CListCtrl on FormView
  70. Transparentblt
  71. Custom Window "Skin"/GUI
  72. How use SubclassDlgItem() function?
  73. Socket error
  74. How can I create a link-file (*.LNK) with VC++
  75. Changing Window Name
  76. Window Title
  77. VC SP3 Problems
  78. Questions on bitmap files
  79. EOF from dos box
  80. Please help!!! Graphics related question
  81. Help !!! ....
  82. DAO and threads experts ONLY
  83. Adding a popup menu to a CListBox
  84. HELP on installer
  85. Dreaming
  86. GUI
  87. Project idia Urgent Urgent
  88. How to add check box style in ListCtrl subItem
  89. Project idea
  90. How to atach dir to our treectrl like list box dir function
  91. How toget print preview in Doc/view if want to print from dialog listctrl
  92. MFC and Templates
  93. Popup Menu in CPropertyPage-Derived Class
  94. how can I use the "CreateLink()" function shown in MSDN "IShellLink"?
  95. Help!!!!! CRichEditCtrl scrolling
  96. Property Sheets - Sizes
  97. ListView and Date Time
  98. Q: Document object in IE control
  99. listbox position in a dialog box
  100. Fade in/Fade out
  101. CCJControlBar last state position
  102. afxwin.h and other includes
  103. Splitter lock size of 1 pane
  104. VisualC++
  105. Need help!
  106. Help with LPWSTR
  107. CSocket.Listen()
  108. Playing multiple .wav files synchronously?
  109. CListCtrl - delete a row
  110. wait cursor from a worker thread
  111. Problem with ActiveX DLL
  112. MP3 Help Needed!!!!!
  113. how edit my content in printing preview
  114. C++ vs. VC++
  115. Oracle and the web
  116. ATL EXE Server and MFC
  117. In case it got missed the first time - CPropertyPage - size problem
  118. working with NetBEUI
  119. Opening only one Internet Explorer Browser
  120. ATL Control
  121. Wave Display with Phoneme Alignment
  122. Required a component to deal with MTS and MFC ODBC
  123. ISAPI Close Connection
  124. Allows an executable file to write on itself
  125. String from Dialog on Document
  126. Print URLs
  127. Print URLs
  128. [ADO] MSADODataControl + MSHFlexGrid = msvc crash!
  129. [ADO] MSADODataControl + MSHFlexGrid = msvc crash!
  130. Royal Flush
  131. Save button
  132. Help with CTRL-ALT-DEL.
  133. Need sample small Client\Server Application.
  134. Linker error
  135. How get CString format from Char?
  136. Server
  137. How convert 16 to 32 bit?
  138. HELp!!! SQL Server
  139. Musta cut that class in Newbie 101 !
  140. Find .exe's current path at runtime?
  141. file copying???
  142. Help w/ window sizing
  143. Exporting classes derived from templates
  144. Help on DataGrid (it's quite urgent)
  145. ADO Compile Errors
  146. glyph toolkit or library for mfc?
  147. Insert CFormView into a CPropertyPage
  148. Grip on Toolbar
  149. CString problem
  150. How can I pop-up my own MDI child in a CFormView ?
  151. MAPI client (still)
  152. Who can help me to get the CDC::Line's algorithm
  153. tapi3
  154. serial port
  155. How can I do ?
  156. Cancel Printing
  157. How can I get the text at mouse position. Thanks a lot
  158. How to change the directory permissions in NTFS?
  159. Single file small DB application
  160. Finding resources on creating an OS with c++
  161. How to convert int array to BSTR
  162. Microsoft Transaction Server
  163. Linking Error 2001 with static member
  164. Restore the mdichildwindow
  165. Function Keys
  166. CFileDialog - File Locking
  167. Add Previous Class to Class Wizard
  168. How to display correct icon in ALT+TAB dialog
  169. Marking a document as modified with a '*' appended to the caption
  170. Tool for creating AVI files
  171. Convert int to BSTR
  172. How to draw text with plain C using gdi API functions?
  173. How to change the directory permissions in NTFS by programming?
  174. Netbios
  175. Document <> View
  176. How to implement palette for toolbar bitmaps?
  177. MAPI client (and still going)
  178. Gurus: LOAD_DLL_DEBUG_EVENT and DLL name
  179. Screen Saver
  180. Dialog-based application
  181. CCheckListBox!!!
  182. regular expressions
  183. Saving Crystal Report's Report as BITMAP file.
  184. Help! DAO Filter doesn't work
  185. How To Bulid a COUNTER Of My Homepage
  186. HELP! Can't write text to CButton...
  187. CURRENCY Edit Box
  188. Customize Web Browser Printing
  189. How do I retrieve the Default Browser name ?
  190. Load only parts of a textfile
  191. Word Docs & TAPI/MAPI
  192. BSTR to char*
  193. Center dlg at startup
  194. Intellisense bug?
  195. socket - vc++
  196. Cannot pass Data brtween ATL Full Control and VBscript
  197. "Control variables"
  198. Detecting Exit of Netscape
  199. Remove border from CView
  200. Intellimouse problem
  201. Access to MS Excel-Table
  202. Printing Bitmaps
  203. Licensing S/W
  204. Initially hidden property sheet
  205. passing multidimensional arrays
  206. MFC
  207. A simple queston (I hope)
  208. Single Hinstance Of App
  209. Displaying the position of the mouse next to the mouse cursor
  210. How do I put local function in a class member function
  211. CEdit and text-justification
  212. Open File In RichEditView
  213. Catching Exceptions from a worker thread
  214. Why is my ODBC driver allocating large amounts of memory while getting data from access database ?
  215. VB
  216. Changing the style of a CListCtrl dinamically
  217. Visual C++ 5.0 #import Causes Errors with ADO Version 2.0
  218. >>EXCEL<< Comparing two Excel-Sheets. How do I...
  219. Help with CTRL-ALT-DEL.
  220. Like Menu Win 98
  221. VStudio Watch like ListCtrl
  222. Bitmap on a Button
  223. create an .xls file
  224. Registering TAB press in grid
  225. How divide a line " 1 2 3 " into 3 lines "1", "2", "3".
  226. Getting/Restoring Local Timezone
  227. Required DLL's (Urgent pls)
  228. Custom control/Icon resources
  229. ActiveX access to multiple property pages
  230. client area coordinates
  231. Passing the Address of the Pointer for an Array of Structures
  232. Using 256 Color Bitmaps in Toolbar
  233. Inheriting problems involving import and export of a class
  234. hyperlinks in .hlp files
  235. WinHelp
  236. Menu like Menu Win98
  237. Resource editor locked...help
  238. Shutting Down
  239. In place frames
  240. Combo Box messages
  241. help with help
  242. Multiple .RC files and ClassWizard
  243. Printing in multiview(SDI)
  244. loading a VxD in Windows NT
  245. Memory problem of using Edit control in CFormview ! Help !
  246. RTF Reader
  247. Write large binary value to registry
  248. CException Objects Not Catching?
  249. code to copy files from directories to other directories
  250. Class Factory /Class Object