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

Mutty

@Mutty
About
Posts
29
Topics
16
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Linking files - inline, or Dev studio?
    M Mutty

    Is it better to link .lib files using a line such as: #pragma comment(lib,"XXXXXX.lib") or, should they be linked via the project settings? What are the practical differences to these approaches? Thanks, -mutty

    C / C++ / MFC question

  • Winsock2.h and "unresolved external error"
    M Mutty

    thank you - how do I link WS2_32.lib? Stupid - never mind this. I was trying to open the property pages for the SOLUTION, not the Project. No wonder there was no linker folder! -mutty -- modified at 13:42 Tuesday 14th February, 2006

    C / C++ / MFC help question

  • Winsock2.h and "unresolved external error"
    M Mutty

    I am trying to do this: char szHostName[MAX_PATH]; gethostname(szHostName, MAX_PATH); I have included winsock2.h yet am getting: error LNK2019: unresolved external symbol __imp__gethostname@8 Anybody know what I am missing? VS2002 thanks, -mutty

    C / C++ / MFC help question

  • Best Book for Visual C++ .net?
    M Mutty

    I'm looking for a good book to learn about Visual C++ .net I have a moderate amount of experience with C and C++, and have used older versions of Visual Studio, but never felt completely comfortable in the environment. Most books I've looked at concentrate too heavily on language, not enough on Visual Studio, etc for me. Any suggestions are welcome! -mutty

    C / C++ / MFC csharp c++ visual-studio question learning

  • Creating my own control
    M Mutty

    yes, perhaps you are correct. How, then, do I create a new control using ver2002? I have been looking at various articles regarding creating custom buttons, but would like to find a 2002-era walk-through like the one posted. Anybody help? thanks -mutty

    C / C++ / MFC csharp c++ dotnet visual-studio wpf

  • Creating my own control
    M Mutty

    Hi all - I am trying to follow this Walkthrough from the msdn: http://msdn2.microsoft.com/en-us/library/ms235628.aspx[^] my problem is in the part where is says: "To create a new Windows Forms control project On the File menu, click New, and then click Project…. In the Project Types pane, select CLR in the Visual C++ node, then select Windows Forms Control Library in the Visual Studio installed templates pane. I do not have this CLR project template... what am I missing? I am running Visual Studio .net ver.2002, student edition. Thanks for any info - mutty

    C / C++ / MFC csharp c++ dotnet visual-studio wpf

  • Changing IP, gateway, etc programatically
    M Mutty

    I'm writing an application which will change the PCs IP settings (IP, gateway, DNS, etc) Any pointers on how to do this? Thanks, mutty

    C / C++ / MFC tutorial question

  • Change IP settings programatically
    M Mutty

    I'm writing an application which will change the PCs IP settings (IP, gateway, DNS, etc) Any pointers on how to do this? Thanks, mutty

    Managed C++/CLI tutorial question

  • suggestions on Changing IP address, DNS, etc
    M Mutty

    netswitcher does much more than I need... and it also defeats the purpose of doing it myself. :)

    C / C++ / MFC tools help question

  • suggestions on Changing IP address, DNS, etc
    M Mutty

    I'm constantly moving my laptop around to different networks, and at each place I need to change the static IP settings. I'm writing a little utility to store my various configurations and set the appropriate one when needed. Right now I'm changing the IP settings from a batch file with the "netsh interface ip set..." command. Obviously, this is an ugly way to do it, but it works. This also makes it more difficult to add/edit my various listings. I'm looking for a more elegant solution... and suggestions? Thanks for any help -mutty

    C / C++ / MFC tools help question

  • Dynamicaly moving controls at runtime
    M Mutty

    So easy... Thanks!

    C# help question

  • Dynamicaly moving controls at runtime
    M Mutty

    Hi - I'd like to dynamicaly move a button during runtime. I've tried changing the control's Control.Location.X and .Y but get the error: Cannot modify the return value of 'System.Windows.Forms.Control.Location' because it is not a variable. Is there a way to move a control at run time? Thanks, mutty

    C# help question

  • Multiple Forms question
    M Mutty

    Thank you very much for the assistance. I have it working now! -mutty

    C# question tutorial

  • Multiple Forms question
    M Mutty

    I understand all this except the line: this.mainForm = mainForm; Do I need to declare a form mainForm in form2?

    C# question tutorial

  • Multiple Forms question
    M Mutty

    I have an application with multiple forms, and can't figure out how to make their variables and functions visible to one another. This is what I'd like to do: namespace app1 {     public class Form1  {   public int state;   private void btn_LoadForm_Click(...)   {    Form2 f = new Form2();    f.Show();   }   public void SetState(int x)    {    state = x;    }  }  public class Form2  {   private void Form2_Load (...)   {    Form1.SetState(1);   }  } Why doesn't this work? How do I make this work? Thanks, -mutty

    C# question tutorial

  • Constant declares
    M Mutty

    Where would I put the enum to make it globally visible?

    C# csharp help question

  • Constant declares
    M Mutty

    I need some help understanding basic c# layout regarding constant declarations. I have some global constants I'd like to declare for my windows.form based app such as: const int APPLICATION_STATE_PAUSED = 0; const int APPLICATION_STATE_RUNNING = 1; etc... Where is the correct place to declare these so they will be accessable by all forms and classes in my project? Thanks - mutty

    C# csharp help question

  • pass Graphics object to function by using pointers?
    M Mutty

    Well actually this brings up my next question... see my post about constant declarations. -mutty

    C# csharp graphics question

  • How do I load a new form and access varables from it?
    M Mutty

    Sorry, I should have been clearer what I mean. I am trying to open a new form, (Form2), from my main form (form1) On form2 are numerous controls which should change variables of form1.

    C# question help

  • pass Graphics object to function by using pointers?
    M Mutty

    excellent, thanks! C# has some quirks I'm not used to in C++ -mutty

    C# csharp graphics question
  • Login

  • Don't have an account? Register

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