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. Communicating with IP
  2. How to open a .lnk file
  3. Repositioning controls on a dialog bar
  4. Inserting items into a ListView
  5. How to align elements on a ListCtrl column
  6. How to make a TreeCtrl to respond when a Key is pressed
  7. Multiple forms of the same DB
  8. dial-up network
  9. Storing a byte array in an Access Database
  10. CListCtrl
  11. Serial Cable wires..
  12. Integer to CString conversion
  13. Updating Global Environment Variables??
  14. Setting and getting the state of a radio button
  15. placing buttons over image
  16. How to make a program remember its position
  17. Please help! (serial question)
  18. Scrollable window in the dialog based app.
  19. Scrollable window in the dialog based app.
  20. How to keep an EditView color in white when the view is in readonly mode?
  21. Scanning Bitmaps from Screen into Memory
  22. How to show a process in a splitter pane.
  23. Windows Sleep Mode
  24. how to show modal dialog full screen
  25. HELP !!! LINK error when compile with static linked MFC library
  26. netshareadd
  27. Multilanguage stuff
  28. Starting a dialog with an activex control
  29. I get multiple LVN_ITEMCAHNGED notifications in CListCtrl derived class
  30. Sharing a database program on LAN, database connectivity!
  31. How to Create ScrollBar at Runtime
  32. Animation on right of Menu like Explorer
  33. FormatMessage to Winsocket errors?
  34. DEL key
  35. run another program
  36. Compile & Link
  37. Urgent !!!!!!!!!!! When i create modelless dialog on windows task bar a new application apears why
  38. Another windows's message queue
  39. Why can I not use Move ADO connection to an Oracle database
  40. How to terminate entire dialog base aplication from another dilaog
  41. Help! SIMPLE CScrollBar!
  42. Another CScrollBar question.
  43. MFC - Wizard and Dialogs (second round)
  44. VTS_ constant for VARIANT_BOOL*
  45. displaying text in MFC windows
  46. How to set the whole dialog font as Bold?
  47. Square client area
  48. Help!!!!!! Calling a Palette Under Dos
  49. ctrl,alt,shift commands under windows
  50. How can i disable the right-key context menu of CHtmlView?
  51. How to hide a treectrl's item ?
  52. How to display HTML code without create a temp HTML file?
  53. How to dock a dialog to the taskbar?
  54. "Realtime" clock
  55. CInternetSession
  56. Syntax Error in FROM Clause?
  57. Changing an icon
  58. How to display a text using a CString in a EditView.
  59. VC++ 5.0: Compile for Windows or DOS?
  60. Win32/Dosshell
  61. OpenGL vs DirectX
  62. Synchronization
  63. FeedBack & Orthographic
  64. draw anywhere?
  65. Create New Process into particular window
  66. CPU Info
  67. operator*()
  68. Microsoft Forms 2.0 Image, ActiveX control
  69. process mapping
  70. Calling the right destructor
  71. Windows 95/NT : urgent
  72. Need to Get Process Handle
  73. Disabling OK, Cancel, Apply
  74. How to change the mouse pointer???
  75. How to make an interface to a scanner?
  76. Why do I get an access violation when calling a VB function pointer in a C++ thread?
  77. Property Page and Sheet
  78. Network drive connection
  79. A easy question
  80. Check if one instance of class is of one class exactly ( not inherited)
  81. 1221
  82. how to change the size..
  83. Tooltips cause Access Violation
  84. Tooltips cause an Access Violation
  85. Automatic Change in Url Address
  86. Bitmap of a window
  87. Registry related
  88. STL Containers
  89. COM String passing
  90. same thing again
  91. Accessing Controls
  92. Why to use BOOL???
  93. Windows CE
  94. RichEditView and Tables
  95. WordPad
  96. MFC Tree Control/Tab Control Problems
  97. BinaryRead with m_piRequest
  98. List Control does not update on Win 95
  99. How can I get the text from a resource..
  100. UNICODE atoi
  101. crc-16
  102. Converting Julian Day Number Into A Day Name
  103. Telephone Alphabetics Converted Into Phone Keys
  104. (Telephone Alphabetics Converted Into Phone Keys
  105. Static text font size
  106. Getting infomation about download
  107. Question about HANDLE
  108. HTML-Help
  109. Multiple languages
  110. Help: \n in an edit box???
  111. Strange error during compilation
  112. ???Pointer???
  113. UML Book recommendation required
  114. SourceSafe Integration
  115. Seek in table using ADO
  116. RichText
  117. ATL-Control doesnt hear Messages
  118. ASSERT failure
  119. realloc
  120. realloc
  121. Dialog box minimize
  122. Changing Status Message
  123. Calling Another EXE
  124. Environment Variable
  125. ATL Service using MFC
  126. How do U invert the picture shown when using 'CapPreview' ?
  127. System-Wide-Hook-Problem
  128. WaitForSingleObject
  129. Dynamically Created CButton
  130. NT Service
  131. Recycle Bin
  132. Printing a file
  133. DLLs and VB
  134. Don't allow padding zero's in CEdit
  135. Don't allow padding zero's in CEdit
  136. illegal operation
  137. Maximize SDI window
  138. Help -> Bitmap
  139. ActiveX and DLLs
  140. Where to buy Good Audio Library (SDK)?
  141. How to Debug when program crashes
  142. How to change property page's title at runtime?
  143. How to get both A and C drive contents in CComboBox ?
  144. Popup menu
  145. Windows Msg Queue question
  146. CListCtrl
  147. Title caption
  148. Header and CPP files
  149. HTML , tcp-ip + C/C++
  150. add in
  151. How to break out of a "for" loop with a control?
  152. News Update
  153. Func Similar to LineTo for float?
  154. DirectShow
  155. Detect Dialtone
  156. MS Personal Web Server
  157. Problems scrolling a listbox
  158. Can this be done with TCP/IP?
  159. [HELP] Matrix Manipulation
  160. Singleton
  161. Only one Non-Modal dialog is shown at a time
  162. DHML Editing Control
  163. Dependencies
  164. Error while including "shlobj.h" : URGENT
  165. dialtone?
  166. Very Simple Drag & Drop ??
  167. Threads handling
  168. Trouble checking/unchecking Toolbar menus
  169. Windows Keyboard hooks...
  170. Network computer name -> IP Address
  171. Window handle
  172. Two questions for beginner
  173. How to create(get) a microsecond-based clock frequency ?
  174. CONTROLS: TRANSPARENT
  175. wizard button update
  176. Help with Excel automation!!!
  177. help
  178. CMenu
  179. Combo Box
  180. [Qtn] Combo..
  181. How to avoid redraw in ScrollView
  182. automation Collection
  183. why the dialog disappeared when i tap "enter"?
  184. serial port data..
  185. MSV1_0
  186. MDI Child Size
  187. monochrome bitmap
  188. TooBar on top
  189. How do I calculate the screen size of a dialog resource
  190. bitmap&split
  191. Static Text control
  192. 3d text and controls.
  193. Help problem in Visual C++ IDE
  194. Resizing MDIChild Windows
  195. seting new desktop window
  196. millenium problem
  197. different colors in a listview
  198. Adding a record using ADO in VC++
  199. system info
  200. Pipe ouput of console to a file, from within a window app
  201. How can I get the screen resolution from the mainframe ?
  202. Dialup
  203. !!!(Urgent) TAPI Function lineGetID cause problem on NT
  204. Polimorphism
  205. Any help for HTTP Com Object
  206. Word Automation
  207. !!!! EMERGENCY !!!!!
  208. ACCESSING CONTROL DATA
  209. FormView in Scrollview ?
  210. HELP
  211. BITMAP FROM VIDEO
  212. BITMAP VIDEO
  213. Modeless Dialog Boxes
  214. VIDEO BITMAPS
  215. What type of boolean expressions?
  216. Strange Receive()
  217. urgent please
  218. Internet & JScript
  219. VIDEO AND BITMAPS
  220. OpenGL print and print preview problem
  221. MultiThreading && MFC UI Messages
  222. Edit control Caret
  223. Alt key notification on mouse click ?
  224. colored text
  225. removing a class
  226. Localisation to Japanese (and others)
  227. Property page of any ActiveX control
  228. <<<< Property page of any ActiveX control >>>>>
  229. Best way to structure explorer-like app
  230. Active-X OCX help
  231. SQR
  232. DAO 4.0 (3.6)
  233. how to make the image on the button look disabled
  234. Owner Drawn List Control
  235. Data compression using zlib..
  236. Volume Control coding?
  237. Volume Control coding?
  238. Need some help with this code please...
  239. How to remove a line from NULL_BRUSH background
  240. Double click static text
  241. URGENT: DEVMODE
  242. header files
  243. DLL function exposure
  244. CArray Bidimensional ?
  245. How to disable cursor and selections in CEdit control?
  246. ActiveX control locks in memory
  247. Loading - > Serialize(CArchive &ar)
  248. checking modem
  249. Context Free help
  250. Move down through a Tree Control getting every item text