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. File Open Dialog problems in MDI
  2. Status Bar in Dialog
  3. Deleting Directories
  4. Feedback during long operations without threads
  5. How do I change a window class name?
  6. stored procedures
  7. URGENT :Multi column list box
  8. Making Toolbar settings persistent
  9. CheckMenuItem doesn`t check menu item!!!
  10. Mac programming
  11. Pop-Up menu MFC?
  12. CTreeCtrl CheckBox
  13. Debug Info
  14. Winsock and MFC? vs CORBA and MFC?
  15. How can I activate/ deactivate buttons?
  16. How can I check for messages or "key presses" while in a loop?
  17. Windows Bitmaps
  18. RichEditCtrl and mouse message handlers
  19. Bug in CTabCtrl::GetItem? Losing my mind...
  20. __fltused already defined in StdAfx.obj
  21. How to pass a CWnd* to a Com object or method
  22. developing tickers
  23. Using an assembly code function
  24. Problem with drawing cross-hair at mouse position!!
  25. CEdit Word wrap
  26. CDO.dll resolving multiple uuid specifiers
  27. Increase listbox font size
  28. Rich Edit COntrol
  29. How I link external App from Vc++ With buttoms ?
  30. fatal error C1010
  31. Event Code
  32. Find out the directory from which the current executable is running from.
  33. MessageBox
  34. Windows NT 4.0 Service
  35. CTreeView and Menus
  36. Icons
  37. HTML view URGENT!
  38. OFN_ALLOWMULTISELECT
  39. Pb. in calling Stored procedure Using ADO
  40. I can get the Timer once only on listview
  41. CPropertyPage OnWizardFinish()
  42. Re: controlling the HTML
  43. Icon
  44. Can you help me with this?
  45. Fileupload in browser
  46. CTime::GetCurrentTime()
  47. Sockets in MFC
  48. Very Urgent !!! Sockets
  49. moving focus from child dialog to parent dialog by pressing TAB button
  50. How to tab views in the bottom scroll bar as in microsoft dev.
  51. Re: calling scripts functions
  52. How to read word documents programmatically?
  53. CComboBox in CDialogBar
  54. how can I call a dialog box after application is created, but before user can do anything
  55. Read-in CLUT
  56. How to output data to port address in windows
  57. Remote computer
  58. Book about advanced MFC
  59. displaying in a toolbar
  60. Binding a RDC ctrl to ComboBox
  61. Howto Get Subnet Mask
  62. Getting Graphic Card Name & Amount of Video Memory
  63. Memory Usage
  64. SNMP Extension agent for Windows 95
  65. Drawing an image to the screen
  66. CTreeCtrl popup menu
  67. How to create C++ - classes and methods from *.idl files ?
  68. How to ZIP ?!
  69. Opening a document without opening a new view
  70. System Image List
  71. GetChunk and AppendChunk
  72. Source file names
  73. Listbox font size
  74. STL Map - Adding to
  75. reading directories
  76. [?]PowerDownAfterShutDown
  77. Using WaitForVerticalRetrace
  78. Recognizing Netscape Child Windows
  79. Help !!! Why CSocket crash when using static link...
  80. better string sorting?
  81. how to set the dialog box'background color?
  82. Vc++
  83. NT driver Porting Problem... Pl. Help!!!!!
  84. AfxLockTempMaps ?
  85. hardware interface
  86. Caret¿¡ °üÇÏ¿©..
  87. how to set system time
  88. C++
  89. HD led indicator
  90. C++
  91. "Check Box" class name
  92. Enable/Disable controls
  93. BLOBS
  94. Printer properties
  95. CheckMenuItem and pCmdUI->SetCheck( 1 ); doesn`t work in a dialog-based app menu?
  96. How to read and rewrite data to edit control if keypressed in edit control ?
  97. Build problems
  98. DirectX 3
  99. fixe CDC axes
  100. Float to CString
  101. CPropertyPage and activating pages
  102. How to get dropped files on a Dialog
  103. How to create an OPEN FILE dialog box?
  104. How to excecute external app from Vc++ winth buttoms?
  105. VC++6.0 Help system and MSDN
  106. print HTML code
  107. producing graphs
  108. Off Subject... MSJ, WDJ, CUJ.... Magazines Does any body want them ?
  109. C++ inputing
  110. How to call VBSCript from VC++
  111. Help Please! Save my SANITY!
  112. Append to RichEdit
  113. Finding all hard drives
  114. MFC OLE SERVER : Urgent
  115. stl vector
  116. Highlite text in CView\CScrollView
  117. Toolbar Button
  118. Crashes on CFindReplaceDlg
  119. stl vector
  120. enable/ disable controls on a windows std dialog box
  121. How to add bitmap with default sdi menu
  122. how to use drag and drop support in listview
  123. how to check enable or disable state of dtae/time picker
  124. CDialog & CComboBox init
  125. Polygon shaped Dialog
  126. how to use excel worksheet in vc sdi
  127. Closing a Shell Program
  128. How do I control the dropdown height of CComboBox
  129. Removing the close button
  130. CSTRING Selecting
  131. Design Patterns
  132. behavior of \n characters in text files...
  133. Draw a bitmap from a file???
  134. Get Directory ???
  135. Don't want owner-drawn listbox to get the focus
  136. Change background of a CFileDialog
  137. LDAP
  138. How to convert Decimal into Hex
  139. CFile
  140. Dialog app
  141. Registry Entries
  142. HTMLHelp API
  143. badman
  144. CList
  145. Problem programmatically selecting tabs remotely
  146. File contents changes, how to update view
  147. How to get HWND of Dlg
  148. List View Notification Messages (in ATL)
  149. COleControl beeping when Enter is pressed.
  150. Accessing MSDOS I/O ports from 32-bit Windows
  151. Executing a program from another program??
  152. extracting international text
  153. How to tell when a print job is finished when using ShellExecuteEx
  154. adding context-sensitive help to property sheets (similar to the win95 set time/date)?
  155. How to access a COM object??!!
  156. Create a CBitmap of a hidden CWnd
  157. Adding System Tray Icons in a dll
  158. Best way to figure out LPT port settings for a scanner
  159. CE System Tray Icons
  160. how to change the txt'color in the edit box in dialog box.
  161. programming cd music
  162. Transparent Edit Controls (Non-MFC)
  163. How can i save a rtf file to a bmp file format?
  164. How to smooth FIT TO WINDOW
  165. How to smooth FIT TO WINDOW?
  166. How to use DirectTextToSpeech API of SAPI to a multithread program?
  167. About ActiveX Custom Property Persistent
  168. Hit Tool Test
  169. Simple Clipping Problem
  170. Dragging more then one item at a time
  171. Connect DBGrid width DAO
  172. download http
  173. Can you help me..
  174. How to add minimize button to property sheet?
  175. Color in MSFlexGrid
  176. Sample for read Excel file by DAO need
  177. How to detect time changing
  178. How do I add classes to a C++ Win32 Application?- No MFC
  179. C
  180. About CSocket...
  181. OpenGL picking
  182. Change font of CListView control
  183. Explorer-like app with diffrent right panes
  184. Tool Tip control help pls.
  185. How to display a bitmap on a picture box control in VC
  186. Tool bar enable /disable
  187. C
  188. Surrogate Performance
  189. DOS Syntax Problem
  190. MFC : CFileFind
  191. More than two simultaneous HTTP connections
  192. StatusBar
  193. Winsocks in MFC
  194. Replacing CComboBox edit control
  195. Where would i find Visual C++ IRC stuff?
  196. Two's Compliment
  197. Place an app in a system tray
  198. CListView & SetItemCount
  199. BMP size in MSFlexGrid Cell
  200. DLL Linking errors: unresolved external symbols that arent made internally
  201. [DirectX] 32bit palettes with ddraw possible?
  202. Have 2 Views in a SDI
  203. Opening html source in program
  204. How to retrive stored procedures OUTPUT parameter using ADO
  205. serialization???
  206. button
  207. CToolBarCtrl & Dockable & Floating
  208. Combox Edit Box with reduced width
  209. CAnimateCtrl in 256 colors
  210. SetPixel with 24, 16, and 8 bit color modes
  211. ComboBox
  212. Implementing snap-ins
  213. Plug In systems
  214. mciwnd
  215. Two's Compliment
  216. Please help a C beginner!!!
  217. how to draw in the non-client area
  218. Help a WinSocket Beginner?
  219. Plug-Ins
  220. Why retrieval of index of current selection through keyboard in list control is not correct??
  221. draw data graph
  222. Removing elements from CList
  223. CRichEditCtrl WS_EX_RTLREADING
  224. alignment of CRichEditCtrl
  225. Problem with dependencies on other projects
  226. About CCheckListBox
  227. MDI Childs
  228. Taskbar programming
  229. path to a specific dll
  230. Serial Port
  231. Finding the call stack
  232. Instrument Like panels in MFC
  233. Newbie Help Please
  234. Adding to a CArray
  235. How To Get MCA Address?
  236. ToolTip
  237. Q: Waiting for child process to exit
  238. Q:Showing Network Neighborhood Folder
  239. Would you give me some example with shellExecute Please?
  240. Large Copy to Clipboard
  241. CSharedFile
  242. SOCKADDR Structure
  243. SetCheck
  244. IHTMLElement.getInnerText() & IE5
  245. Deserializing using CArchive w/o dyanmically created objects
  246. How to write some data into stdiofile
  247. Denug Warning, DLL Terminating
  248. How to write the data into TEXT file, when the view data change?
  249. how can I export and then import a dialog resource
  250. Remove "Untitled" from SDI menu bar