Click here to Skip to main content
15,920,704 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help ! Database Problem, Unknown Information in an Access DataBase by the MEMO type! Pin
maysam gamini5-Nov-09 20:51
maysam gamini5-Nov-09 20:51 
GeneralRe: Help ! Database Problem, Unknown Information in an Access DataBase by the MEMO type! Pin
Wes Aday6-Nov-09 3:30
professionalWes Aday6-Nov-09 3:30 
AnswerRe: Help ! Database Problem, Unknown Information in an Access DataBase by the MEMO type! [modified] Pin
maysam gamini5-Nov-09 12:40
maysam gamini5-Nov-09 12:40 
GeneralRe: Help ! Database Problem, Unknown Information in an Access DataBase by the MEMO type! Pin
Richard MacCutchan5-Nov-09 23:05
mveRichard MacCutchan5-Nov-09 23:05 
GeneralRe: Help ! Database Problem, Unknown Information in an Access DataBase by the MEMO type! Pin
maysam gamini5-Nov-09 23:43
maysam gamini5-Nov-09 23:43 
GeneralRe: Help ! Database Problem, Unknown Information in an Access DataBase by the MEMO type! Pin
Richard MacCutchan5-Nov-09 23:56
mveRichard MacCutchan5-Nov-09 23:56 
GeneralRe: Help ! Database Problem, Unknown Information in an Access DataBase by the MEMO type! Pin
maysam gamini6-Nov-09 0:35
maysam gamini6-Nov-09 0:35 
QuestionC# WebBrowser changing to detail folder view. Pin
Wheels0125-Nov-09 8:18
Wheels0125-Nov-09 8:18 
Good afternoon. I have the following code:

private void cboFolder_SelectedIndexChanged(object sender, EventArgs e)
        {
            if (cboFolder.SelectedValue != null)//&& cboFolder.SelectedValue.ToString() != "-1")
            {
                Cursor.Current = Cursors.WaitCursor;
                SetProgressBarMarquee();
                lblLoading.Visible = true;
                progressBar1.Visible = true;
                this.viewToolStripMenuItem.Enabled = true;
                cboSP_Site.SelectedIndex = -1;
                cboWS.SelectedIndex = -1;
                txtAddress.Text = cboFolder.SelectedValue.ToString();
                WebBrowser1.Focus();
                WebBrowser1.Url = new Uri(cboFolder.SelectedValue.ToString());
                SendKeys.Send("+{F10}(VD)");
            }
        }

private void SetProgressBarMarquee()
        {
            this.progressBar1.Style = ProgressBarStyle.Marquee;
            this.progressBar1.MarqueeAnimationSpeed = 50;
        }


When I select one of the items in the combo box the folders display in detail format, but others do not. On the second selection for example temp folder it displays as details.

Any suggestions? WHEELS
QuestionRenaming Pin
_Q12_5-Nov-09 5:43
_Q12_5-Nov-09 5:43 
AnswerRe: Renaming Pin
Ghydo5-Nov-09 5:57
Ghydo5-Nov-09 5:57 
AnswerRe: Renaming Pin
Richard MacCutchan5-Nov-09 6:00
mveRichard MacCutchan5-Nov-09 6:00 
QuestionMulti level pie chart? Pin
BetimD5-Nov-09 5:18
BetimD5-Nov-09 5:18 
AnswerRe: Multi level pie chart? Pin
Saksida Bojan5-Nov-09 6:32
Saksida Bojan5-Nov-09 6:32 
QuestionStrange Property Grid Behaviour Pin
Wags5-Nov-09 4:37
professionalWags5-Nov-09 4:37 
AnswerRe: Strange Property Grid Behaviour Pin
Saksida Bojan5-Nov-09 7:00
Saksida Bojan5-Nov-09 7:00 
AnswerRe: Strange Property Grid Behaviour Pin
Wags5-Nov-09 23:20
professionalWags5-Nov-09 23:20 
Questionproper Async reading operation Pin
Chesnokov Yuriy5-Nov-09 4:25
professionalChesnokov Yuriy5-Nov-09 4:25 
AnswerRe: proper Async reading operation Pin
Jimmanuel5-Nov-09 5:55
Jimmanuel5-Nov-09 5:55 
GeneralRe: proper Async reading operation Pin
Chesnokov Yuriy5-Nov-09 8:28
professionalChesnokov Yuriy5-Nov-09 8:28 
QuestionAssembly redirection in .NET Pin
KarthikonIT5-Nov-09 4:18
KarthikonIT5-Nov-09 4:18 
AnswerRe: Assembly redirection in .NET Pin
Not Active5-Nov-09 5:43
mentorNot Active5-Nov-09 5:43 
QuestionTransparency Pin
stancrm5-Nov-09 3:43
stancrm5-Nov-09 3:43 
AnswerRe: Transparency Pin
The Man from U.N.C.L.E.5-Nov-09 7:38
The Man from U.N.C.L.E.5-Nov-09 7:38 
QuestionHelping -- winpcap & winDump libraries for capture and dump IP packets using C# Pin
3bood.ghzawi5-Nov-09 2:21
3bood.ghzawi5-Nov-09 2:21 
Questionsizeof struct with array Pin
Ronenb5-Nov-09 2:03
Ronenb5-Nov-09 2:03 

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.