- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 5
- Posts with Upvotes
- 5
- Upvoting Members
- 3
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
14 Posted Topics
Re: Why do you need to 'multiply and truncate'? Random returns integers by default, you have to ask it for doubles. Also, with no code, there is no way to determine why you are getting the same sequence. | |
Re: A properly defined event has a sender object as the first parameter. The sender object would be the image that is sending the OnMouse events. Just cast it from object to whatever it really is. | |
Re: Try specifying the type when you add the parameter TestCaseManager.Parameters.Add(new SqlParameter("@Img", SqlDbType.Image, Img)); | |
Re: http://blogs.microsoft.co.il/pavely/2009/07/23/changing-console-fonts/ | |
Re: Open input file for reading Open output file for writing Start a loop for 3 iterations Read line from input (we'll call this sub) Start a loop for 6 iterations Read line from input (we'll call this base) Use String.Replace on base replacing (,) with (sub) (we'll call this out) … | |
Re: like 8 of your last block you are trying to convert an CompayAPI object into an ICompanyApI<DerivedCompayType> object. Is it complaining about that? | |
Re: A for loop consists of 4 parts for (Part1; Part2; Part3) { Part4 } Part1 - the initializer. This is where you initialize variables, usually the loop counting variable but can be anything, really. Part2 - the condition. This is where you put the condition that ends the loop. When … | |
Re: /force makes the linker create an exe even if you have unresolved references or duplicate references. I suspect that line 2 is your problem, including the .cpp file and it's probably part of the solution. Create a header file like normal and include that. | |
Re: Without seeing your code, i'd just be guessing that you are adding it to the wrong datagrid. | |
Re: As far as I can recall (back to Express 2003) they have always been allowed for comercial uses. | |
Re: I knew where they were supposed to go but didn't know how to find the correct path. Nice info. | |
Re: You can use it in a webbrowser control, or send it as an http request. | |
Re: First step would be "what is the program supposed to do"? |
The End.