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
Ranked #20.4K
~5K People Reached
Favorite Tags
Member Avatar for Pachrant

Hello everybody... Can anyone help me with this?: I want to check out an array, if there is any number which is 3, or more times in a row. IE: int[] tmp= new int[7]{0,2,1,1,1,4,5}; // yes 3 duplicities starts at index 2 int[] tmp= new int[7]{0,2,2,1,1,1,1}; // yes 4 duplicities …

Member Avatar for skatamatic
0
112
Member Avatar for rdwofrdw

How do other software developers have developer friends when their current or last work environment had them coming in as a threat to the already hired? One has to get pass the hiring managers and human resources to access any relationships with fellow developers. In LinkedIn, it looks like one …

Member Avatar for lonelyrider
0
70
Member Avatar for mattshort2002

what should a noob such as myself entertain in terms of starting school soon and some basic 'necessity' classes to choose for a career in networking? thanks !! my name is matt

Member Avatar for lonelyrider
0
42
Member Avatar for leevs05

I need to create a new form with double combo boxes where listings of the second item combo box depends on the first combo box. The first combo box is CustomerName and the second is Item. I've done the whole dragging of the combo boxes into the form and when …

Member Avatar for lonelyrider
0
104
Member Avatar for dip7

Hi i would like to insert pic using a code. for instance, when i click on a button, picture1(.jpg) will appear on a form. however, when the picture1 at a location is replaced by picture2, the c# application will also change to picture2. Is it possible to do so? I …

Member Avatar for mlady
0
116
Member Avatar for ABabeNChrist
Member Avatar for ashokrajendran

Hi all, Im new to c#, please any one tell me how to get the column names of a table of ms access(.mdb). Here i used odbc connectivity to access the database, i got the list of tables in the database, but i dont know how to get the column …

Member Avatar for lonelyrider
0
2K
Member Avatar for taichi2910

Got this project write a C# windows app program that computes employee wages. Input the employee's payroll number and number of hours worked. The employee receives 7.45 per hour as hourly rate and is taxed 20% from gross pay and 7% also national insurance. and to display this information in …

Member Avatar for lonelyrider
0
363
Member Avatar for ddanbe

Hi all, I know how to drag and drop an image from one control to another. Code enough out there. It works fine, but I find the user interface a bit poor:'( I want my image to follow the mouse while held down. Found nothing that serves my needs on …

Member Avatar for Diamonddrake
0
738
Member Avatar for SEOKRU

Hi, this exception makes no sense to me: Cannot implicitly convert type 'object' to 'char[]'. An explicit conversion exists (are you missing a cast?) as you can see charQuery is char array and not an object: [code= c#] string searchedBand = this.txtsearchBand.Text; char[] charQuery = searchedBand.ToCharArray(); String[] dbQuery = new …

Member Avatar for ddanbe
0
1K