8 Unanswered Topics
Remove Filter I am trying to figure out how to convert hexadecimal values into mips instructions but I am not having any luck. From my understanding you have to first break the value down to machine level (binary) and then use that result to determine the instruction by converting each section of … | |
Nevermind, thanks for anyone that read but I fixed the problem and don't want the source code visible to the public so if someone can please remove this post. Sorry for the secretivity, but it's kind of a promotional project. | |
I'm trying to replicate the visual basic power packs controls (rectangle, oval, and line) so that express users can get a spin of these wonderful graphic controls. However, I'm having some trouble getting the basic properties of them into the properties window instead of just the code editor window. [code]using … | |
I just read this article, and I know the holidays are over but I still feel people should read this. It just proves how hard times are right now. [quote]Many people head to the pawn shop during the holiday season, selling their valuables for cash to afford gifts for loved … | |
I've developed a custom control that looks similar to the binary grid on calc.exe while it's in programmer's mode. I'm wondering how to make the text of the labels on it resize when the control is resized in designer mode. Any tips on this are helpful. | |
I'm trying to develop a class library that contains some of the code I don't like having to type into multiple applications. So I need help figuring out if my coding is right on this one? I don't have an SMTP server to test with. [CODE] public void Send(String client, … | |
Okay I finally figured this out... Thanks to getting curious and creating an encryption key for my application. It took me a second to understand it but here is the result. Make sure you declare your variables in the settings tab of the properties to your application. [code] void Form1_Load() … | |
Okay so I've always been a fan of creating and calling my own functions. With C# it's pretty simple. We're going to start out with a basic Windows Forms Application for this in the end your application will animate a label on the form though multiple colors. Only difference here … |
The End.