Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
PC Specs
Windows 7 :D
Favorite Tags
Member Avatar for CrazyProgrammer

My question is a simple one how do I bind a passwordBox defined in code ie: [CODE] public PasswordBox Password { get { return m_pwd; } } [/CODE] to a contentpresenter in wpf considering that the datacontext of the usercontrol is already set to the .cs file that contains the …

Member Avatar for CrazyProgrammer
0
213
Member Avatar for CrazyProgrammer

Hi, Could someone tell me how to bind a view to viewmodel, I cant seem to get it to work, could anybody give me a template. I have usercontrol with a button and a textbox, and bind it to the corresponding functions in a viewmodel, the view model is in …

Member Avatar for abelLazm
0
186
Member Avatar for CrazyProgrammer

Hi, just got a question involving the use of MVVM. [BACKGROUND DETAILS] I'm using C#, WPF and MVVM Im using the templates provide in this [URL="http://msdn.microsoft.com/en-us/magazine/dd419663.aspx#id0090102"]MVVM article[/URL] [MY QUESTION] I have created a new View, that displays a textbox with button and on a pressing the button get the value …

Member Avatar for CrazyProgrammer
0
219
Member Avatar for CrazyProgrammer

Hi, I was wandering if someone could give me some idea of how i would design my application in regards to what to put in the exe and what to put into the dll. At the moment the exe is just getting bigger, and I have never built such as …

Member Avatar for CrazyProgrammer
0
149
Member Avatar for CrazyProgrammer

Hi all, This is ridiculous they teach so much at uni except what you need to know to program :-/ haha. This is actually gonna be a 2 part question but I'll do it one at a time. So I'm developing a small program for a company, this company has …

Member Avatar for crishjeny
0
182
Member Avatar for CrazyProgrammer

Hi, I'm wandering is it possible to create a program in C# that builds a custom installer. in other words what i want to be able to does is create a program that grabs the files from the release file for a VS2010 project and builds a custom installer based …

Member Avatar for kimbokasteniv
0
177
Member Avatar for CrazyProgrammer

Hi, sorry I have been trying to get my head around the simple concept of dll files what they are used for and please don't give me the answer that it is a dynamic link library that blah blah please not that answer that doesn't really tell me much :( …

Member Avatar for gusano79
0
239
Member Avatar for CrazyProgrammer

Hi, could someone help me work out how to write this format expressions it goes something like [CODE] displayBox.AppendText(string.Format("{0,-20}{1,0}\n", add11, add21)); displayBox.AppendText(string.Format("{0,-20}{1,0}\n", add12, add22)); displayBox.AppendText(string.Format("{0,-20}{1,0}\n", add13, add23)); displayBox.AppendText(string.Format("{0,-20}{1,0}\n", add14, add24)); [/CODE] the problem im having is that when add14 is empty add24 doesn't align properly with add22, add21, and add23 …

Member Avatar for Momerath
0
90
Member Avatar for CrazyProgrammer

Hi all, I wasn't sure where to post this, so I thought here might be best :D I have to develop a program that takes a webpage and extracts information from it, so I was wander how would be the best way to do this, without using an external library(like …

Member Avatar for daviddoria
0
139
Member Avatar for CrazyProgrammer

Hi all, I have had a look around the forums but i could find anything, if someone could point me in the right direction for this. What is the best way to handle an sql connection, in my program I have to get data from the server on a button …

Member Avatar for gusano79
0
234
Member Avatar for CrazyProgrammer

Hi, how does one end a thread when it is done eg i have a program the when u press a button it starts a thread, this thread performs a set of instructions and then when it is done it it finished how do you end a thread then when …

Member Avatar for Venjense
0
90
Member Avatar for CrazyProgrammer

Hi, I was wandering if someone could tell me how i would go about this, or at least point me in a direction? For a program that I need to develop, it need to perform a set of operations on a specific set of task. However each task is similar …

Member Avatar for Momerath
0
166
Member Avatar for CrazyProgrammer

Hey, was wandering if somebody could help we with some classes and objects, I haven't done c# in a while and i can't remember. Could someone tell me what String falls under in c#, ie allowing one to write somthing like [CODE] static void Main(string[] args) { string s = …

Member Avatar for CrazyProgrammer
0
154
Member Avatar for drogba123

Hi, i want to write an algorithm to list out possible paths in subway train maps from one station to another station (A to G). I am planning to use the breadth first search. Is it good? Thanks.

Member Avatar for CrazyProgrammer
0
63
Member Avatar for CrazyProgrammer

Hi all, i was wandering if someone good explain to me about clr? what are some advantages or disadvantages of programming c++ with clr, what are the main differences if there are any? If I understand it right clr programming is using the .NET framework, but could someone please give …

Member Avatar for CrazyProgrammer
0
150
Member Avatar for CrazyProgrammer

Hi, Could somebody please show me and example of how to iterate through an n-nary tree, where I do not know what n is and n could be different for every node ie the root node could have 3 children and each child might only have 2 children etc, I …

Member Avatar for john.double
0
203