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. Spell Check?
  2. Adding icon to MFC dialog
  3. To get Currently Logged on User from a Service
  4. IPC (MailSlots)
  5. drawing of 8-bit image file
  6. Problem wirh creating OCX which links a library written in MFC
  7. Combine resouce of two project
  8. How to check for COM memory leaks
  9. How do I convert an SDI to a MDI?
  10. How do I convert an SDI to a MDI?
  11. list view item tooltip
  12. Train the Trainer
  13. Access Reports
  14. How to read and write a MSSQL image field using MFC and ODBC ?
  15. Why public keyword appears several times?
  16. what do i have this error message
  17. how to find MAC address
  18. Who can help me to convert 16Bits Bitmap to 24Bits Bitmap?
  19. Access crashes when Event is fired from ActiveX
  20. Can U Help?
  21. [HELP] probelms in CreateURLMoniker..
  22. What is WINBASEAPI function type?
  23. Who can help me to get the original 24Bits bitmap in a resource file?
  24. Make visible CDialog bar in MDI
  25. Geting control after my parent Dialog is painted
  26. How to colour the ListCtrl columns
  27. Date settings and Access
  28. An Important I.T Question
  29. change version number of dll
  30. URGENT:Syntax Error: missing operator in query
  31. how to combinely use sockets and stdin(standard input file desriptor) using single select statement?
  32. Get Item Selection In CListCtrl when using the Keyboard
  33. button bitmap
  34. De-Duplication
  35. SpinButtonCtrl
  36. PreTranslateMessage()
  37. How to get a length of BSTR?
  38. Icon Tray Notification
  39. Debugging com port under NT
  40. Print Screen?
  41. getting file names into a string list
  42. Catching WM_PASTE in a CRichEditCtrl
  43. Install shield...
  44. IPX Socket
  45. Question about Time limit
  46. ActiveX style setting
  47. Displaying a CListCtrl
  48. Sharing variables between a DLL and its executable
  49. Controls in CFormView
  50. VC++
  51. Tab Label Font
  52. WM_NOTIFY
  53. How to convert BSTR to char*?
  54. COM work and DCOM does not work, why?
  55. Adding a item to the briefcase
  56. Extract Unicode string from text buffer
  57. URGENT: Owner-draw CListCtrl & Measureitem
  58. DesktopToDevice
  59. PAGESETUPDLG
  60. ADO Databound Controls in a splitter window
  61. GetLocaleInfo Api function
  62. HELP!!! Setting permissions in Registry
  63. ODBC
  64. Problem with CCrossbar::GetInputCount
  65. -1.#J
  66. Counting Resources
  67. Database connection problem
  68. VC++
  69. [Urgent:]SQLBindParameter fails for Boolean type in ODBC 4.0. The same code works fine with earlier
  70. Displaying dialog bitmaps in 8bit color mode
  71. Bios Number
  72. Open/Save file types
  73. OLEDB/ADO Providers
  74. Changing printer orientation on per-page basis.
  75. Opening Text files
  76. Inserting Special Symbols
  77. Is it possible to make controls appear outside of the dialog?
  78. WM_NOTIFY
  79. SQL commands
  80. WORD97 OLE Automation
  81. CIni for writing INI files
  82. Client disconnected not detected
  83. Generic Classes
  84. Client disconnected not detected
  85. Disabling hot tracking in flat toolbar
  86. Hide columns in listview??
  87. how to redirect stdin with CreateProcess ??
  88. is there any way of rotating text 90 degrees and then printing it
  89. 8-bit colour in tree control
  90. Print Dialog box Customization
  91. defining fuction
  92. 3D controls under win95/98
  93. How to draw a line with arrowhead
  94. How to use a Control derived from CWnd in a application
  95. Priting memory CDC and bitmap...Please help
  96. COM Possiblity?
  97. Is Visual Basic replace Visual C in 2000
  98. DLL
  99. Multiline Edit boxes
  100. Internet Options
  101. CListBox selection problem
  102. How to Capture keyboard event in a dialog box?
  103. Reading a TEXTAREA...
  104. Obtaining the ports in use, like in netstat -a
  105. Win98 and NT5 Functions
  106. MFC's and .WAV's
  107. CPropertySheet and Buttons
  108. Clipboard in Win98
  109. RegistryEntries
  110. A Variant type in Visual C++
  111. Access MDB file Format
  112. How to handle 'Single Quotes' in ADO
  113. Invoke Dialog Box from Static Text?
  114. First-chance exceptions
  115. Tab stop - eliminating
  116. Mixing Audio
  117. Truble Using ReadFile() function
  118. HScroll of ComboBox
  119. Background Color of Dialogs
  120. CFile & Permissions
  121. Timezone Conversions
  122. text
  123. different view, different menu?
  124. Sort CComboBox
  125. FindNextRow parameter in OLEDB
  126. Running interactive NT system service after logging off
  127. entering fields
  128. ListCtrl Scrolling
  129. ListCtrl Scrolling
  130. ComboBox
  131. IS IT POSSIBLE TO SEND PARAM????
  132. Non-Client Painting
  133. WM_NCPAINT
  134. Where was object created?
  135. APIENTRY
  136. Splitter window - resize
  137. Folders/Directories
  138. Server does not use CScrollView's scroll bars
  139. OpenGL
  140. Can you solve this????
  141. Can you solve this????
  142. Code to change tab order
  143. Type Casting Problem
  144. dynamic ram disk???
  145. How could I get hard disk's serial num or something similiar?
  146. How can I SendMessage to View from Application?
  147. ActiveX control on top of a Picture Control
  148. DllGetDocumentation, How?
  149. How can i make sure User interface thread to exit before the main thread destroy?
  150. Procedure entry point in an application
  151. How To Open Up The Browse Window?
  152. Can't navigate Web Folders from the CFileDialog?
  153. Printing Problems
  154. Can't navigate Web Folders from the CFileDialog?
  155. How to find out what is the CD ROM drive letter?
  156. DrWatson "nosymbols"
  157. VC++
  158. MSCOMM
  159. Size of splitter pane
  160. Pixel aspect ratio
  161. Fnding active window
  162. OnTop
  163. HSCroll inCComboBox
  164. elliptical window
  165. How to find new size of windows task bar?
  166. CFormView & controls
  167. my app corrupts icon cache!??!
  168. TAPI Version Conflict
  169. VC++ : Call Stack Window
  170. DLL and ODBC
  171. VC++ : Using WPARAM and LPARAM
  172. Sort CComboBox
  173. Conect to Paradox
  174. Advanced CHeaderCtrl
  175. MFC and Win3.11
  176. Window Hiding/removing
  177. HELP on ODBC
  178. CRichEditView
  179. OSI connectivity across UNIX and NT
  180. Special Font
  181. file transport in network
  182. minimize an MFC-Dialog-based-App
  183. Counter-Sample
  184. OOB receiving
  185. Stings
  186. Remote Shell
  187. change color in CTreeCtrl
  188. Re: LoadBitmap
  189. strings
  190. Interfaces of Microsoft Project 98
  191. Object Libraries
  192. Can I use multiple threads to insert records into the same table?
  193. file transport in network
  194. <excel> How to move all fields one row down?
  195. HOw to create Object Libraries
  196. How can I initialize text in the edit box of Listbox control
  197. How can I Initialize the edit box of a combo box control?
  198. Active application
  199. Why do drawing stop and redrawing?
  200. Urget
  201. how to find MAC address
  202. How to change color on the resize handler in CRectTracker
  203. CTREECTRL SELECTION
  204. set and find out classname
  205. Data Conversion utility
  206. select a line in a listview
  207. How to create Modal dialog box with out using DoModal() function
  208. CAccessReports
  209. How can I SendMessage to View from App in SDI?
  210. Does Microsoft Access97 supports concurrent access to a Table?
  211. How do I find a specified string in a file programmatically
  212. How to get user input from a control created in the View::OnDraw procedure?
  213. Is there any tool like recorde.exe in win
  214. help!!! NT SERVICES
  215. HELP! file detection
  216. About Sound
  217. save and retrieve URL in Access database
  218. Multithreaded CSocket blues
  219. 256 Color images in toolbars? possible??
  220. HowTo: Different instance of Document for Different instance of the view
  221. Which Command line to use in VC program to copy files from drive C: to Drive A
  222. VC++
  223. CDM_GETFOLDERIDLIST
  224. VB component creation
  225. Sockets
  226. How to colour ListCtrl Columns(2)
  227. Disabling CTRL+ALT+DEL
  228. Reading ports in NT?
  229. Need window in ActiveX control
  230. ActiveX gurus: Assistance requested
  231. unchangeable splitter pan
  232. How to go beyond the 32767 client area size limit!
  233. VC++
  234. New Programmer is having nightmares
  235. CTabCtrl class
  236. Getting a Pointer from a DLL
  237. Drag and drops files
  238. Memory Management in win 32, C or C++
  239. Handling CListCtrl Selection - The Ultimate Windows Control Question!
  240. Problems with CreateCompatibleBitmap
  241. CCmdUI
  242. Objective Grid
  243. A queue in a file...how?
  244. change column color programmatically?
  245. CFile I/O Efficiency
  246. How to set "width" of scroll-bar-slider ?
  247. So may questions. So few answers.
  248. where can find Development on Linux
  249. Create a Window
  250. ActiveX Control: Code Signing