Thanks, but I dont need to ask in vb forum, as vb=c#, and any source code I provide you will be in c#. As far as using SPy++ thats impossible, I dont know what windows the enduser will be sending...
Didnt see your post. Until now, I think that might do it. At least its not losing the formatting now by using the append... Thanks, this should take care of it. I'll be sure to rate ya for it, and...
I am aware that I'm posting vb specific keywords in a c# forum, and I am confident that the experts here do not have an issue with this. I am a preferred c# developer, that is to say, I prefer c# (I...
I saw the line "create your own class, and inherit VScrollbar", then glanced at your code. I thought you were like perhaps setting focus to the vscrollbar, and using the mousewheel event of...
Hi, you need to first determine the top and left edge values for the container of your listview (this may be a form if it is, then ignore these values). Next you determine the left and top edge of...
Your in the c# forum, so I assume you want to write this in c#. You will need to create your own .exe Basically you will be creating your own editor. It will have a textbox, it will detect each...
Agreed. We think a like on opposite sides of the world. Now go learn WPF so you can teach me in codeguru's new WPF forum :lol:. We need some WPF guru's here, and fast! :thumb:
Where not just speaking about video learning here. Where talking about the Microsoft learning path. Most of them come with :
Video
Transcript
Project Code files
Study Guide and Exercises
...
// Set text boxes for start of job
txtStatus.Text = "Started ...";
textBox1.Text = "";
txtStatus.Refresh();
textBox1.Refresh();
// and for good measure...
I agree with you, and I disagree with you. The point that I disagree on is first learning .net. I honestly dont see ANYTHING better than the development path provided by microsoft in...
I am very happy to see codeguru hosting a dedicated WPF forum. I hope it takes off ( It should! all the experts here seriously need to start thinking about WPF, if they want to preserve their...
Accessing the control is not exactly the same. You will learn. I am learning as well. Consider "attached properties" and "dependency properties". WPF is a completely different beast from your...