Click here to Skip to main content
Page 1 of 20,545
Page Size: 10 · 25 · 50


Category filtered by:  General Programming [x]
Forum Message 14 May 2013  
I have been working on a project that uses user controls inside other views. What I still can't figure out is how to get a reference to the user control's ViewModel so I can get data off of it or writ
General Programming » Silverlight / Wpf
Forum Message 14 May 2013  
You either have to have that "must override" method or you have to have an interface that every object implements that says justabout the same thing. You MUST implement something that tells the com
General Programming » Visual Basic
Forum Message 14 May 2013  
You should move to WPF. WPF already implements all this for you.
General Programming » C#
Forum Message 14 May 2013  
Thanks Dave. Quote:The same is true for the Draw method. Every object should draw itself, so you pass in a Graphics object that it uses to draw itself
General Programming » Visual Basic
Forum Message 14 May 2013  
Eddy Vluggen wrote:Search CP, and you'll find that a lot of people think something similar. Well, at least I'm not alone.
General Programming » Visual Basic
Forum Message 14 May 2013  
You would need to store each layer as a separate entity.  When your persisted "image file" is read by your app, it should render the layers in order.  In practice, every layer object will ha
General Programming » C#
Forum Message 14 May 2013  
Hello All, My windows form application which allows users to import, edit, and save images works for the most part. However, it lacks many features that I would like to have but I have no idea on how
General Programming » C#
Forum Message 14 May 2013  
Sure that's what should happen, but I've seen a DLL basically get "locked" on the whole machine, and even though we replaced the DLL itself, the old behavior continued until we shut down the web serve
General Programming » .Net Framework
Forum Message 14 May 2013  
char** ids = new char*[m_Size]; Here you create an array of char pointers. Here: ids[i] = you need to create an aray of chars, so it should be ids[i] = new char [] Then c
General Programming » C / C++ / Mfc
Forum Message 14 May 2013  
I prefer oatmeal or oatbran with some candied pecans and fresh blueberries. I have eaten that every morning for the last several months.
General Programming » C#
Forum Message 14 May 2013  
but, but, but..., the labels on the brown sugar and maple syrup each said that they had 0 g Fat per serving, so they can't make you gain weight, right? :WTF: It least that is what all those zero f
General Programming » C#
Forum Message 14 May 2013  
You mean you added .SVC file as one of the web application content and you are able to access it from within the same application ? Could you please explain more? Heading towards my goal...
General Programming » Wcf And Wf
Forum Message 14 May 2013  
I don't think you would need to write three mex endpoints one for each binding type. Instead you can add Service Behaviour and specify seperate MEX url. check the service config, added here.
General Programming » Wcf And Wf
Forum Message 14 May 2013  
One way to control the configuration file of the client is by sharing the WSDL with required endpoint configuration. Once WSDL is available one can generate the Proxy class and Configuration using SV
General Programming » Wcf And Wf
Forum Message 14 May 2013  
TCP sends messages. You get rid of the message by reading it. All of it. It gets 'stuck' because it is doing a blocking read because there is nothing left to read. The simple and correct solut
General Programming » C#
Forum Message 14 May 2013  
John Simmons / outlaw programmer wrote:...by many other apps. What do you mean by "app"? Or more specifically how many process spaces ar
General Programming » .Net Framework
Forum Message 14 May 2013  
treddie wrote:So, the TreeView is the "only" answer.Search CP, and you'll find that a lot of people think something similar.
General Programming » Visual Basic
Forum Message 14 May 2013  
Hi My rich edit displays the text I streamed in Somewhere in the middle of the text I have tried various methods e.g. GetCurrentLine LineIndex with a value of -1 to get the current line Index
General Programming » C / C++ / Mfc
Forum Message 14 May 2013  
Yeah it's not ideal. Sometimes you have to re-start the server. I think they opted for making it harder to use the wrong assembly instead of easier to manipulate which ones are used.
General Programming » .Net Framework
Forum Message 14 May 2013  
What process is it that needs to read the newly added key? "One man's wage rise is another man's price increase." - Harold Wilson"Fireproof d
General Programming » C / C++ / Mfc
Forum Message 14 May 2013  
I tried using strong naming, but that had no effect. WTF good is code re-use if I can't actually re-use the freakin code in compiled form?
General Programming » .Net Framework
Forum Message 14 May 2013  
The running application (or new application using currently cached DLL) doesn't know about changes to the DLL itself in most cases, so you'd have to write some kind of polling thing, or event response
General Programming » .Net Framework
Forum Message 14 May 2013  
ghost22th wrote:save a text document in pdf-for exampleTry iTextSharp[
General Programming » C#
Forum Message 14 May 2013  
I have an DLL assembly that is used by many other apps. This assembly is likely to change as new requirements are discovered. Now, let's say the referencing apps are all running, I change the code
General Programming » .Net Framework
Forum Message 14 May 2013  
How can C # Assistance WindowsFormsApplication1 save a text document in pdf-for example, in The second question Notify me when someone who has a calendar to "pay something" for example ... I can
General Programming » C#
Forum Message 14 May 2013  
First, you don't need that List. You're not trying to remember every single die roll. Second, you never compare the roll of the first die to the roll of the second. Once you do that, you simply i
General Programming » Visual Basic
Forum Message 14 May 2013  
Thank you for you reply.
General Programming » C / C++ / Mfc
Forum Message 14 May 2013  
I am trying to figure out how to create a emulator that loads multiple generic hid mouse devices in c (or generic mouse devices). Generic drivers are ones that are included with windows already. Anyon
General Programming » C / C++ / Mfc
Forum Message 14 May 2013  
:doh: A bit of both. I'm impatient about losing weight. I was brought up to respect my elders. I don't respect many people nowadays.
General Programming » C#
Forum Message 14 May 2013  
Pete O'Hanlon wrote:I'm trying to lose wait That sounds impatient. Or did you mean "weight"? ;P
General Programming » C#
Forum Message 14 May 2013  
Yeah, so am I, but, you have to "cheat" every now and then! A guide to posting questions on CodeProject
General Programming » C#
Forum Message 14 May 2013  
Maple syrup and brown suger. Mmmmmm. Lovely. Of course, as I'm trying to lose wait, I merely added raisins. I was brought up to respect my elders. I don't respect many
General Programming » C#
Forum Message 14 May 2013  
Pete O'Hanlon wrote:I had porridge for breakfast. It was lovely. Oooh, as did I. I mixed in a bit of maple syrup and with a bit of br
General Programming » C#
Forum Message 14 May 2013  
And?? Oh well....thanks for telling us.....I guess. When you learn to talk to humans, be sure to let us know!
General Programming » C#
Forum Message 14 May 2013  
Purge1t wrote:I guess what i'm asking isn't possible. It's not possible because you're trying to violate Object Oriented Programming princ
General Programming » Visual Basic
Forum Message 14 May 2013  
"TorstenH" want to say you that you have to check the "index" value before using it to set the selected item. You should check "index" value whether it is in the range of your image list size.
General Programming » Java
Forum Message 14 May 2013  
I am not getting it, on which line does this error occur? Please check your solution explorer to discover it.
General Programming » C#
Forum Message 14 May 2013  
You shouldn't need to reboot unless registry key was in HKLM rather than user's own HKU hive. Just log out and back in again. What was the reg key?
General Programming » C / C++ / Mfc
Forum Message 14 May 2013  
I don't find any other better combinations for it, all the BEST possibilities are mentioned in your thread itself.
General Programming » C#
Forum Message 14 May 2013  
What's your code? I was brought up to respect my elders. I don't respect many people nowadays. CodeStash - Online Snippet Mana
General Programming » C#
Forum Message 14 May 2013  
JAYRAJ GIRI wrote:I have Use Entity Frame work in my web application Splendid. I had porridge for breakfast. It was lovely.
General Programming » C#
Forum Message 14 May 2013  
Hello Every one, I am adding some key in Registry is not getting into effect until system reboot or by killing explorer. so how can i achieve it, without rebooting and killing explorer. please
General Programming » C / C++ / Mfc
Forum Message 14 May 2013  
Dear am using gmail smtp means mail send ..working good but i have change smtp name username password nic.in means did not send mail
General Programming » C#
Forum Message 14 May 2013  
Good for you! Now, if you have a question, perhaps you might want to tell us what it is? The universe is composed of electrons, neutrons, protons and......morons. (The
General Programming » C#
Forum Message 14 May 2013  
I have Use Entity Frame work in my web application
General Programming » C#
Forum Message 13 May 2013  
Hi , whatever database u r acessing or data retrieval policy u might be using for e.g INI file,must be in Read Mode,Try to make it Write protected
General Programming » Managed C++/Cli
Forum Message 13 May 2013  
Hi , whatever database u r acessing or data retrieval policy u might be using for e.g INI file,must be in Read Mode,Try to make it Write protected
General Programming » Managed C++/Cli
Forum Message 13 May 2013  
You can use the Available property[
General Programming » C#
Forum Message 13 May 2013  
This is probably not how I would do it, but if things are as simple as you describe and you don't think it will change in the future, you should be able to make it work. Your code is basically very s
General Programming » C#

Page 1 of 20,545
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid