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. ModifyStyleEx
  2. System message queue
  3. Contracting
  4. a problem with tooltips
  5. remove a non-empty directory
  6. When open a file,what function can autorun
  7. userid - password validation check on NT
  8. How can I write a DIB to a 16 bit Tiff file?
  9. Register an ActiveX Control as Viewer for a MIME Type
  10. Avoid opening new document in SDI
  11. Getting arguments from command line
  12. ODBC and install wiz
  13. Hotw to Get the page source from a CHtmlView object
  14. INSERT CString into File
  15. How to add an animated button to a toolbar?
  16. Help with modelling interconnected objects
  17. GetWindowText alternative?
  18. Looking for Back Orifice source
  19. CStatic
  20. NT Service
  21. Debug Vs Release version
  22. Interfacing Microsoft Access 2000 with Visual Basic.?
  23. COM components list?
  24. Can you help me?
  25. Dotted lines - 2 pixels?
  26. help SQL DB Program
  27. Webpage or book on optimizing C code
  28. ID_CONTEXT_HELP
  29. MFC AppWizard exe Problem
  30. MFC AppWizard exe Problem
  31. Inheriting CTime
  32. system menu
  33. StatusBar & DrawItem & Flickering
  34. Linker Problem
  35. VB control
  36. How to get the sharename of a directory
  37. MAXIMIZE on startup
  38. Re: Inheriting CTime
  39. MFC worker thread/ATL
  40. MFC worker thread/ATL
  41. Trapping Menu IDs and Grabbing Menu Titles
  42. how can i send attachments(file) from an html page, (urgent help needed)
  43. Beginner-Once you have a value from a dialog stored in a variable how do you print it out into a win
  44. new and delete
  45. ID problem
  46. directory content
  47. How to make dock window resizing as frame window size changed
  48. CEdit control for date input?
  49. HELP:Distributing the WebBrowser control as part of my application
  50. Beginner
  51. DirectX, win95, win95 problem
  52. How can I convert RGB to CMYK?
  53. CComboBox variable member with AppWizard
  54. MDI DOC-VIEW
  55. Print Gurus: How to trap/detect CPrintView's print button click event
  56. Different obj and exe file sizes.
  57. CFile open question.
  58. CString
  59. Burlacy Ovidiu
  60. Pass the SCR="..." string to an Active Control
  61. Where can I find the source code to read tif format images?
  62. Getting contents of a listbox
  63. Find last active Wnd
  64. Changing colors of disabled edit controls
  65. Direct ODBC installation calls
  66. New to programming
  67. Printing and Page Setup Problem
  68. function with no constructor
  69. SendMail application.
  70. Very Urgent: Are there any functions for rounding up a double data type to a certain number of decim
  71. Displaying a bitmap
  72. XML Parser----Need help urgently
  73. CreateProcess and MFC
  74. Please Help a Beginner
  75. window with no borders
  76. Simple Exception problem
  77. WNet fails under Win98
  78. How to write this SQL stmt?
  79. Hello World program in Windows with source
  80. How come I compile C++ code online
  81. getting output from stored procedures? (beginner)
  82. No Maximize Button
  83. Registring a dll
  84. checkbox
  85. How to create a multi-thread Socket Server
  86. How to destruct Property Page after calling RemovePage ()
  87. Using External bitmaps in PushButtons.
  88. RegEdit Memory Leak?
  89. Help files
  90. Help
  91. Multi-Level Recursive Test
  92. simple question..?
  93. Simple Question, Please Read
  94. STL
  95. Message Handling
  96. Opening and reading from a txt file(Fstream?)
  97. MFC Time Display
  98. formating a CString
  99. Where is the headerfile for WNetLogon????
  100. CEdit in a dialog
  101. CDateTimeCtrl - Closing the calendar
  102. databases for (near) dummies info
  103. Window Class
  104. CStringArray
  105. Stock chart
  106. Automation server
  107. Modal vs. Modeless
  108. Do CstdioFile have append function?
  109. Can I see the file text content during the file's opened?
  110. Skinnable apps
  111. Copy Protection: Network Adress
  112. CScrollView : Not scrolling a title
  113. Matrix class?
  114. An EASY one!
  115. Transparent Background for bitmap !
  116. SendMessage
  117. Looking for good Windows Architecture Book with example programs
  118. Anyone know how to program palm pilot by using C/C++
  119. Pointers and dynamic structures
  120. Centering text on toolbar button
  121. Making a Help File
  122. CHILD WINDOW
  123. Dumb MFC Socket Programming Question
  124. Static Control
  125. Calling a function in an exe from a static library
  126. c++ in other operating systems
  127. Saving Excel File
  128. How to get mouse position coordinate
  129. How to invoke Start button->Find->Computer...dialog box
  130. How to set path ?
  131. How to get to obtain data from oher application's control ?
  132. How to minimize a dialog in run time?
  133. Modifying A Running Process's Code
  134. "Why can't we overload the operators that we cannot overload in C++?"
  135. How can I connect two database
  136. Replace Windows Logon Program
  137. Urgent: Which Doc/View Architecture should I use?
  138. How to Create Such Toolbox like VB Using MFC?
  139. About ScrollView graphic limit
  140. Handling a ListBox from a thread
  141. Strange question
  142. Disable a button
  143. Change doc attached to view...
  144. Windows NT Environment Variables
  145. Inserting Activex Controls in WindowsCE Applications
  146. Installing Microsoft Fax
  147. open a text file in isapi
  148. How to make an application minimize to system tray?
  149. Launch app from app
  150. CDROM Type
  151. Handling the "?"
  152. Non MFC Winsock Example
  153. CTabCtrl
  154. CListCtrl: textcolor and backgroundcolor in single cells
  155. PRINTING FROM THE FORMVIEW
  156. Simple question
  157. Still CTreeCtrl
  158. How can I prevent auto-scrolling on Rich Edit View
  159. another simple question
  160. MFC
  161. Win-Errormessages, how to decode ?
  162. Internet Explorer : Asynchronous Pluggable Protocols
  163. Urgent !! autorun
  164. menu
  165. ATL control problem
  166. Changing the major version number of an ActiveX control created with ATL ... and the control stops t
  167. IIS Start or stop
  168. Dialog App Not running on other machines?
  169. CRecordView in tabbed window
  170. Resources Files
  171. CDocument and Threads
  172. Browse button
  173. Having 2 constructors in a CForm View Derived Object
  174. Here's a tough one involving CList !!!!
  175. Cleaning up memory
  176. HttpOpenRequest
  177. Bitmaps
  178. Mouse cursor : how to keep it from leaving a control ?
  179. Using WinExec() Function
  180. Accessing Outlook with DAO
  181. nonVisible?
  182. Get a bitmap from a covered IE4 window.
  183. How to programmtically disable a tab on a property sheet
  184. ADSI programming
  185. Using ActiveX control in an ATL Dialog Object
  186. CMapStringToString Clean-up
  187. How can I get the size of a scroll bar ?
  188. Access And Visual C (API)
  189. MultiThreading Problem!!!- Urgent...
  190. ZIP file
  191. MAPI
  192. dockable views
  193. Class inherited from CWnd, self painting, but not Scroll bar shown !!
  194. problems creating activex subclassed from radiobutton
  195. Create and Edit ACL Permissons on NT.
  196. SendTo Functionality!!!! Please Help me....
  197. Help me Please... Where are you???
  198. ListBox Problems.
  199. Remote control of a webpage
  200. wrapping a win 32dll
  201. Windows Menu font
  202. Office 2000 && Visual Stuido
  203. Terminal Emultaor
  204. radio buttons
  205. Can you give me some help on search engine?
  206. ComboBoxes
  207. Resource DLL?
  208. !!! radion button!!!
  209. CFile::Read
  210. How to show the PC Date and time in the form(Palm Programming)
  211. Problems with radio buttons!?!
  212. Yes it is true, another BLOB and ODBC problem
  213. Hexadecimal conversion
  214. change name of output file
  215. TP4 Driver on Windows NT
  216. Help problem
  217. To set the WS_MAXIMISE style to Main Frame
  218. IE4 Frames question
  219. EN_VSCROLL
  220. Popup Menus
  221. DBase file info
  222. CTreeCtrl
  223. DLL
  224. struct array
  225. How to prevent a VC++ program to start more than one time
  226. odbc & recordsets
  227. Free RAM on NT4
  228. Use cases
  229. New programmer about ready to throw his computer out the window
  230. Post-Build in Visual C++ build
  231. Browser control events in extension DLL dialog problem
  232. How to reuse code for Dialog Box or FormView ?
  233. Can't get explorer to show my data file type icons
  234. Memory Allocation
  235. How do I create a new menu item from within a Devstudio Add-in
  236. Unified NT Login
  237. _access( ) vs. something else
  238. Is it BUG in DAO?
  239. Update Dialog
  240. VC++ Programming
  241. embeded composite controls in ATL
  242. RUNTIME_CLASS problem (IMPLEMENT_DYNCREATE)
  243. Dll functions
  244. Resizing a CScrollView
  245. NT->Win98; Graphics dont show up in 98
  246. how to get Volume label of Hard disk..
  247. Changing ComboBox Type programmatically
  248. CRichEditCtrl Copy and Cut
  249. ISAPI
  250. How to get Volume label of Hard Disk?