blah blah blah is here! blah blah » Close

0
votes
1 answers

Which collection to use to store controls?

Hi, i`ll start a new project, and i`m interesting some controls from each mdichildren in some collection, so i can use later (building dinamically sql statements etc). Which collection fit`s the best for this situation? Also i will access ...

0
votes
1 answers

Change Back Color of ComboBox control

Hi, i need to change the back color of an ComboBox control that has DropDownStyle set to DropDown (in this case the backcolor will be gray no matter what colour is set in BackColor property). I already try implementing an workaround on Dra ...

0
votes
1 answers

move cursor

Hi. Does anybody know how can i move the cursor to the end of a combo? Or any other text fields? Maybe using Windows API? I try to use EM_SETSEL messages but it was not working. any help is appreciated. Thanks

0
votes
1 answers

serialize property

let`s say i have next property: bool longstring = false; public bool LongString { get { return longstring; } set { longstring = value;} } i know that to be visible in Property window i ...

0
votes
1 answers

compare databases?

it`s possible to compare two databases to check if they are the same? that means the same number of columns, rows and the same values in rows Best regardes, etemenanki

0
votes
1 answers

prevent the user from switching to any other application while code is executing?

Can I prevent the user from switching to any other application while code is executing? lest`s say i run my application named app..when code is executing..like inserting some values in the database and i want to block the user from switchi ...

0
votes
1 answers

implemented algortithms for graphs

if somebody knows where i can find on the net implemented alhorithms for graphs C, C++ or C# thanx

0
votes
1 answers

simulate double click event (like in windows)

i have a class that simulate double click event using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using System.Drawing; using System.Windows.Forms; namespace EDV_hacker { c ...

0
votes
1 answers

draw

well what i have to ask is simple..how i draw a circle, an elipse and a parabola with c#? i know there must be some functions that i can use? but can i do that using their math ecuation..or something like that?

0
votes
1 answers

chat program

i need tutorials or article on the net about how can i make a chat with ch .. if anyone knows please help..

0
votes
1 answers

make installer

i know that is not c# but i hope i`ll find someone who can help me :D i want to make an installer using NSIS but i dont figured it out how to create directory for example when user installs the program i want to create in installdir anot ...

0
votes
1 answers

datagridview question.

i have an question about datagridview how can i know which line of records have been selected? for example if i have an datagridview with Id and Name columns..and recors 1, john and 2, stacey..which moethod can i use to find what line was ...

0
votes
1 answers

date/time picker control

what i need is an extended date/time picker control because i want sometimes to stop user to select a date but without set the date/time picker control enable property to false i google it ..but i cant find anything useful. any help is ...

0
votes
1 answers

fill an report programatically..

i wnat to know how can i fill an report with data from database programatically in design mode i knew how can i do that ..but at a point i want to have in my report different date..foe example i have two users and each time when i click ...

0
votes
1 answers

save image from picturebox

well what first looks easy now complicated.. i use the Save method but..it gives me this error(and this just sometime`s and i dont know why) "A generic error occured in GDI+" what`s this..? if there is another picture with the ...

Feedback