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. Popup Menu scrolling, Urgent
  2. Need information on how to create wave file header
  3. Status Bar - Urgent
  4. Add to Browser Favorites
  5. CTreeCtrl display problems
  6. shared DLL -> statically linked library
  7. Simulating Ctrl+C ?
  8. Display Dialog
  9. Saving Pointers in an array of derived classes
  10. DATABASE SERVER
  11. Bitmap background in CMDIFrameWnd
  12. Edit box/add...courrent position
  13. Help with ATL Problem
  14. Track mouse movements outside of current view
  15. Calling an ATL Object in VC++
  16. How to Change the color of the title bar
  17. Help with templates needed !!!
  18. Doc_View call Console Window
  19. Adding an Interface to a COM object
  20. Web server problems
  21. Taskbar
  22. listctrl text color
  23. Selecting Rows From Multiple Tables
  24. RUNNING VC++ app AS SERVICE??
  25. Changing width of TreeCtrl-Item
  26. How to do MFC in Console App
  27. CWnd in a tagVARIANT structure
  28. Dialog Box / Thread Help
  29. 'operator =' unavailable
  30. Open GL Texture Mapping
  31. Replication server
  32. Reading Html Files
  33. Trapping those URLs
  34. CBitmap
  35. How can I wrap an existing active control using ATL?
  36. The items in Start menu?
  37. Thread Problems !!
  38. Highlighting text
  39. Yes or No and Where
  40. SOS! who can help me write device driver for windows 95
  41. doubleclick of button fails
  42. Is Microsoft Playing Fool?
  43. How would you pass a string(char array) from C++ function to VB
  44. I need some advice- Create/Kill process information - Please read
  45. Instantiate COM Object in C++
  46. C Programming
  47. Abnormal Program Termination problem
  48. New at Programming-- Help with output of vaiable to window
  49. CSocket
  50. hi
  51. How to set tab stop in rich edit control?
  52. Compile Socket features into DLL
  53. directory-changing created,accessed and modified time
  54. ctoolbar bitmap
  55. Opening dBase database using DAO
  56. Remove from TaskBar (System Tray)
  57. Need to write code for GetPrivateProfile()
  58. Disabled Controls
  59. Inter-Program Messaging
  60. Owner Draw ComboBox
  61. Display jpg,bmp,tif using plane mfc no ocx
  62. MessageBox
  63. MessageBox & CheckBox ->Create new class "CJMsgBox"?
  64. Display jpg,tif image in dialog box
  65. #define macros and stringisation
  66. #define macros and stringisation
  67. Setting properties for a new message in MAPI
  68. Urgent : Pre Compiled Headers
  69. Table locking
  70. Table locking
  71. Flashy Controls?
  72. Calling Java Object using COM
  73. Return back to PropertySheet if invalid data being entered ?
  74. YACC compiler
  75. MFC & 16-bit dialog
  76. [RESOLVED] BLOB Object storage thru Recordset
  77. Extended CHeaderCtrl
  78. Finding MAC address
  79. Windows to OS390
  80. Are there class members alike IsEOF/IsBOF for horizontal movement?
  81. CListCtrl NM_RETURN handling
  82. MAPI using C++
  83. CPen
  84. Sending message like Net Send command
  85. Size and Address of read-only data segment
  86. How can I get the pathname when I click a certain folder?
  87. Trivial
  88. Capturing & printing a window
  89. How i use CRgn?
  90. System Tray
  91. Help!!Right Aligned Hebrew Menu pops to left
  92. inp() / outp() equivalent for Windows NT???
  93. Missing pipe completion routine
  94. Creating a Window
  95. Specifying a callback proc
  96. GURUS!! Control in NON Client Area?
  97. Set as wallpaper
  98. Tree Control
  99. Stop window resizing
  100. Checkboxes in list views
  101. Translate .gif to bimap
  102. Tooltip on LIstctrl
  103. Help with menus, please
  104. stopwatch
  105. Registry Prblems
  106. URGENT - Tree Control...
  107. access to a txt file denied... why?
  108. Strange problem with ISAPI Extension
  109. Dynamic control
  110. CAccessReports
  111. Where can i find notes or tutorial on Advanced pointers in C??
  112. Include waf file in ressource
  113. Trouble with CreateProcess
  114. Calendar fails on Release Version
  115. how to use HttpSendRequestEx¡¡
  116. Adding dialogs into CTabCtrl
  117. Need to write (=draw) sloping style text
  118. Need to write (=draw) sloping style text
  119. CRochEdit
  120. How to scroll control
  121. About Painting
  122. Text to Speech
  123. not 100% smooth scrolling
  124. Resize and redraw buttons.
  125. Reporting From Access
  126. GetClipBox & OnDraw
  127. A toolbar problem!
  128. Laoding Bitmaps in run time
  129. How to - Backup and restore a portion of registry?
  130. Disabling controls from a derived CFileDialog class
  131. command line
  132. Exporting template classes from DLLs
  133. HELP ! MATLAB ActiveX Server
  134. HMETAFILE
  135. Thread balancing on a dual-processor system
  136. How can I see all the exported function from a DLL?
  137. How to convert BSTR to char*?
  138. Problem with creating a Thread in a DLL
  139. Color Spaces
  140. Help New at This and Trying for 2 WEEKS to get it right
  141. fix window
  142. System Menu Cancel Button Disabling
  143. globar char?
  144. How to let server change view?
  145. Server and Container
  146. Urgent: Scrolling Popup Menu
  147. problems with exit an sdi-app
  148. VC++ Include environment setup.
  149. sendmessage and windowproc
  150. Why does "Enter" exit my program?
  151. What is this error ?
  152. HOW TO RUN VC++ app AS A SERVICE in 98???
  153. How can I wrap an existing ActiveX control using ATL?
  154. VCTERM runtime error
  155. COMBOBOXEX
  156. input file
  157. How to use OLE
  158. ATL ISequentialStream
  159. VERY VERY URGENT
  160. Remove Window Menu
  161. Combo Box Problem
  162. SAFEARRAY ByVal (?)
  163. CreateProcess problem, please help!
  164. Icon
  165. CDC::AngleArc not working
  166. CReBar within an OCX ?
  167. Impossible problem!!
  168. Why system insert 0x0d before 0x0a?
  169. Does anyone know how to lock a buffer into RAM?
  170. Resizing a column if FlexGrid
  171. Flight Sim. Project
  172. Foreign file paths
  173. Replacing the wallpaper from within an app
  174. transaction log
  175. TCP/IP settings
  176. TCP/IP between 2 processes in a single station
  177. Distributed Transaction
  178. SetCommState() problem
  179. Call debug DLL from non debug EXE
  180. CD ROM info
  181. MFC Control Questions
  182. File Sending in Socket Programming
  183. Changing background color in CEdit
  184. Installing Fonts
  185. VerFindFile and VerInstallFile
  186. Loading library
  187. Printing a graphics created with CMemDC and CBitmap
  188. Printing Text using various fonts
  189. in Need for help again
  190. HOw to select an item in ListView?
  191. ListView with derived CListCrtl
  192. Help using Read Only Edit Control
  193. Display Date in Static Control
  194. array help
  195. Help about DataComboBox
  196. GetMenuItemInfo
  197. FORM as Dialog
  198. How to disable button in rebar?
  199. How do I know that the user clicked the Minimize button
  200. VC++ FOR VBA
  201. Recursive Search and CFileFind
  202. if a dialog is already minimized, how do i restore it from within the code?
  203. more array q's
  204. Finding an executable file anywhere in the HD: How can I do it?
  205. Question on FlexGrid in a splitter window
  206. How can I make a proxy ?
  207. General
  208. GetPixel for CBitmap
  209. NT-Service and GUI ( SDI Application using Visual C++)
  210. Exception Handling ---Urgent
  211. Sending commandline thru DDE to another app
  212. Remove from Task bar
  213. How to Load Bitmap in a Button in dialog based app
  214. Printing Memory CDC and Bitmap...Please help !!
  215. Double Spacing in a Dialog Box
  216. Title bar button
  217. how can I automatically scroll down a dialog box as the cursor moves down
  218. For Gurus: Reverse engineer from database back into the datamodel tool such as Erwin
  219. SQL database without DAO
  220. GetSysColorBrush
  221. How to import a dialog resource from another project?
  222. ClipRgn?
  223. SQL Server and Reporting?
  224. Can't change font on Dynamically Created Buttons?
  225. Picture in Button Control
  226. atan2 type function
  227. CListBox::DeleteString
  228. Encryption Laws
  229. PAGESETUPDLG
  230. how can I determine exactly which dll files are needed for a program
  231. Communication
  232. How can I do communication
  233. Simple MAPI default doesn't exist on Std Win?
  234. How to refer to MBCS characters
  235. How to use WM_NOTIFY message
  236. bubble sort
  237. Help me the CArray question!
  238. Java to Assembler Converter
  239. How to pop up a PropertyPage in a PropertySheet ?
  240. Cleanup
  241. Getsystemresources
  242. Help me about vc++ control vba!
  243. how to write a print driver
  244. How to load DLL???
  245. Modem programming
  246. Static int Array
  247. Doc-View Arch
  248. changing language
  249. how will i do blob?
  250. Help adding icon to MFC dialog