Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
83% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
3
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Commented Posts
0 Endorsements
Ranked #2K
~49.5K People Reached
Favorite Forums

14 Posted Topics

Member Avatar for zachattack05

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.

Member Avatar for zachattack05
0
228
Member Avatar for Fenrir()

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.

Member Avatar for Fenrir()
0
143
Member Avatar for Cameronsmith63

Try specifying the type when you add the parameter TestCaseManager.Parameters.Add(new SqlParameter("@Img", SqlDbType.Image, Img));

Member Avatar for Cameronsmith63
0
210
Member Avatar for chase.lewis.3114
Member Avatar for Doctor Inferno
Member Avatar for sch85

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) …

Member Avatar for pitic
0
285
Member Avatar for johnyjj2

like 8 of your last block you are trying to convert an CompayAPI object into an ICompanyApI<DerivedCompayType> object. Is it complaining about that?

Member Avatar for johnyjj2
0
213
Member Avatar for hmx7

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 …

Member Avatar for hmx7
0
184
Member Avatar for younes.keraressi

/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.

Member Avatar for younes.keraressi
0
215
Member Avatar for spowel4

Without seeing your code, i'd just be guessing that you are adding it to the wrong datagrid.

Member Avatar for spowel4
0
138
Member Avatar for gogic

As far as I can recall (back to Express 2003) they have always been allowed for comercial uses.

Member Avatar for kasun757
0
609
Member Avatar for Momerath

I knew where they were supposed to go but didn't know how to find the correct path. Nice info.

Member Avatar for Ssyxz
2
736
Member Avatar for nadav64
Member Avatar for Mitja Bonca
0
159
Member Avatar for Jutch

The End.