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
~2K People Reached
Interests
learning, performing, programming
Favorite Forums
Favorite Tags
Member Avatar for stefilina

Hy, I have some methods which are identical as functionality but dependent on the parameter received from the method.For example: public long GetElementsFromList(long el,List<long> lst) { Random rndElement = new Random(); int random = rndElement.Next(0, this.lst.Count - 1); if (random >= this.lst.IndexOf(el)) random += 1; return this.lst[random]; } public string …

Member Avatar for pritaeas
0
138
Member Avatar for stefilina

I have a problem with my combobox. I've set DataSource which contains a list of objects, DisplayMember and also ValueMember but there are times when the combobox displays the namespace where the object class is placed. For example: Project.Interface.Object cmbAuto.DataSource = Collections.ProfileList.FindAll(t => t.IsAuto); cmbAuto.DisplayMember = "Name"; cmbAuto.ValueMember = "ID"; …

Member Avatar for stefilina
0
95
Member Avatar for stefilina

Hy everyone...I would like to make a thing like the function "like" in php but in C#...It is something already implemented?I've searched on the internet and all i've founded was about regex... I'w waiting for answers..Thnx

Member Avatar for stefilina
0
135
Member Avatar for stefilina

Hy, I have a question... I want for my application to select on startup the database i want...I thought about keeping my database name in a combo box and when i run my application i will select what i want...but....how can i concatenate in app.config the ConnectionString?Does anyone Know? Thanks.

Member Avatar for Mitja Bonca
0
535
Member Avatar for stefilina

Hello... Does anyone implemented on his project the NChord library released by Andrew Cecini?Please answer me because i need help

0
90
Member Avatar for stefilina

Can anybody please explain me this expression? CONVERT(datetime, CONVERT(varchar, GETDATE(), 1) thanks.

Member Avatar for abelLazm
0
125
Member Avatar for stefilina

Hy! I want to improve the design of my windows application.I've searched a lot on google but i couldn't find anything good. Can everyone please tell me some web addresses or maybe turorials were I can find stuff about the design of a windows application?Something like a special form for …

Member Avatar for stefilina
0
121
Member Avatar for stefilina

Hy, could anyone please told me how can i move controls on a windows form when i click for example, on a button? When i click on a button i want to increase the height of my form and move a textbox and label a little down... Please help.Thanks

Member Avatar for stefilina
0
250
Member Avatar for stefilina

Hy, i'm working on a application and i'm using a datagridview for displaying 2 columns:example: name of product and quantity. when i select a product and a quantity , pressing an ADD button this datagridview should displaying them...i've tried in this way private void adaugareGrid() { dataGridView1.Refresh(); index = this.dataGridView1.Rows.Count; …

Member Avatar for Mitja Bonca
0
86
Member Avatar for stefilina

hy, i'm new in .net -c# and I have a problem.I have a database with a field where is a long text, for example a description for a product.Well, i want to create a form where where i select something from a listbox, for example the name of product, i …

Member Avatar for stefilina
0
154