Click here to Skip to main content
16,007,126 members
Home / Discussions / C#
   

C#

 
QuestionFinding out whether a WAV file is completed recording Pin
coolestCoder29-May-06 20:09
coolestCoder29-May-06 20:09 
AnswerRe: Finding out whether a WAV file is completed recording Pin
lmoelleb29-May-06 20:25
lmoelleb29-May-06 20:25 
AnswerRe: Finding out whether a WAV file is completed recording [modified] Pin
Darren_29-May-06 20:35
Darren_29-May-06 20:35 
Questionhow can I manage some links in html page that load with webbrowser within a win app ? Pin
Nafiseh Salmani29-May-06 19:56
Nafiseh Salmani29-May-06 19:56 
AnswerRe: how can I manage some links in html page that load with webbrowser within a win app ? Pin
lmoelleb29-May-06 23:06
lmoelleb29-May-06 23:06 
QuestionRe: how can I manage some links in html page that load with webbrowser within a win app ? Pin
Nafiseh Salmani29-May-06 23:12
Nafiseh Salmani29-May-06 23:12 
AnswerRe: how can I manage some links in html page that load with webbrowser within a win app ? Pin
lmoelleb30-May-06 1:33
lmoelleb30-May-06 1:33 
QuestionRe: how can I manage some links in html page that load with webbrowser within a win app ? Pin
Nafiseh Salmani30-May-06 2:47
Nafiseh Salmani30-May-06 2:47 
thanks in advance
but im working on VS2003.Frown | :(

could u help me for another problem??D'Oh! | :doh:
i use follow functions for loadind my html pages,there are some pictures in my source code of html page , that have relative src ,
when the browser navigate , the pictures didn't show!!!
what can i do??

private void Form2_Load(object sender, System.EventArgs e)
{

object empty = System.Reflection.Missing.Value;
axWebBrowser1.Navigate("about:blank", ref empty, ref empty, ref empty, ref empty);
}


public void html_load(string context,string title)
{
string SourceCode="";
SourceCode="" + context+ "";
// create an IHTMLDocument2
mshtml.IHTMLDocument2 doc = axWebBrowser1.Document as mshtml.IHTMLDocument2;

// write to the doc
doc.clear();
doc.writeln(SourceCode);
doc.close();
}
AnswerRe: how can I manage some links in html page that load with webbrowser within a win app ? Pin
lmoelleb30-May-06 3:16
lmoelleb30-May-06 3:16 
QuestionUrgent Pin
Shiv529-May-06 19:35
Shiv529-May-06 19:35 
AnswerRe: Urgent Pin
Darren_29-May-06 19:48
Darren_29-May-06 19:48 
AnswerRe: Urgent Pin
Colin Angus Mackay29-May-06 20:04
Colin Angus Mackay29-May-06 20:04 
AnswerRe: Urgent Pin
albCode29-May-06 20:58
albCode29-May-06 20:58 
QuestionGetting the ScrollBar offset Pin
Darren_29-May-06 19:19
Darren_29-May-06 19:19 
QuestionHow do i read and Execute a bunch of .Sql at the same time using C# Pin
Shiv529-May-06 18:24
Shiv529-May-06 18:24 
AnswerRe: How do i read and Execute a bunch of .Sql at the same time using C# Pin
KevinMac29-May-06 18:56
KevinMac29-May-06 18:56 
QuestionAdd a control on menu Pin
Dinh Thang29-May-06 17:46
Dinh Thang29-May-06 17:46 
AnswerRe: Add a control on menu Pin
ekynox29-May-06 19:05
ekynox29-May-06 19:05 
QuestionDisplay text using labels -- very slow Pin
printscreen1234529-May-06 16:47
printscreen1234529-May-06 16:47 
AnswerRe: Display text using labels -- very slow Pin
leppie29-May-06 17:03
leppie29-May-06 17:03 
GeneralRe: Display text using labels -- very slow Pin
printscreen1234529-May-06 17:38
printscreen1234529-May-06 17:38 
GeneralRe: Display text using labels -- very slow [modified] Pin
printscreen1234529-May-06 21:52
printscreen1234529-May-06 21:52 
AnswerRe: Display text using labels -- very slow Pin
Robert Rohde29-May-06 19:13
Robert Rohde29-May-06 19:13 
GeneralRe: Display text using labels -- very slow Pin
printscreen1234529-May-06 22:59
printscreen1234529-May-06 22:59 
GeneralRe: Display text using labels -- very slow Pin
Dan Neely30-May-06 2:14
Dan Neely30-May-06 2:14 

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.