Click here to Skip to main content
15,913,486 members
Home / Discussions / C#
   

C#

 
GeneralRe: Distribute load to second app Pin
Matglas13-Feb-07 7:51
Matglas13-Feb-07 7:51 
AnswerRe: Distribute load to second app Pin
Christian Graus12-Feb-07 23:18
protectorChristian Graus12-Feb-07 23:18 
GeneralRe: Distribute load to second app Pin
Matglas13-Feb-07 0:18
Matglas13-Feb-07 0:18 
AnswerRe: Distribute load to second app Pin
KraGiE7913-Feb-07 1:29
KraGiE7913-Feb-07 1:29 
GeneralRe: Distribute load to second app Pin
Matglas13-Feb-07 1:58
Matglas13-Feb-07 1:58 
QuestionCreating setup Pin
sujithkumarsl12-Feb-07 21:20
sujithkumarsl12-Feb-07 21:20 
AnswerRe: Creating setup Pin
Libor Tinka13-Feb-07 5:33
Libor Tinka13-Feb-07 5:33 
QuestionIs it because idle? DB->textbox fails... Pin
miestas12-Feb-07 21:01
miestas12-Feb-07 21:01 
There is a problem there - I have this (not)working code. Problem is that GetData().Select() doesn't retrieve data for me, while if I add something like messageBox.Show(rows[0][1].ToString()) it suddenly works!

So, does that mean, program isn't able to retrieve information from tableadapter in time?
I tried adding Thread.Pause(1000) - process stops, but still no data...

Enybody have some ideas?
Oh, and I'm running Vista x64, can that be a problem source?

private void textBox3_KeyUp(object sender, KeyEventArgs e)
{
if (textBox3.Text.Length == 11)
{
textBox3.Text = kod.DeSifruoti(textBox3.Text); // changes some parts of text string in textbox3
DataRow[] rows = darbuotojaiTableAdapter1.GetData().Select("ID LIKE '"+ ((textBox3.Text)).Substring(0,5) +"%'");
label18.Text = rows[0][1].ToString() + " " + rows[0][2].ToString();
}
}
AnswerRe: Is it because idle? DB->textbox fails... Pin
miestas12-Feb-07 21:57
miestas12-Feb-07 21:57 
QuestionI want to set my Windows form as "Always on Top" and Pin
M Riaz Bashir12-Feb-07 20:03
M Riaz Bashir12-Feb-07 20:03 
AnswerRe: I want to set my Windows form as "Always on Top" and Pin
Christian Graus12-Feb-07 20:35
protectorChristian Graus12-Feb-07 20:35 
GeneralRe: I want to set my Windows form as "Always on Top" and Pin
M Riaz Bashir12-Feb-07 20:53
M Riaz Bashir12-Feb-07 20:53 
GeneralRe: I want to set my Windows form as "Always on Top" and Pin
stancrm12-Feb-07 21:08
stancrm12-Feb-07 21:08 
GeneralRe: I want to set my Windows form as "Always on Top" and Pin
sxbluebird12-Feb-07 21:10
sxbluebird12-Feb-07 21:10 
GeneralRe: I want to set my Windows form as "Always on Top" and Pin
M Riaz Bashir12-Feb-07 21:35
M Riaz Bashir12-Feb-07 21:35 
AnswerRe: I want to set my Windows form as "Always on Top" and Pin
wasife13-Feb-07 11:54
wasife13-Feb-07 11:54 
QuestionError while Displying the Report Pin
jaganil12-Feb-07 19:59
jaganil12-Feb-07 19:59 
AnswerRe: Error while Displying the Report Pin
KraGiE7913-Feb-07 1:30
KraGiE7913-Feb-07 1:30 
Questionhi how can i send data to parallel port in c#.net 2003 and framework1.1 Pin
gpremkamal12-Feb-07 19:40
gpremkamal12-Feb-07 19:40 
AnswerRe: hi how can i send data to parallel port in c#.net 2003 and framework1.1 Pin
Christian Graus12-Feb-07 19:45
protectorChristian Graus12-Feb-07 19:45 
AnswerRe: hi how can i send data to parallel port in c#.net 2003 and framework1.1 Pin
Niiiissssshhhhhuuuuu12-Feb-07 19:50
Niiiissssshhhhhuuuuu12-Feb-07 19:50 
AnswerRe: hi how can i send data to parallel port in c#.net 2003 and framework1.1 Pin
sxbluebird12-Feb-07 21:24
sxbluebird12-Feb-07 21:24 
QuestionSharePoint site creation Pin
AB777112-Feb-07 19:33
AB777112-Feb-07 19:33 
AnswerRe: SharePoint site creation Pin
Michael O.13-Feb-07 0:08
Michael O.13-Feb-07 0:08 
GeneralRe: SharePoint site creation Pin
AB777113-Feb-07 1:15
AB777113-Feb-07 1:15 

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.