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. Hard question.......
  2. Serial comm
  3. [VB]
  4. problem about CComBox
  5. Programming
  6. COleDateTime & SQL
  7. Rev 2 of DB
  8. Radio buttons
  9. Key data
  10. [VB] window size & location
  11. socket
  12. WM_IME_CHAR
  13. drawing transparent dibs
  14. ADD-IN
  15. ATL COM, MFC COM, ActiveX, OLE etc!!
  16. How to get date/time a record was modified
  17. DNS
  18. Difference between Run time and Design time of ActiveX control ?
  19. How to load C++ Code into VC++ Work space
  20. Reading in a file
  21. VK_UP??
  22. How can i read a BSTR value?
  23. ARP and GetIpNetTable(...)
  24. An Apply button on a ordinary Dialog window
  25. Context Menu on control, not shown when the key is pressed...
  26. How to write vertical Text in a DC ?
  27. Data Entry page
  28. random
  29. Toolbar Docking
  30. SQL
  31. Getting Registry info for CListCtrl
  32. How to print a graph bigger than A4 pager?
  33. Using Scrolling in BitMap
  34. Displaying Bitmaps
  35. Latest C++ Stuff
  36. ASPI
  37. ToolTips
  38. Virutal Key Code for punctuation keys...
  39. Books or Sites about Data types
  40. How to find out the Version of my exe
  41. Message processing
  42. Access Violation with DirectSound
  43. How can I get the mouse coordinates ?
  44. copy constructors
  45. Is there any way to use Data control in VC++ project
  46. Highlighting an item in a List
  47. Converting Sliderctrl value to HEX
  48. Some Memory Problem
  49. Crystal Report control??
  50. TopWindow over all
  51. sleep.......
  52. SQL Select
  53. default destructors
  54. Listbox on dialog doesn't show???
  55. How To Update Database With out using FieldExchange..?
  56. How to use COM component from VB without tlb?
  57. Subclassing CHeaderCtrl
  58. Exception Handling
  59. Rubber banding over boundary
  60. Invisible ActiveX
  61. mouse_event function problem on labtop
  62. How to change the window text of the save button of the save as dialog ????
  63. Problem with ImageCombo control
  64. Who can give me a sample
  65. Exception Handling
  66. how to delete an application itself
  67. Print Preview
  68. generate click action
  69. Help adding Help
  70. Problems with Bitmap code
  71. Fast record count for large queries
  72. CFileDialog freezing
  73. Regarding text driver
  74. Processes Running and their States
  75. Display bitmap without MFC?
  76. wave file
  77. HTML help
  78. How to change color pattern?
  79. Text Driver
  80. Transparent Ellipses?
  81. CTreeCtrl does not send NM_DBLCLK to parent.
  82. ActiveX in ActiveX during design mode
  83. How do you find the size of an unsigned char *
  84. How to know the mouse cursor position
  85. How can I perform transactions using RDC control?
  86. dialog/ edit box
  87. ToolTips
  88. Sending Email
  89. Change View
  90. Event Log files
  91. Bad Problem with MFCGridCtrl and CPropertyPage
  92. Using MFC classes in Win32 project
  93. Communicating with Thread
  94. OFNHookProc, help ?
  95. chong
  96. problems with directories
  97. Problems in CTreeCtrl in FTP client
  98. Problems in CTreeCtrl when using FTP client
  99. Set the Position of Toolbar
  100. how to position the toolbar ?
  101. CEdit chars
  102. Dyamic control creation help??
  103. Simple help
  104. Win32 Console Application with CSocket Class
  105. Please CFile/Serialize VC genius needed!
  106. Exporting
  107. Exporting
  108. question help
  109. SendMessage / PostMessage destroying windows...
  110. Accesing the Dialog of a CPropertyPage
  111. Scrolling bitmap
  112. Clipboard: pasting 24-bit user-made bitmap
  113. help please help
  114. dialog background
  115. progress bar
  116. Invisible ActiveX
  117. Create a CStatic derived class in view gets no WM_MOUSEMOVE
  118. Can you help me
  119. CHtmlView Print Preview
  120. CAsyncSocket Woes...
  121. Change View
  122. How to put one object in front of another object?
  123. set mouse pointer to hourglass
  124. I use CFileDialog to selet files, how can I change the text on open button of CFileDialog?
  125. Need help with files
  126. How to make netware accessible to service running as LocalSystem account?
  127. Slow AddNew and Update by ODBC -> MFC -> Requery does not see new data, should wait 1 second a
  128. no help
  129. MFC Communication
  130. font bold
  131. Prevent child window resizing-- help!
  132. last try
  133. WinPopup
  134. learn directx
  135. Help with this thing please!
  136. About SetControlText()
  137. CFrameWnd::Load/SaveBarState
  138. ListCtrl / ListView selection
  139. Please help me in win NT
  140. System Tray
  141. Internet and ole
  142. Ole and the internet
  143. Background color of CEditView
  144. STRANGE . . .
  145. Do you like this red color?
  146. New CodeGuru Look
  147. Getting the page info. from the Stock Propety Pages
  148. ODBC Connection string
  149. New bug?? I cannot rate!!
  150. How can I get UI style like MS Word 2000?
  151. how to determine the value of high order bit of a SHORT
  152. Finding Child Window
  153. how to add new accelerator
  154. Answer to DAN and question to everyone
  155. WEB-MIS development tool, download now!
  156. OFNHookProc, help ?
  157. sdi app needs to handle reading multiple doc types
  158. to budget an application
  159. Excel as a component
  160. Group Box (CButton?)
  161. Status bar for dialog based aplication
  162. How can i define size of proerty page dynamically
  163. Dialog app. problem
  164. restoring window position after close
  165. PLUG IN
  166. Controlling and Getting Text from AIM
  167. CREATING PRECOMPILED HEADERS
  168. MFC Ole Errors with clipboard
  169. gethostname gives error 10108
  170. Using ScrollBar in BitMap
  171. Selecting cells within a MSFlexGrid
  172. ActiveSkin
  173. To Trap ESC in Dialog Box
  174. Visual Studio settings
  175. Problems when compiling with LIB
  176. Get Environment Variables in Service
  177. Memory Leaks
  178. Fax control
  179. Beep on in place CEdit creation
  180. Handling MouseWheel Message
  181. Interesting Question, If you're good with handles, please help
  182. VersionsCheck
  183. SDI multiple templets
  184. RecordSet.GetFieldValue...?
  185. Simple COM server and client
  186. Executing IE from an MFC Application
  187. Redirecting all events to an application
  188. Problem with C++ client !!
  189. BCMenu in dilaog
  190. DLL won't build! Please help!
  191. How to Use MIME++ By hunnysoft.com
  192. Check users
  193. Floppy Drive Name
  194. BC++ to VC++ translation
  195. ListView/ListCtrl selection
  196. schematic editor
  197. Message sending
  198. Trying to close one splitter window...
  199. Non-english font in email need you help Pls.
  200. How to present data to a List controlbox??
  201. Infinite loop
  202. interfacing parallel port
  203. Change ODBC Connecion
  204. Dockable Toolbar And Single Dialog Applications
  205. Visual Basic
  206. Sample insert statements reqd. for Oracle
  207. monitor web server ?
  208. Get directory where .exe is located
  209. How can check what languages the system supports??
  210. Moving From VC4 to VC6 Anyone had experience
  211. Problem: ScrollBar and In-Place Activation (Visual Editing)
  212. Problem: ScrollBar and In-Place Activation (Visual Editing)
  213. Problem: ScrollBar and In-Place Activation(Visual Editing)
  214. graphics
  215. Form The SQL
  216. Fastest way to retrieve data from ORACLE and format the result in XLS
  217. multiple selection combobox
  218. DCOM -- help with passing array of structures.
  219. Accessing a Web Page
  220. How to change the size of a customized CFileDialog ?
  221. Display a transparent AVI on a background bitmap
  222. One more try for help re ClassWizard
  223. CWnd Focus style ?
  224. Urgent! CRecordset and SQL.
  225. Changing the System registry
  226. visual basic,visual sourcesafe
  227. statusbar not visible on startup
  228. Problem with CHtmlView
  229. Dialogs and database(ODBC,SQL???)
  230. Ownerdrawn Listbox with entries and variable height
  231. ADO's Open Method
  232. Document-View in dialog
  233. notification message for CListCtrl
  234. directx complie problem
  235. How from static library to stop the main application
  236. Determining function parameters from a DLL
  237. maximum data with fread
  238. Hacker attacked Hotmail!
  239. Image display from a 2-D array
  240. sqlextendedfetch - movelast
  241. scoket
  242. CFormView Resizing
  243. Jpeg insted of Bitmaps
  244. error LNK2001: unresolved external symbol
  245. Update a form view
  246. How to print the whole stuff on dialog?
  247. Dockable VC++ Windows
  248. How to set cursor key on the edit box?
  249. Installed Software
  250. Locating a control on a dialog