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. TrackPopupMenu problem
  2. WaitForSingleObject fails!
  3. Motherboard serial num or ...
  4. URGENT - Cstring to Hex
  5. VC++, Pop-up menu
  6. heap problem
  7. How to configure Outlook Express(or IE) programmatically?
  8. Adding menu items to edit box context menu
  9. Giving ID to a bitmap file
  10. Once again - PLEASE !! - Programatically setting the font size of a dialog
  11. Handle to new process changes after a while????
  12. Menu Prorgramming in Visual C++
  13. DDX_FieldDateTimeCtrl
  14. Database Error: Cannot open anymore tables.
  15. 256 colors resource
  16. Function Name
  17. Lauch File from C++ using its association
  18. Capturing double-ckick in list-box of FileOpenDlg
  19. Communicatin with a Unix box from NT
  20. MFC + ODBC + Rogue Wave
  21. Updates to Oracle Database Not Reflected in Query Results
  22. WM_CTLCOLOR and CEdit under NT
  23. Pasting Files in Open File Dialog
  24. How to remove a line on NULL_BRUSH background?
  25. Joystick
  26. Need a DevStudio Add-In!
  27. Transactional updates when using UpdateBatch
  28. _UNICODE and new
  29. File I/O Question
  30. MFC-PARAFORMAT2
  31. View Refresh
  32. Convert CString into LPTSTR
  33. Implementing IE interface in VC++???.
  34. how to programmically get "workgroup"
  35. index and relationship recordset
  36. Displaying Bitmaps in a TreeControl
  37. Displaying Bitmaps in a TreeControl
  38. CRect Object
  39. Socket OnReceive() Question
  40. WM_SIZE
  41. Autocompletion ComboBox in Code editor like in VC++ 6.0 or VB
  42. hiding a control
  43. How to install DAO?
  44. Entering a date mm/dd/yyyy
  45. Atl and win32 support
  46. list of available printers
  47. COutbar in CView?
  48. CFile and CArchive?
  49. Co-ordinates of bitmap
  50. How to call shutdown from within Visual C++?
  51. How to select items in a ListCtrl programatically
  52. PROBLEM: DrawEdge, Draw3dRect, and MM_ANISOTROPIC
  53. Is this important? -> Warning: Creating a pane with no CDocument.
  54. Bitmap
  55. Scrolling CFormView
  56. changing only the view in the right pane
  57. Changing the mouse cursor in a SDI frame
  58. WaitForMultipleObjects function not working
  59. Seeking books on MFC Wizards
  60. CoInitialize and CoInitializeEx
  61. I need a WNDCLASS structure!
  62. Popup windows that share focus
  63. help file
  64. classes
  65. CMiniFrameWnd
  66. Easy - Write Text to a Window
  67. CMiniFrameWnd
  68. Print management
  69. ActiveX and DLL
  70. TreeView Style
  71. Mouse
  72. How do I get the description of user defined HRESULT
  73. How to intercept onClick() message in CHtmlView() ???? Workarounds??
  74. Capturing Clipboard Commands
  75. Subclassing another windows's controls
  76. Need Some Advice Please!
  77. Transforming screen coords to child coords
  78. Embedding objects in Word
  79. saving CString as text
  80. Dll definitions
  81. How to create a key under H_KEY_LOCAL_MACHINE ?
  82. Hanging an application with WriteFile()
  83. endless loop
  84. How do i get the string of a popup menu item?
  85. Can anyone tell me why when I use GetDlgItemText, my program just quits?
  86. Printing browser WYSIWYG
  87. text output
  88. how to tell if a printer is a actually a fax
  89. C++ Date Arithmetic
  90. How to keep a window drawn when moving it (instead of just an outline)
  91. How to parse command line options
  92. Urgent : Erase
  93. urgent on ERasing
  94. CMiniFrameWnd
  95. Video control
  96. Drag & drop in a tree view
  97. Consoles
  98. How to set an image for treectrl
  99. How to convert a BMP in to a DIB
  100. A TreeCtrl isn't reacting when a Key is pressed
  101. Help on Declaration!
  102. Menus
  103. Message Map
  104. Winsock API Basics
  105. Sockets that Won't Go Away
  106. Graphic speed slowly!
  107. Icon on the tray
  108. Db Grid
  109. AnimatePalette
  110. Interprocess communication with DLL
  111. Adding Menu item to Default Context menu in Text box
  112. Lost App Icon in Wizard App
  113. Custom Colors in Resource Editor
  114. ActiveX -Print Spooler
  115. call stack
  116. call stack
  117. Convert COM to DCOM
  118. SendMessage in CComboBox
  119. HOWTO: deploy MFC app to another NT computer
  120. GetUserName
  121. Call CDocument method from CDocument data member
  122. Capturing Alt+F1 key down message
  123. Sending menu commands to dialogs
  124. RichText/Rich Edit Control
  125. Urgent !!! ATL Composite Control Drawing problem in Design Mode
  126. Problem in FeedBackBuffer, OpenGL
  127. I'm in trouble: OCX EVENTS WON'T FIRE
  128. OCX & MFC
  129. ISAPI filter authentication
  130. coloring window
  131. Name and path of the file
  132. computer id
  133. MOUSE CURCUS
  134. How to Trap the Mouse left button HELD message
  135. hangman revisited
  136. READIN BITMAPS FROM SCREEN
  137. help..
  138. Winsock Problem
  139. Is it possible to use.
  140. How to change brightness and contrast in an enhanced meta file
  141. Dependency Walker
  142. Post a Message to MFC UI from another thread
  143. How 2...
  144. Capture the scroll position with the scroll box
  145. Capture the scroll position of the scroll bar
  146. About Oracle, OLE amd PowerBuilder together :[==]
  147. HTTP Connection
  148. PB WIN95 And Dialog
  149. How to Use Client Cursor from OLE DB
  150. Need serious help: how to detect if a printer is connected or not
  151. min a dialog box
  152. GetDiskFreeSpaceEx
  153. How to use Client Cursor from OLE DB
  154. How can i get the default document of a website?
  155. GetDiskFreeSpaceEx
  156. Graphing data from chart I have made
  157. Windows Event Signaling?
  158. HTTP connection overhead when using WinInet
  159. COleDropTarget with a dialog
  160. How do I get a pointer to my Main Frame class?
  161. Dialog Box
  162. CFileDialog
  163. hInstance
  164. more of the same
  165. DirectShow
  166. Checking the Size of a Directory
  167. (VERY URGENT)Getting the UserName
  168. (URGETN) Getting The UserName
  169. (URGENT) Getting the UserName
  170. (URGENT)Getting the USerName
  171. TOOLTIPS
  172. Static linking - console application
  173. Set Position in EditBox
  174. DirectShow
  175. Wait for a shell execute to finish...
  176. Question about InvalidateRect
  177. Fonts and list controls
  178. VC++
  179. Drag and Drop at Tree Control
  180. Modeless dialog overdrawing all windows
  181. Convert a bmp into a dib
  182. Adding custom ToolBar in IE 4.x
  183. Get Unique ID
  184. Having scope problems-help?
  185. Win32 Drivers
  186. Strange values when dividing...
  187. Emulating the select all feature in an edit control
  188. Communication between unrelated classes
  189. How to create COutbarCtrl in CView?
  190. Date Time Picker Problem
  191. HTML resources in an application
  192. How to find which is default printer
  193. How to load a bitmap from a external file in to a CBitmap object
  194. Gray out maximize in system menu
  195. Email address checking
  196. How to test for a Menu Flag?
  197. How to set page's title of CPropertyPage dynamically
  198. Minimal DLL Size
  199. Signing of ActiveX controls
  200. Opening file
  201. Add ins
  202. Iterator causes crash when built with VC 6
  203. Scrollbar tooltips
  204. Dev Studio (6.0) Variable window display limits.
  205. How to parse command line options with CCommandLineInfo
  206. bound controls
  207. Finding where your program is located on the hd
  208. OpenDocumentFile
  209. CListCtlr derived class with selectable objects for items
  210. OpenGL and VC++6
  211. HOW do you UnGray an Edit Box?
  212. Page breaks
  213. How can I find out which application is currently running?!
  214. I need fax source code
  215. CAsyncSocket problem
  216. There should be a simple soultion to this...
  217. How to hide a dialog at runtime
  218. Excel ------------------>Oracle
  219. IE Support for Active-X Control
  220. Microsoft Word paste command simulation
  221. Progress Bar on Status Bar
  222. How to disable the close button in a dialog box
  223. A track popup menu is not working...
  224. question by a child
  225. vc ++
  226. How to Resize Dialog to fit 800*600 & 1024*768 pixels on Moniter?
  227. Move a Dialog Box without a title bar
  228. Reading Excel file from VC++ program.
  229. About the link view error "ERROR_HTTP_HEADER_NOT_FOUND"
  230. How to make sure an exe program finished?
  231. Window Z-order
  232. Center a bitmap
  233. Bitmap on Button
  234. .dll or .exe
  235. about fine resolution of time in windows
  236. Displaying text in an SDI document window
  237. Strange directory sizes...
  238. Verifying a file before serializing it..
  239. Get IP address
  240. Netware files
  241. Will pay someone for small job.
  242. Problems with flicker free drawing.
  243. SetWindowText
  244. How to simulate Virtual Key
  245. How to simulate virtual key
  246. Change a dialog box background dynamically
  247. vhdl
  248. PCX
  249. Pack File
  250. Getting a list of open windows