Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
AnswerRe: how i know when user created Pin
Pete O'Hanlon14-Jun-10 3:36
mvePete O'Hanlon14-Jun-10 3:36 
GeneralRe: how i know when user created Pin
noamtzu0014-Jun-10 18:33
noamtzu0014-Jun-10 18:33 
QuestionGetting a column or parameter's data type from the database [modified] Pin
JohnLBevan14-Jun-10 1:42
professionalJohnLBevan14-Jun-10 1:42 
AnswerRe: Getting a column or parameter's data type from the database Pin
PIEBALDconsult14-Jun-10 2:44
mvePIEBALDconsult14-Jun-10 2:44 
GeneralRe: Getting a column or parameter's data type from the database Pin
JohnLBevan14-Jun-10 8:40
professionalJohnLBevan14-Jun-10 8:40 
GeneralRe: Getting a column or parameter's data type from the database Pin
PIEBALDconsult14-Jun-10 13:48
mvePIEBALDconsult14-Jun-10 13:48 
QuestionA few questions Pin
SRJ9214-Jun-10 1:12
SRJ9214-Jun-10 1:12 
AnswerRe: A few questions Pin
Eddy Vluggen14-Jun-10 2:08
professionalEddy Vluggen14-Jun-10 2:08 
SRJ92 wrote:
The first thing I need to know is how to select a top result in a list, so that its highlighted, just like when you click.

Sounds like a ListBox[^]. The link also has a code-example on selecting specific items.

SRJ92 wrote:
Then when I press enter I want to select the list item…

I believe that you can do that already using the space-bar, allowing for multiple selections. Perhaps you could replace the "return"-keypress with a space-character?

SRJ92 wrote:
My question is however, how do you connect to another form ?

You'd "show" Form2 from Form1. Information can be passed by creating additional properties in Form2.

SRJ92 wrote:
I need to know a quickly print and print preview a rich text box

That's not supported out of the box - you'd either need to program it or find a third-party product to provide that functionality.
I are Troll Suspicious | :suss:

GeneralRe: A few questions Pin
SRJ9214-Jun-10 10:08
SRJ9214-Jun-10 10:08 
GeneralRe: A few questions Pin
Eddy Vluggen14-Jun-10 10:38
professionalEddy Vluggen14-Jun-10 10:38 
QuestionLogin dialog on page loads Pin
Ramkithepower14-Jun-10 0:39
Ramkithepower14-Jun-10 0:39 
AnswerWrong forum - Try the ASP.NET forum. Pin
Pete O'Hanlon14-Jun-10 0:42
mvePete O'Hanlon14-Jun-10 0:42 
AnswerRe: Login dialog on page loads Pin
OriginalGriff14-Jun-10 0:43
mveOriginalGriff14-Jun-10 0:43 
AnswerRe: Login dialog on page loads Pin
Ramkithepower14-Jun-10 22:21
Ramkithepower14-Jun-10 22:21 
QuestionScalable Email service Pin
nitin_ion14-Jun-10 0:28
nitin_ion14-Jun-10 0:28 
AnswerRe: Scalable Email service Pin
OriginalGriff14-Jun-10 0:45
mveOriginalGriff14-Jun-10 0:45 
GeneralRe: Scalable Email service Pin
nitin_ion14-Jun-10 1:15
nitin_ion14-Jun-10 1:15 
QuestionFlow control using Asynch Sockets Pin
TimSWatson14-Jun-10 0:14
TimSWatson14-Jun-10 0:14 
AnswerRe: Flow control using Asynch Sockets Pin
Jimmanuel14-Jun-10 3:24
Jimmanuel14-Jun-10 3:24 
GeneralRe: Flow control using Asynch Sockets Pin
TimSWatson14-Jun-10 3:34
TimSWatson14-Jun-10 3:34 
GeneralRe: Flow control using Asynch Sockets Pin
Jimmanuel14-Jun-10 4:17
Jimmanuel14-Jun-10 4:17 
QuestionApplication localization (culture) DLLs Pin
Eli Nurman14-Jun-10 0:04
Eli Nurman14-Jun-10 0:04 
AnswerRe: Application localization (culture) DLLs Pin
Pete O'Hanlon14-Jun-10 0:38
mvePete O'Hanlon14-Jun-10 0:38 
GeneralRe: Application localization (culture) DLLs Pin
Eli Nurman14-Jun-10 0:43
Eli Nurman14-Jun-10 0:43 
QuestionCan't add a reference to dsofile.dll [done] Pin
Ankit Rajpoot13-Jun-10 23:41
Ankit Rajpoot13-Jun-10 23:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.