Click here to Skip to main content
15,903,385 members
Home / Discussions / C#
   

C#

 
GeneralRe: dynamic dropdown select list Pin
Hamza ain uddin khan6-May-14 12:39
professionalHamza ain uddin khan6-May-14 12:39 
AnswerRe: dynamic dropdown select list Pin
Deepanshu Goel7-May-14 19:56
professionalDeepanshu Goel7-May-14 19:56 
Questionbuilding a program to download images from the web Pin
thewiz914-May-14 7:32
thewiz914-May-14 7:32 
AnswerRe: building a program to download images from the web Pin
Wes Aday4-May-14 8:50
professionalWes Aday4-May-14 8:50 
QuestionProgress bar start with button click and stop at text box color change event. Pin
Member 105796734-May-14 0:59
Member 105796734-May-14 0:59 
AnswerRe: Progress bar start with button click and stop at text box color change event. Pin
Dave Kreskowiak5-May-14 3:32
mveDave Kreskowiak5-May-14 3:32 
AnswerRe: Progress bar start with button click and stop at text box color change event. Pin
Eddy Vluggen6-May-14 8:07
professionalEddy Vluggen6-May-14 8:07 
QuestionHow to display a search and select form in place of a text box in c# or VB.net. The search form should look like a dropdown box to the user Pin
prasanthgpks23-May-14 15:24
prasanthgpks23-May-14 15:24 
Hi All, I have a billing form as displayed below.I want to show products. I can use a combo box instead of product textbox. but since I have 100000 record of products, combo box is not a good option. Instead, As the cursor enter the product text box, I want to display another form with textbox and datagrid view exactly in the place of product text box.(it looks like a combobox for the user). The user can then search and select a record from the form and the selected value is returned to the product text box, after closing the search form. Iam having the below issue
1. Iam not able to correctly position the search form in place of product text box. can anyone help please. below is the code
Private Sub TextBox1_Enter(sender As Object, e As EventArgs) Handles TextBox1.Enter

frml.Location = New Point((Me.Location.X - TextBox1.Location.X), (Me.Location.Y - TextBox1.Location.Y))
frml.Location = New Point((My.Computer.Screen.Bounds.Height - Me.Height), (My.Computer.Screen.Bounds.Width - Me.Width))
frml.Show()
frml.Visible = True
End Sub

How to display a search and select form in place of a text box in c# or VB.net. The search form should look like a dropdown box to the user
SuggestionRe: How to display a search and select form in place of a text box in c# or VB.net. The search form should look like a dropdown box to the user Pin
Richard MacCutchan3-May-14 22:06
mveRichard MacCutchan3-May-14 22:06 
QuestionUpdate SQL Database in C# Pin
Lubomír Baloga2-May-14 23:12
Lubomír Baloga2-May-14 23:12 
AnswerRe: Update SQL Database in C# Pin
Richard MacCutchan3-May-14 0:30
mveRichard MacCutchan3-May-14 0:30 
GeneralRe: Update SQL Database in C# Pin
Lubomír Baloga3-May-14 4:26
Lubomír Baloga3-May-14 4:26 
QuestionRe: Update SQL Database in C# Pin
Richard MacCutchan3-May-14 4:46
mveRichard MacCutchan3-May-14 4:46 
AnswerRe: Update SQL Database in C# Pin
Lubomír Baloga3-May-14 6:00
Lubomír Baloga3-May-14 6:00 
GeneralRe: Update SQL Database in C# Pin
Richard MacCutchan3-May-14 6:34
mveRichard MacCutchan3-May-14 6:34 
GeneralRe: Update SQL Database in C# Pin
V.5-May-14 2:24
professionalV.5-May-14 2:24 
AnswerRe: Update SQL Database in C# Pin
Eddy Vluggen3-May-14 7:39
professionalEddy Vluggen3-May-14 7:39 
AnswerRe: Update SQL Database in C# Pin
Praneet Nadkar8-May-14 18:24
Praneet Nadkar8-May-14 18:24 
QuestionHow to add panel and its control to PDF by using iTextSharp.? Pin
Member 98521082-May-14 21:50
Member 98521082-May-14 21:50 
SuggestionRe: How to add panel and its control to PDF by using iTextSharp.? Pin
Richard MacCutchan2-May-14 22:39
mveRichard MacCutchan2-May-14 22:39 
QuestionAudio Steganography C# (Code not working) Invalid file format exception [NEED HELP] Pin
Member 105917362-May-14 8:09
Member 105917362-May-14 8:09 
AnswerRe: Audio Steganography C# (Code not working) Invalid file format exception [NEED HELP] Pin
CHill602-May-14 8:46
mveCHill602-May-14 8:46 
QuestionItextsharp , count each page rows OnStartpage Pin
mohammadkaab2-May-14 1:46
mohammadkaab2-May-14 1:46 
QuestionRe: Itextsharp , count each page rows OnStartpage Pin
GuyThiebaut2-May-14 2:01
professionalGuyThiebaut2-May-14 2:01 
AnswerRe: Itextsharp , count each page rows OnStartpage Pin
mohammadkaab2-May-14 2:33
mohammadkaab2-May-14 2:33 

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.