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

C#

 
GeneralRe: need to write a code in C++ to take a pic and save it in bitmap Pin
ricardo montemayor1-Feb-07 13:48
ricardo montemayor1-Feb-07 13:48 
GeneralRe: need to write a code in C++ to take a pic and save it in bitmap Pin
Member 961-Feb-07 14:04
Member 961-Feb-07 14:04 
GeneralRe: need to write a code in C++ to take a pic and save it in bitmap Pin
ricardo montemayor1-Feb-07 17:12
ricardo montemayor1-Feb-07 17:12 
QuestionDatabase testing Pin
sreecahitu1-Feb-07 11:27
sreecahitu1-Feb-07 11:27 
AnswerRe: Database testing Pin
Judah Gabriel Himango1-Feb-07 13:34
sponsorJudah Gabriel Himango1-Feb-07 13:34 
Question[Message Deleted] Pin
nobody26261-Feb-07 10:45
nobody26261-Feb-07 10:45 
AnswerRe: StackTrace on main UI thread causes System.ExecutionEngineException Pin
Luc Pattyn1-Feb-07 11:57
sitebuilderLuc Pattyn1-Feb-07 11:57 
QuestionURI-Formats are not supported Pin
Hunv1-Feb-07 9:20
Hunv1-Feb-07 9:20 
Hi
I've got a problem...
I developed a program taht downloads the sourcecode of a website and checks it for a special string (a picture-name in my case).
I'm using this to download the website:
WebClient client1 = new WebClient();              <br />
client1.DownloadFile("http://" + lVsm.CheckedItems[i].ToString() + ".xxxxxx.xxxxxxx.de", Application.ExecutablePath + "/temp.txt");


In the second line the framework tells me "URI formats are not supported".
I already tried a stream but it didn't help.
AnswerRe: URI-Formats are not supported Pin
Guffa1-Feb-07 10:36
Guffa1-Feb-07 10:36 
AnswerRe: URI-Formats are not supported Pin
Luc Pattyn1-Feb-07 12:13
sitebuilderLuc Pattyn1-Feb-07 12:13 
Questionsting format problem-need quick help Pin
adnanrafiq1-Feb-07 8:11
adnanrafiq1-Feb-07 8:11 
AnswerRe: sting format problem-need quick help Pin
Luc Pattyn1-Feb-07 8:22
sitebuilderLuc Pattyn1-Feb-07 8:22 
GeneralRe: sting format problem-need quick help Pin
adnanrafiq1-Feb-07 8:38
adnanrafiq1-Feb-07 8:38 
GeneralRe: sting format problem-need quick help Pin
Pradipta Basu1-Feb-07 9:15
Pradipta Basu1-Feb-07 9:15 
QuestionCheck Application Pin
The Brazilian One1-Feb-07 7:58
The Brazilian One1-Feb-07 7:58 
AnswerRe: Check Application Pin
Stefan Troschuetz1-Feb-07 8:22
Stefan Troschuetz1-Feb-07 8:22 
AnswerRe: Check Application Pin
Luc Pattyn1-Feb-07 8:23
sitebuilderLuc Pattyn1-Feb-07 8:23 
QuestionGraphic library Pin
Michael O.1-Feb-07 7:22
Michael O.1-Feb-07 7:22 
AnswerRe: Graphic library Pin
Luc Pattyn1-Feb-07 8:26
sitebuilderLuc Pattyn1-Feb-07 8:26 
AnswerRe: Graphic library Pin
Christian Graus1-Feb-07 9:23
protectorChristian Graus1-Feb-07 9:23 
AnswerRe: Graphic library Pin
Michael O.1-Feb-07 12:26
Michael O.1-Feb-07 12:26 
GeneralRe: Graphic library Pin
Christian Graus1-Feb-07 14:39
protectorChristian Graus1-Feb-07 14:39 
Question[C# .NET 2.0 VS 2005] deserializer problem : attributes are null ? [modified] Pin
Fabrice Deshayes aka Xtream1-Feb-07 6:52
Fabrice Deshayes aka Xtream1-Feb-07 6:52 
QuestionSeemingly seperate strings point to same object Pin
crunchi1-Feb-07 6:25
crunchi1-Feb-07 6:25 
AnswerRe: Seemingly seperate strings point to same object Pin
Marc Clifton1-Feb-07 6:52
mvaMarc Clifton1-Feb-07 6:52 

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.