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. Reading a Directory
  2. breakpoints
  3. Hidden Files - How can I create them? Is there a special place I can save them?
  4. I converted VT_DECIMAL as if it were a string
  5. ASCII terminal emulator
  6. CDBException
  7. dlg item position and size
  8. LoadImage differences between 95 and NT
  9. Persistent
  10. drivers
  11. Help!!Printing with MFC using old C Code
  12. WindowsNT & good old raster Irq!
  13. Console Application!
  14. Adding Tab to APM
  15. Printing line by line
  16. Help!!! HYPERLINKS in EDIT box
  17. Handling "ESC" button pressed
  18. Setting a background image in a list control
  19. CRecordSet
  20. database
  21. Is there a Print Icon available?
  22. Printing reports - quick question
  23. Help! Help! Help!
  24. CListCtrl Item Retrieval
  25. How to print page break
  26. CDaoDatabase and Access 2000
  27. Getting access to a database which is on a server in the internet
  28. persist
  29. DLL doesnt unload!
  30. ROOKIE in search of HELP!!!
  31. How do I get the executable path from within CWinApp?
  32. Inline SetPixel?
  33. Stopping Shutdown
  34. HOW TO DISPLAY ICON IN SYSTEM TRAY??
  35. HOW TO DISPLAY ICON IN SYSTEM TRAY??
  36. for()
  37. this pointer?
  38. Zoon All, Zoom in, Zoom out
  39. Problem subclassing CEdit
  40. Example
  41. ASP
  42. How to make Windows Taskbar like programs
  43. Why you dont need to Destroy or unload a cursor?
  44. Title Bar
  45. BitMaps
  46. SYSTEMTIME conversion
  47. CFileDialog
  48. Can I have 'em both!?!?
  49. How to find the special Window running?
  50. Console Application! Urgent!!
  51. Property Sheets/Pages and Print Preview - PLEASE HELP
  52. has anyone searched the "Credits" application that is offered in the "other source code sections-dia
  53. Control Focus
  54. How to launch "Unplug or Eject Hardware" Wizard in Win2K?
  55. Taskbar Icon
  56. Displaying Images or Bitmaps?
  57. Can't create second Splitter ?
  58. Displaying more then 1bitmap
  59. Changing color of text in combo box
  60. problem in my Combobox
  61. Displaying 24bit Bitmap Images
  62. TIMER
  63. CListCtrl (Row color&font)
  64. add bitmap class
  65. Determine Default Web Browser
  66. Help, I need a pattern to create persistent object!
  67. spell check
  68. help,Access to members of CView or CDocument in an user defined class drived from CObject
  69. IRQ > VxD
  70. How to write Text verticaly using Textout of CDC
  71. Status bar - text color
  72. Monitor Minimized Windows in C++
  73. ATL: Adding a Clone() method
  74. Trouble with GetWindowPlacement
  75. CListCtrl as ActiveX control
  76. ShellExec and GetSystemTime functions
  77. CSpinButtonCtrl::GetPos() return 65536
  78. MAPI SDK from Microsoft PlatformSDK
  79. palette from CBitmap
  80. I have an application, witch created as MDI. Now I have a need to make changes in such a way, so tha
  81. Using the Registry under NT
  82. global variable
  83. ...socket message....
  84. OpenGL
  85. Serialization
  86. ODBC-VC++
  87. C++, File
  88. CListCtrl::SetBkImage
  89. Terminating a process
  90. Printer Sharing Win NT/2000
  91. Routing algorithm
  92. CString to COleDateTime
  93. How to change Disabled text color in CComboBox edit
  94. URGENT :: C++
  95. List of any types
  96. Screen size
  97. Serialization!!!!
  98. Filter graphs and raw data
  99. Killing a process
  100. Excel Execute Strings
  101. how can I retrieve data from an Edit Control that's been created dynamically?
  102. Linker error 2001
  103. Help::palette from CBitmap
  104. Loading Database when program starts?
  105. URGENT!!TerminateProcess,windows.h
  106. Using GetDocument outside of CXXXXView?
  107. Calling RAS functions without linking to DLL
  108. SMTP & DataBase
  109. notify Parent MDI that its' child MDI has been resized
  110. A symbol problem...
  111. DCOM/ATL Woes
  112. HOWTO: Grant access to Named Events to everyone
  113. SetWindowLong() not working!
  114. Direct-X error
  115. What is the maximum file size on windows NT ?
  116. An example of icq-like program
  117. RichEdit get line with Windows2000
  118. Width of TreeCtrl
  119. CTreeCtrl clickable images
  120. AF_APPLETALK under Winsock
  121. Scope
  122. Password Issue
  123. Wizard Control
  124. Using WebBrowser to view ftp site with IE5 installed
  125. OnSize oddity?
  126. How to transfer information from parent process to child process?
  127. Crystal Report
  128. DirectX - where to start
  129. Mouse Clicks
  130. How to save size, position,state and all chileds, so they will be the same on start!(Thanks Wayne, i
  131. How do I list the available tables in a datasource
  132. Bitmap transfer
  133. Adding classes
  134. So what happened to the Codeguru Contest Winners Annoucement?
  135. Print Preview
  136. Printing HTML elements in the CHtmlView class
  137. NetShareAdd(...) NT Printer
  138. Simple question : array
  139. a very simple question about checkboxes
  140. CListCtrl:No 3D look
  141. How to make a dialog box return
  142. How to delete a file or folder to the recyclebin?
  143. How to disable Net Card in programming?
  144. Send a null
  145. I want to make a channel in Active desktop..
  146. HTML Help -95 vs NT
  147. MDI App, with different views
  148. Set a label as transparent?
  149. Is GlobalAlloc() going to be deprecated soon?
  150. OleLoadPicture
  151. ToolBar problem
  152. How to prevent user from closing app when press ctrl+alt+del??
  153. Print settings
  154. Exception and dynamic memory Allocation
  155. Win95 equivalent of NetRemoteTOD()
  156. Is it possible to extract the contents to which the link points to.
  157. C/CPP for DOS: Intrupts.
  158. Memory Leak
  159. how can I get the .exe file from a window's handle?
  160. DLL & bitmaps
  161. socket not creating an object
  162. Discussion on memory allocation...
  163. Function declaration
  164. Method needs one exitpoint to avoid memory leak
  165. What's going wrong with this function?
  166. internet
  167. Set button text in another dailog
  168. personal ID for Controls
  169. Transparent TextField?
  170. Icon for automation products.
  171. Why I can't create Splitter outside OnCreateClient
  172. how do i encrypt and decrypt a word to be used as password.
  173. Dialog in dll
  174. Declare MapFile
  175. RichEditCtrl
  176. [ask] some Questions in WinInet class when reading Cache Dir.
  177. [ask] some Questions in WinInet class when reading Cache Dir.
  178. How to modify the security information of a file?
  179. gethostbyname()
  180. Using a VB-COM Object in C++
  181. How 2 draw(show) view in dialog?
  182. How 2 draw(show) view in dialog?
  183. Big files with Win NT
  184. Easy C question
  185. Windowless control in compound control
  186. Q: Creating a double-indexed array with one allocation?
  187. CRichEditCtrl::Create fails
  188. Interesting question about modeless dialog
  189. DLL - Cannot open include file
  190. Global variables with dialogs
  191. Data transfer in RAS
  192. How do you change Disabled text color of the CComboBox edit?
  193. How to recieve font from system
  194. SDI with Splitter-How do you make right hand side be a Property Sheet?
  195. Document/View in DLL
  196. How to do VB GetObject in C++?
  197. Read a file
  198. I forgot a window style!
  199. How to write the application which can run in background ?
  200. How to write a proper message hook?
  201. How to get a system date and time (I canot use class CTime) ?
  202. Sending Email
  203. aah! stack errors!
  204. Debug Assertion Error in CStringArray
  205. WM_VSCROLL message in CListCtrl
  206. 'new' and 'calloc', what are the differences?
  207. SHGetFileInfo
  208. CRichEditCtrl::Create fails
  209. ListCtrl State-Images
  210. .Gif & BitMap
  211. Callback
  212. How to get the standard browser
  213. ATL and WM_CREATE
  214. *** In need of the Ultimate Genius - Single Web Browser Instance Using ShellExecute()? ***
  215. help on putputting to different files
  216. Video Capture
  217. ActiveX controls using MFC
  218. FILEFLAGS
  219. FULL SCREEN video display
  220. COM: Connection Points
  221. resource name
  222. topic for seminar
  223. Linker Errors
  224. Process groups in NT
  225. Still problems with linking library function with windows app using MFC
  226. Help with Visual C++ 5.0
  227. Visual Studio Problem
  228. Starting a thread and DLL
  229. Loading a Resource from a Windowless Control
  230. Socket question, can someone please help me ????
  231. Urgent:Need suggesion...for SDI application
  232. Subclassing dynamically allocated controls
  233. CFILE Problems
  234. MFC Object Searching
  235. COM1
  236. Newbie..right ahead...
  237. Header Control inside a CSrollView
  238. Changing Text on a Transparent Static Text Control
  239. Modeless PropertySheet in a FormView Problem
  240. Scheduled Exe.
  241. Directory Browser
  242. Using wildcard filters in ADO
  243. Dialog Based App Crashes on startup
  244. tabs on the bottom
  245. Row color and font
  246. Type mismatch when trying to pass array in a VARIANT
  247. How do I get an Explorer-style SDI app without the document class?
  248. Can I nest property sheets?
  249. Debugger does not work properly
  250. CoInitializeEx