Skip to content

Article Writing

Discuss writing articles, add your requests for articles here, or search for ideas for a new article.

This category can be followed from the open social web via the handle article-writing@forum.codeproject.com

5.4k Topics 12.4k Posts
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • How to add new columns to excel file

    database tutorial question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Window position

    question com
    2
    0 Votes
    2 Posts
    0 Views
    L
    BringWindowToTop(...) SetWindowPos(HWND_NOTOPMOST,...) SetActiveWindow(...) All have their own caveats.
  • POP3 E-Mails with MIME Attachments

    2
    0 Votes
    2 Posts
    0 Views
    J
    Dundas TCP/IP (commercial) or mime++ (gpl'ish licence)
  • Calling a user's email client on windows

    com tutorial question learning
    8
    0 Votes
    8 Posts
    0 Views
    R
    Hi Andrew, Thanks for the response, and I'm sorry that I haven't replied sooner.....been busy fighting other fires. Unfortunately, the attach parameter doesn't seem to work at all. I've tried with Outlook Express 5 and Netscape Communicator as email clients. It doesn't work with either. I can get subject and body parameters to work, but the attach is just ignored. Also, I haven't found any information anywhere on the net that documents this facility. RFCs 1738 and 2368 don't mention "attach", though RFC 2368 allows for the possibility of it. So, it looks like I'm going to have to "do it myself" somehow. (We are in the 21st century aren't we??????) Russell Robinson (russellr@rootsoftware.com) Author of TTMaker (Advanced Timetabling Software) http://www.rootsoftware.com
  • Barcode ?

    com question
    3
    0 Votes
    3 Posts
    0 Views
    A
    yes u can use the ellfringe barcode go to site www. barcodingfonts.com try it and reply abhi abhilash_mca@email.com
  • Omitting the word "New"

    question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How does program updating work?

    question announcement lounge
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • MSN Messenger Pop-up Window

    tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How do I print a pdf file from browser?

    help question tools
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • How do I print a pdf file from browser?

    help question tools
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Loading XML strings into a DHTML Active X Control

    tutorial c++ html com xml
    2
    0 Votes
    2 Posts
    0 Views
    E
    Here's probably the easiest way assuming you are using IE5.* Load the XML string into an MSXML IXMLDOMDocument object using the load or loadXML depending on your use. Then load the default style sheet for XML from the msxml.dll into another IXMLDOMDocument object using the load method and specifiying the url of : "res://msxml.dll/DEFAULTSS.XSL" Then do a transformNode on your XML document using the stylesheet. Then put the resulting transformation into your SetDocumentHTML method. If you don't think IE5 will be installed, then you can put the defaultss.XSL into your application as a resource and load it from your own component using the res prototcol. look for "Using the Default XSL Style Sheet in Your Application" in msdn which will have a link to get the default stylesheet that IE5 uses. -Erik
  • Barcoding Source Code

    com help tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • I NEED SOME C CODE

    com
    2
    0 Votes
    2 Posts
    0 Views
    M
    http://www.google.com/search?q=bubble+sort Take your pick. --Mike-- http://home.inreach.com/mdunn/ All your base are belong to ME~!
  • Source Safe

    4
    0 Votes
    4 Posts
    1 Views
    D
    The help files document the command line interface for checking-in/out files. If you have a batch process to check-in all checked-out files every night, I would suggest that it is far simpler and quicker to do a recursive check-in from $/ in a batch file, rather than to try to develop an application to do the same thing.
  • mIRC

    com
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • algorithm for connection lines

    csharp css algorithms data-structures help
    4
    0 Votes
    4 Posts
    0 Views
    N
    Hi Thomas, This is an area of some interest to me as well. I have spent quite a bit of time looking for packages to do this with limited success. See my post in the Lounge: "Flowchart/Diagram libraries" 25 Dec 00 I've found a few other packages since then. Let me know if you would like the details. Please let me know if you find anything. Neville Franks, Author of ED for Windows www.getsoft.com
  • How to set thumbnail image to a file icon of Explorer

    adobe tutorial com lounge
    9
    0 Votes
    9 Posts
    0 Views
    M
    Yes, that's what I want to do. Thank you very much. Also, I'm coming to understand where I should refer in VC++ Help thanks to your advices, so I wish to express my appreciation to you again. Thanks a lot. Sincerely yours ------------------------------- Masahiro Kurosawa kurosaw@itg.hitachi.co.jp -------------------------------
  • Explorer, Docking, Splitter-windows in plain C

    c++ com data-structures tutorial
    3
    0 Votes
    3 Posts
    0 Views
    T
    Thank you for the prompt reply. I understand the basics and have programmed windows such as toolbars (before the common control in Win32), rulers, MDI, etc. Its all the "details" that are so time consuming. 1. Explorer tree view - I'm sure that I am not the first person writing an "explorer" in plain C. Its all the details of determining which drives are available, etc. that take time. However, I don't see any stumbling blocks; just would be nice if I could find complete sample code. The "chicoapp" example on MSDN and the FileTree example on codeproject.com are very useful. 2. Docking Windows - Details include the subtle ways that the mainframe's window borders are drawn/shaded when there is a docked window, the algorithm for outlining where the window can be docked. The slider for resizing the docked window in non-trivial. 3. MDI splitter windows. This also looks very difficult. It appears that you may have to sub-class the drawing of the MDI border and scroll bars in order to display the scrollbar "splitter", etc. Perhaps no one has attempted this in plain C. Any references to sample code will be appreciated. Thank you. Ted Green ted@vedit.com
  • HTTP/1.1 client

    c++ performance code-review
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied