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. RAS/Dial-Up Networking
  2. CFont to TTF file
  3. Close, Min, Max buttons and more?
  4. Multiple child windows in MDI
  5. Detecting an Internet connection
  6. Minimize and Maximize
  7. Drawing dotted (ALTERNATE) lines
  8. Sending KeyStrokes
  9. Problematic ComboBox
  10. casting
  11. more than 256 fields for CRecordset
  12. Using GetSystemTime and ShellExec functions
  13. Extracting the short filename of a dir/ file under Windows programmatically
  14. Getting Subnet Mask
  15. Fail to insert subitems in CListCtrl. Is it bug ?
  16. Telnet
  17. Message Communication
  18. ATL COM Control not communicating with IE
  19. what exactly is meant by throw 0
  20. How to draw something when a function costs a large time
  21. Printing different views on a single page
  22. Problems with Software Release
  23. VERY SIMPLE database question - searching...
  24. How To....
  25. Verifying that arguments point to valid objects
  26. MS Visual C++ 6.0 compiler settings
  27. ATL: CCOmControl::OnDraw() being called 3 times for each refresh..?
  28. Controls Disable no gray
  29. Access,MAPI,profiles
  30. SetFocus()
  31. How to create Apps that cannot be killed by Task Manager
  32. about WM_COPYDATA problem!!
  33. Thread Variables
  34. How to make installable plugin?
  35. Coloured text in CListBox
  36. Pass by reference or by pointer
  37. Dialog and menu
  38. Recovering Class Wizard
  39. "new" and malloc
  40. I want to send messages between 2 windows-applications. What must I do?
  41. Simple SDI question
  42. Thread handles
  43. CMenu
  44. How to prevent a file being deleted?
  45. SQL question
  46. Automation DLL
  47. Tool Tips for dialog button?
  48. what is the extra character ??
  49. TextOut and SetTextAlign
  50. making convertion of characters to ascii , Hex , Decimal
  51. Accessing digitizer
  52. numeric alignment in grid cell
  53. Why does my simple Win32 app not know AfxMessageBox?
  54. ATL, ActiveX - Handling WM_CLOSE event???
  55. Programmatic Upload/Download of Mail
  56. App GUI and cout
  57. Prevent the user from typing
  58. Integrate scripting solution in application
  59. Adding folder to...
  60. example
  61. Application Icon
  62. Remove a Registry Entry
  63. Intellisense & source code control
  64. Draw dotted line
  65. AutoNumber field
  66. Help! How to delete all files in a folder?
  67. itoa....aaaahhh
  68. How do I use CInternetSession with proxy server?
  69. HELP! Single Instance of Web Browser Using ShellExecute()?
  70. Cannot connect to MFC Remote COM Server
  71. Dialog change
  72. LPDISPATCH FAR*
  73. BRowser
  74. Am I connected to the Net???
  75. Menus At Runtime
  76. NT account
  77. Does anyone know how to resize a bitmap (maybe using CDC::StretchBlt)?
  78. what is afx_msg ? When I need it ?
  79. Fatal error ???
  80. Sending a null through Serial Port
  81. Palettes and Printing
  82. 55521841
  83. Input from Unformatted Binary File
  84. private interfaces??
  85. ComboBox cant use CBS_SIMPLE; always crashes
  86. Menus
  87. Application using MFC Static Library
  88. How in program connect to URL via Proxy?
  89. Copy a class object
  90. RichEdit v2.0 header file?
  91. AAAAAIIIIIEEEEEE!!! Tooltips Not Working In Modeless Dialog!!
  92. Socket question: How can I get rid of this: "bind: Address already in use"
  93. Is it possible to make modeless dialog also a system dialog
  94. Custom MRU
  95. Serial comms using WriteFile locks up. Please help
  96. Books on Network Programming in VC++?
  97. How to wait until an app starts?
  98. Creating Popup menus
  99. How to get the Adress of the LPT port ?
  100. SQLSetConnectAttr
  101. Change version info in executable
  102. TreeView Control
  103. How can I eliminate 'flashing' during window resize in SDI?
  104. Resizable controls in a dialog box
  105. IDispatch error #6806
  106. WS_POPUP and Combo -> added to taskbar
  107. making the dialog repaint
  108. Tree Control
  109. Printer Sharing
  110. Changing frame window attributes
  111. RegQueryValue
  112. QueryDragIcon
  113. Help! how do I access a data base in differnt views?
  114. What is the most safe way to assign the pszText member in a LVITEM?
  115. [HELP]about IHTMLFramesCollection2
  116. [HELP] how to exactly use IHTMLFramesCollection2
  117. CPropertySheet
  118. mouse stale
  119. CAsyncSocket preempts Create!!??
  120. Printing put file in buffer or array to send to OnPrint, etc.
  121. Multiselect in TreeCtrl in a Dialog?
  122. overloading operator [] and =
  123. Load multiple instances of same DLL
  124. How To Change the orientation of my window coordinate system?
  125. Pointer to Memoryarea
  126. Print RichEdit Control in Dialog Based Application
  127. Disable a button on Toolbar
  128. Printing Reports from ODBC sources
  129. Serialization
  130. Adding button to Netscape/IE
  131. I need help from an expert who know well on networking programming
  132. I need help from an expert who know well on networking programming
  133. Define extension as C++
  134. Dynamic Object Creation
  135. Please help
  136. Interface names
  137. Scroll bar for Listbox
  138. Compiler doesn't recognize ios::noreplace
  139. cout << (double) var is truncated with VC++?
  140. My DirectX Prog. Locks when using Ctrl+Tab!
  141. Sound recording and playback
  142. How to create a modeless dialog using VC++ 6.0 development studio?
  143. VB CHR$ to VC++??
  144. Converting JPGs to BMPs
  145. Com Ports
  146. Dynamic Objects
  147. How can I get just an instance of an automation component???
  148. C++ ActiveX problems with Excel VBA
  149. How to create bookmark menu
  150. Help on MFC please!
  151. Using MSChart in VC 6.0
  152. Help regarding software development
  153. Receive and Send same time
  154. How to move a titlebar-less window??
  155. WebBrowser control frequently disappears when resized
  156. Q: I want to know the some difference about message commnuication
  157. Using CMenu
  158. CTreeCtrl Expand
  159. How to get the HWND of a specific class
  160. How to use output param in a stored procedure thru. vc++
  161. Linker Error
  162. Initializing CBitmap
  163. Deleting Folders w/Subfolders
  164. Resizing
  165. software for project.
  166. Detecting computer name..
  167. Disable a Text Box for Key Input
  168. Shaped Dialogs
  169. Where can I find CJ60Lib toolkit
  170. How to get a unique ID of a CPU?
  171. Bug !!!!!!!
  172. Scrolling Problem
  173. Get pointer to a CButton on a ToolBar?
  174. Prop sheets and Common Controls
  175. CodeGuru Contest?
  176. What files are needed?
  177. ComboBox hangs a dialog - based app
  178. ComboBox hangs a dialog - based application
  179. [HELP] how to access web page data within Frameset using IWebBrowser2
  180. [HELP] how to access page context within Frameset using IWebBrowser2
  181. 128Bit Integer class implementation
  182. How do I underline my text with tabbed text out?
  183. How do get my Scroll bar to automatically size for the amount screen that I need to display my data
  184. Crystal Reports
  185. How do I get the size of my document?
  186. Help coding MFC Visual C++ ,Converting characters into ASCII,Hex,Decimal in dialog box
  187. ATL COM control usable in Access?
  188. Can I thread in DOS 5.x?
  189. String to Time
  190. Splitter with only 1 visible pane
  191. "File New" doesn't clear my screen. Why?
  192. Bitmap
  193. DirectShow Filters: WDM Video Capture
  194. CEdit and Select Color
  195. Beginner COM question: IMPLEMENT_OLECREATE_EX
  196. CPropertyPage in the CFormView
  197. Command Line HELP!!
  198. 24-bit variable?
  199. Telnet??
  200. Detecting Ctrl / Shift / Alt pressions while clicking a button
  201. Drawing small BMP on dialog by clicking on toolbar button then coordinate on dialog
  202. chang ListCtrl Font Size
  203. Reverse Link list
  204. How to find the PID for a Process
  205. How to get a pointer to a combo box
  206. how to show data on a dialog bar
  207. Help:How to draw wave file?
  208. How to find threads belonging to the process
  209. mouse position on statusbar
  210. Help!!! Out of Memory!!!
  211. Does VC++ has some function to process the DateTime data type?
  212. capture screen of Windows
  213. workbook mode
  214. Use the GEtOpenFileName function
  215. Class (library) to work with INI files
  216. Using CAsyncSocket::Connect() for LAN?
  217. Property Page and the "Enter" Key
  218. a little help?
  219. How to draw in a pane of a status bar?
  220. how to set ODBC in my app? any sample codes?
  221. Shared Memory
  222. ActiveX control with a property page
  223. tab order problem
  224. MODELESS DIALOG??
  225. DDraw setting palette.
  226. global variables
  227. Get file trough HTTP (VC++)
  228. Graphing Floats
  229. How do I check, if archive is empty?
  230. converting characters in my dialog box into Ascii,Hex and Decimal
  231. Single Document Template and Menus
  232. Anyone used PolyPolyLine?
  233. What IDE do people use for DirectX; debug in MS 6.0 can't follow direct writes to screen
  234. palette and DIB
  235. Thread Limit in Visual C++
  236. Using the MFC double linklist CList
  237. How to detect scrollbar click in a CListCtrl?
  238. How to make a background program in VC++
  239. ADOX Column Attribute
  240. ATL Drawing Problem(s)
  241. How to overwrite OnSize, so it will not call default function?
  242. Icon Editor
  243. Structured Storage
  244. General pointer
  245. General pointer
  246. Reusing MSHTML
  247. How to programmaticly shutdown a MFC app
  248. Missing decl-specifiers
  249. ADO connection string
  250. Replacing res://shdoclc.dll/*.* files with your own