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. Help: Simulate Keystrokes
  2. DCOM via internet
  3. A dummy question about drag & drop
  4. SINGLE INSTANCE OF APP???
  5. Process managment in NT
  6. Resource ID
  7. Help Help Help !!!!!
  8. LoadImage() alternative?
  9. CFile.Read causes assert.. HELP!
  10. What is nTrackPos, SB_ENDSCROLL in CSCROLLBAR class ?
  11. CD eject
  12. COM Data Types
  13. ListView Styles and Images
  14. Get Current user?
  15. CreateProcess
  16. double click at the tree ctrl (again...)
  17. Starting a service
  18. Slider in Dialogbar
  19. Sending a message to a view
  20. Beginner
  21. AppWizard/Class Wizard Compulsory ??
  22. Help with webcam
  23. create DLL with VC++ to be used in VB, Excel
  24. System Font changing randomly
  25. CHtmlView, COM Interface & IMoniker
  26. newbie question on LDAP
  27. richEdit
  28. Serial port
  29. How to hide application from ctrl+alt+del close program window
  30. Static Text and Images on dialog box disappear partailly on other machine
  31. Help for LoadTest tools.
  32. toolbar
  33. Animated GIF's again
  34. Logon
  35. recording using api function
  36. help, please.
  37. Screen savers
  38. Keyboard
  39. dir.h
  40. Get users from remote host
  41. How to launch a event to a HTML Page from a Windowless ActiveX control?
  42. wildcard string matching
  43. ActiveX - OnDraw
  44. create shaped UI
  45. simple question
  46. #define and return values
  47. EXCEPTION HANDLING
  48. How to use a String Table (in a *.rc file) in a C++ Project
  49. List control
  50. How can I use OnCreate in a ActiveX with windoless Activation in a HTML page?
  51. Check if value in reg exists.. Help!
  52. Property that points to another Interface!
  53. Send Wide characters to applications
  54. Linker Error
  55. Q: Overloaded methods with enum
  56. Create Help File
  57. Copying arrays to Collection classes?
  58. Textcolor in staticbox
  59. list control
  60. << Linker Error + dir.h + io.h >
  61. listctrl
  62. How to determine a failing DLL
  63. CListCtrl
  64. Change the text in a CTreeCtrl-node
  65. HELP HELP HELP HELP HELP !!!!!!!!!!!!!!
  66. Push button with vertical caption
  67. Users listing on client machine (W95/98)
  68. Problem with Condition feature in MSVC
  69. HELP!!! Getting IP address for my machine
  70. Resolution Independance for Form view
  71. IMPLEMENT_DYNAMIC using templates
  72. Between VB and VC Communication.
  73. number of rows in list ctrl
  74. Automation
  75. How to get input from Edit box as LPTSTR type
  76. Programatically Changing the Font Size of a Dialog
  77. How to skip print dialog, using CHtmlView
  78. Unique Record identification in ODBC
  79. How to get opened filename in CRichEditView
  80. Modeless dialog
  81. Data in DLL
  82. How to read or write absolute disk sector?
  83. MCSE
  84. Slow Scrolling, Need Fast!
  85. Modeless dialog
  86. Variables out of other dialogs
  87. Setting the focus to a CEdit Control
  88. Child window without the "close" box
  89. String problem...
  90. Bulk Adding of Records
  91. CRecordset
  92. App. run fine on W95 and NT Workstation 4.0, crash on Windows 98
  93. how to exit SDI App from Dialog
  94. Redistribution DLL
  95. Why does Unhandled Exception occur for this code???
  96. close a group window
  97. Question about GCP_RESULTS structure
  98. exception catching
  99. Easy Question
  100. CTreeCtrl - problem
  101. solve nonlinear cubic equation-system
  102. Subclassing the wizard buttons
  103. Running Win program from the dos batch file
  104. For Printing Bold Charactors through a text file to print
  105. Email to Fax
  106. MS Visual C++ 5.0 - BUG???
  107. How to create.........
  108. CF_HDROP question
  109. Scrolling bitmaps
  110. Easiest way to have a MDI Document add another view
  111. MAPI
  112. win32 GetJob(...) EnumJob(...)
  113. Dispapearing Menus
  114. Loading and reading JPEG files
  115. MIDI to Wave
  116. An easy question about thread
  117. Right way to delete a CPtrList...
  118. Using workerthread for user interface
  119. about Drives
  120. SINGLE INSTANCE-- WITHOUT DIALOG???
  121. How to Add property to CTreeCtrl Item
  122. Which function calls the X button ?
  123. controls
  124. Interactive NT system service
  125. Change Password CEdit to normal CEdit
  126. Can I get a handle to another processes socket
  127. Looking for Registration Code algorthim - URGENT!
  128. Why can't I get updated value from dialog?
  129. How to send keystrokes and mouse moves to another process?
  130. HELP: How to build a binary number?
  131. Close program group window
  132. Changing a Menu item's Text
  133. Registry Problem
  134. CListCtrl Images Not Displaying
  135. Which control allows me to build my own Multimedia-Webbrowser?
  136. Regarding Web Browser Activex control
  137. Which control should I use to build my own Multimedia-Webbrowser?
  138. Regular expresion for NT
  139. Rebooting NT with ExitWindowsEx
  140. Positioning Dialog Box
  141. Can I mimic when user clicks on Window/New Window?
  142. Codeguru Login Problem??
  143. Setting focus to CToolBarCtrl and moving there with arrowkeys?
  144. Child Forms
  145. memory leak?
  146. My code works, but buy does it?
  147. Codeguru big problem
  148. DCOM timeouts
  149. How i can get the Dll's CWinApp pointer from the EXE
  150. Dialoge that close the Main application and restart the application
  151. Some interesting questions
  152. updating tree view control
  153. Include files and Iostream
  154. Unable to Handle Data Structures Between VC++ and VB/Delphi3
  155. Window "Skins"
  156. Copying DBF and DBT files
  157. Problem
  158. problem
  159. Toolbar
  160. assertion failure
  161. New sheet in Excel
  162. sharing voilation
  163. problem...........
  164. Tab controls
  165. Drag and Drop in Nested Splitters
  166. URGENT ::!!! Parameters to Stored Procedures
  167. Writing an installation program
  168. How can i delete the file that is executed?
  169. Delete seperator from menu
  170. #include <D:\Program Files\Microsoft Visual Studio\VC98\MFC\include\afxhelp.hm>
  171. Docking ControlBars
  172. Visual C++ 4.0 and CONIO.H
  173. URGENT--How to delete seperator from menu
  174. free threaded com object
  175. Split a file
  176. Getting Object using it's CWnd
  177. Add a Wizard to an exisiting Application
  178. how to convert the shole string to UPPERcase values
  179. MFC DLL's - Can we distribute it.
  180. Getting the MainFrm
  181. Is it possible to limit a WM command?
  182. Read and write file
  183. How to draw line or text on view from my own class
  184. #ifdef ......
  185. Binary to ASCII
  186. CSocket reading/sending/receiving files??????
  187. serialization
  188. AVISaveOptions(...)
  189. How to make Decimal Char. Conversion
  190. Problem to restore the cursor in a Listbox
  191. run-time error
  192. Dialog Handle
  193. Now use GetOpenFileName in WinNT?
  194. toolbar
  195. Floating text
  196. timer
  197. Link error with LNK2001
  198. A tracker class for a Line
  199. How to mute wave,only wave midi on?(NULL)
  200. simple question
  201. New in MFC Help Please..
  202. MFC Gurus !! Please help !
  203. How can implement a Timer in a OCX with windowless activation?
  204. no log in
  205. MP3 source code
  206. How to enumerate files in a directory
  207. Making the view a dialog
  208. When is login going to be fixed?
  209. Header Control
  210. Create Process
  211. FTP Errorcode 12003
  212. Regarding Accelerator keys
  213. FlexGrid Control
  214. MDI problems
  215. Printing problem!!!
  216. Waiting for a process ends
  217. replace "Unix Regular Expression" function onNT
  218. Sending a mail using ASP
  219. Disable Toolbar Button
  220. WIN NT SOCKET not blocking....!!!
  221. Drag and Drop for CRichEditCtrl
  222. linux skbuff.h
  223. Ordinal 6453 in MFC42.DLL???
  224. CRichEditView background picture
  225. Linking a Java application program to Visual C++
  226. *********########---- Login problem partly fixed -----########********
  227. *********########---- Login problem partly fixed -----########********
  228. How to connect an icon to a document type in the registry?
  229. EnumDesktopWindows
  230. WaitForSingleObject returns WAIT_FAILED every time.
  231. How to make NT SDK socket Blocking One..!!!!!
  232. Ignore Commas
  233. Number of Pages??
  234. CreateCompatibleBitmap fails with large bitmaps!
  235. Q: Trapping arrow keys in CDialog derived class
  236. Linking a Java Application to Visual C++
  237. Dynamic loading of control
  238. Detecting Mouse Hold-Down
  239. Knowing which Radio Button is selected
  240. netapi32.lib
  241. default printing
  242. CDC::StretchBlt(...) is acting funny. Please help!
  243. consoles
  244. Change the color of the static control using SDK
  245. Accessing Database from Threadfunction
  246. Urgent: Cursor Question
  247. Loading DLLs
  248. Inserting a bitmap in a RichEditCtrl
  249. VARIANTS
  250. Urgent: ie4/5 ling hand cursor name/value