Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

mmagill0

@mmagill0
About
Posts
9
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Well, soneone's gotta go first...
    M mmagill0

    Just to let you know, you spelt characters wrong in the alert() function :)

    NeverHeardOfMe wrote:

    only alphanumeric charcters, hyphens, spaces

    JavaScript javascript data-structures regex help

  • Changing image on picture button
    M mmagill0

    When I select a new image in the properties toolbox to display on a toolbar button, it says "parameter not valid", even though I am using a valid image. I have tried lots of images and none of them seem to work. Is there any way I can fix this problem? I need to finish the program soon.

    Visual Studio help question

  • Opening a file with my program
    M mmagill0

    I'm not using MFC, can I still use __argc and __argv and if so how do i implement them?

    C / C++ / MFC question windows-admin

  • Opening a file with my program
    M mmagill0

    I have made a program that reads its own kind of file, which is written in plain text. When I run the program and select to open the file, it reads it perfectly, but how do I make it that when I double click on a file of this type it opens with my program? I have edited the registry and set it as default, but when I double click the file it runs the program with nothing there, the file hasn't loaded. Is there some code I should put into the program to allow it to open the file?

    If you're reading this, you're reading my signature - actually, no joke

    C / C++ / MFC question windows-admin

  • C++ saveFileDialog
    M mmagill0

    if i'm using winforms with C++, do I post in winforms or C++??

    C / C++ / MFC question c++

  • C++ saveFileDialog
    M mmagill0

    so how do I use the information returned from the dialog to save the file?

    C / C++ / MFC question c++

  • C++ saveFileDialog
    M mmagill0

    I am making a text editor in C++ and want it to save rtf an txt files. I have made a rich text box called richTextBox1, a toolstrip button called ToolStripButton1 and a save file dialog called saveFileDialog1. I need the save file dialog to save the contents of the rich text box when the tool strip button is clicked. Here is my code so far: private: System::Void toolStripButton11_Click(System::Object^ sender, System::EventArgs^ e) { saveFileDialog1->Filter="Text File|*.txt|Rich Text Document|*.rtf|All Files|*.*"; saveFileDialog1->Title="Save As"; this->saveFileDialog1->ShowDialog(); } How do I make the dialog save the contents of the rich text box?

    C / C++ / MFC question c++

  • Reading XML
    M mmagill0

    I will give you a simple example of what I'm trying to do: Text in here will be displayed as normal, but text in here will have a new formatting Is there a way to make a "browser" that reads this kind of markup instead of HTML?

    C / C++ / MFC csharp html visual-studio xml help

  • Reading XML
    M mmagill0

    I have made my own XML format which looks a bit like HTML, but I need a browser to read it. The built in browser windows in Visual studio can't read it, so I need to make a simple XML reader that displays the XML like HTML. Is there any very simple open source project I could edit, or is there a simple way to make an XML reader from scratch? Help would be appreciated

    C / C++ / MFC csharp html visual-studio xml help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups