treat a form like a context menu... Programming Software Development by Diamonddrake …. see picture: [URL="http://www.diamonddrake.com/test/imgs/mySearch.JPG"]http://www.diamonddrake.com/test/imgs/mySearch.JPG[/URL… trying to sort rows in txt files Programming Software Development by Diamonddrake … and error just hasn't done anything for me. thanks, DiamondDrake Re: trying to sort rows in txt files Programming Software Development by Diamonddrake … functions, this being the most unique one. Use it wisely, DiamondDrake Write and read to cmd line from GUI (RedirectStandardOutput ) Programming Software Development by mallyonline …[/URL]. I have downloaded the files RedirectStandardOutput.zip posted by Diamonddrake. I found these to be exactly what i wanted to… Re: Write and read to cmd line from GUI (RedirectStandardOutput ) Programming Software Development by mallyonline Thanks Diamonddrake. I found my error. It now works as intended. May … Re: Write and read to cmd line from GUI (RedirectStandardOutput ) Programming Software Development by mallyonline Thanks Diamonddrake, in my console it was as simple as adding [CODE]CurrentProcess.StartInfo.Arguments = tracerttxtbx.Text;[/CODE] after the code [CODE]CurrentProcess.StartInfo.FileName = "SYSTEM32" + "/" + "tracert.exe";[/CODE] Brilliant cheers Re: Write and read to cmd line from GUI (RedirectStandardOutput ) Programming Software Development by mallyonline Thanks Diamonddrake, in my console it was as simple as adding [CODE]CurrentProcess.StartInfo.Arguments = tracerttxtbx.Text;[/CODE] after the code [CODE]CurrentProcess.StartInfo.FileName = "SYSTEM32" + "/" + "tracert.exe";[/CODE] Brilliant cheers Loopback recording Programming Software Development by Diamonddrake … rockband drum kit. Current version available [URL="http://www.diamonddrake.com/software.aspx?title=RockBand%20Drum-Kit"]here[/URL… Re: Background Worker Programming Software Development by Ramy Mahrous Diamonddrake, I understand multithreading well but the asker didn't mention … Re: creating a child form in backgroundWorker Programming Software Development by amontefusco Diamonddrake, Im newbie in C#, do u can explain again(detailed) or have an example. PS: My english is very poor... Re: Threading Question Programming Software Development by ddanbe DiamondDrake, is it possible to call the form click handler from inside the panel click handler or is your VERY instructive example(thanks) the "best" way to do this? Re: Accessing data between forms in C# Programming Software Development by sachintha81 Diamonddrake, thanks for the quick reply. That works fine! Re: is cross reference possible? Programming Software Development by sknake Diamonddrake is right here. Why do you want to add a circular reference though? I thought I had cases in the past where it would be useful but after thinking about it I was always able to come up with another library design that would serve the same purpose and make visual studio happy :) Re: Thread sleep issue Programming Software Development by ddanbe @DiamondDrake: Well, this IS the intended use;) I saw a java … Re: Show A Form By The Mouse Programming Software Development by Geekitygeek DiamondDrake is totally right, there is no single 'right' way to … Re: When are some features not necessary? Programming Software Development by zachattack05 Diamonddrake, Good point. The scalability of the application ranges greatly. Some … Re: When are some features not necessary? Programming Software Development by zachattack05 Diamonddrake, Yeah, I've put my original wizard aside and have … Re: When are some features not necessary? Programming Software Development by zachattack05 Diamonddrake, Sorry I've been busy working on this thing...I never realized threads could be so complicated! I'll have to post those screen shots either this afternoon or Monday...it's been so busy lately. Re: Is there any way I can stop my Windows Form Panel Background from refreshing? Programming Software Development by deucalion0 Diamonddrake, many thanks for all your help. Can I ask you … Re: Giving focus to dynamically created textboxes Programming Software Development by Fritzli [QUOTE=Diamonddrake;868264]I believe you mean how do you set focus … have seen that before. Happy Coding![/QUOTE] Thanks a lot Diamonddrake. I actually just needed this line: ----- this.Controls[txtbxName].Focus… Re: Static vs Non-Static Methods Programming Software Development by DdoubleD [QUOTE=Diamonddrake;981945]when you need a messagebox, you just call a … written: eg. [icode]public static void Test()[/icode], then as DiamondDrake has pointed out with the example usage of [icode]MesageBox… Re: Can anyone make a program like this? Programming Software Development by wil0022 …. The teacher sucks. Just waiting until DANIWEB gives an answer... Diamonddrake whom I appreciate very much, is a very kind person….[/QUOTE] that's why im thankful that Diamonddrake visited my thread.. my tomorrow morning i could show you… Re: Control of UserControl components from another form Programming Software Development by Alba Ra …'t mind to know how to do it the way Diamonddrake suggested, if only to learn. But the solution was too… simple. None of Diamonddrake's code is need, just when declaring the [I]SlotForm… Re: class file in C#...help ASAP!!!! Programming Software Development by Antenka [quote=Diamonddrake] Don't you love those people who obviously just joined … see that I give my help mostly for newbies .. [quote=Diamonddrake] Reminds me of when I first started programming. Once you… Re: C# Multi-form pre-render? Programming Software Development by Dekken … seems to have done something, thank you very much. [QUOTE=Diamonddrake;1038515]if you are referring to the controls on the… aer still there. [QUOTE=sknake;1038758] That being said what Diamonddrake told you is true. The designer should stop controls from… Re: Help with my idea Programming Software Development by Geekitygeek Totally back what diamonddrake is saying. The system you are suggesting would be a … monitoring activity. Much better to block activity all together. As diamonddrake said, a proxy/gateway that filtered out undesirable content would… Re: Rockband/Guitar Hero Drum kit HID info needed Programming Software Development by Diamonddrake official beta release on my website at [URL="http://www.diamonddrake.com/software.aspx?title=RockBand%20Drum-Kit"]http://www.diamonddrake.com/software.aspx?title=RockBand%20Drum-Kit[/URL]. New version now supports the wireless PS2/3 drumkit. New Interface changes including a slide up about box. Re: Next Generation Techies Community Center Geeks' Lounge by Diamonddrake I'm Rickey, I'm 23, and I'm a Windows Programmer. Check out some of my apps at [URL="http://www.DiamondDrake.com"]http://www.DiamondDrake.com[/URL] Re: Is there any way I can stop my Windows Form Panel Background from refreshing? Programming Software Development by deucalion0 Cheers Diamonddrake, that would be awesome if you could have a look … or want to contact me directly my email address is: Diamonddrake, you are a star, thanks a lot! Ray Re: Substring in C# Programming Software Development by Rashakil Fol [QUOTE=Diamonddrake;774965]only problem with this teach a man to fish deal you have running is that not everyone has Visual Studio, some people are compiling using free software with no help files, and online help from Microsoft is practically Japanese to a weekend programmer.[/QUOTE] Visual C# Express is free.