Click here to Skip to main content
15,915,600 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Developing Mail Sending Application Pin
G.Manivannan12-Aug-08 23:42
G.Manivannan12-Aug-08 23:42 
QuestionPrinting Pin
Tom Deketelaere8-Aug-08 1:57
professionalTom Deketelaere8-Aug-08 1:57 
AnswerRe: Printing Pin
Paul Conrad8-Aug-08 19:35
professionalPaul Conrad8-Aug-08 19:35 
GeneralRe: Printing Pin
Tom Deketelaere18-Aug-08 21:55
professionalTom Deketelaere18-Aug-08 21:55 
Questionextractaction and compression of files Pin
sunil goyalG8-Aug-08 0:26
sunil goyalG8-Aug-08 0:26 
AnswerRe: extractaction and compression of files Pin
Manas Bhardwaj8-Aug-08 0:33
professionalManas Bhardwaj8-Aug-08 0:33 
QuestionFile download in asp .net from the server Pin
summon_197-Aug-08 23:53
summon_197-Aug-08 23:53 
AnswerRe: File download in asp .net from the server Pin
Manas Bhardwaj8-Aug-08 0:36
professionalManas Bhardwaj8-Aug-08 0:36 
1st Solution

http://www.google.com/search?hl=en&q=asp.net+download+file[^]

Still, if you can not find than somewhat like this...

Response.ContentType = "image/jpeg";
Response.AppendHeader("Content-Disposition","attachment; filename=SailBig.jpg");
Response.TransmitFile( Server.MapPath("~/images/sailbig.jpg") );
Response.End();

QuestionReading groups in active directory Pin
SAadmin7-Aug-08 20:57
SAadmin7-Aug-08 20:57 
AnswerRe: Reading groups in active directory Pin
Manas Bhardwaj7-Aug-08 23:27
professionalManas Bhardwaj7-Aug-08 23:27 
GeneralRe: Reading groups in active directory Pin
SAadmin8-Aug-08 0:56
SAadmin8-Aug-08 0:56 
QuestionHow to export data by using vb 6.0 Pin
BalasubramanianK7-Aug-08 20:48
BalasubramanianK7-Aug-08 20:48 
AnswerRe: How to export data by using vb 6.0 Pin
dan!sh 7-Aug-08 22:44
professional dan!sh 7-Aug-08 22:44 
AnswerRe: How to export data by using vb 6.0 Pin
jzonthemtn8-Aug-08 9:20
jzonthemtn8-Aug-08 9:20 
QuestionAdding image in HTML Email Pin
nitin_ion7-Aug-08 18:49
nitin_ion7-Aug-08 18:49 
AnswerRe: Adding image in HTML Email Pin
Johan Hakkesteegt8-Aug-08 3:28
Johan Hakkesteegt8-Aug-08 3:28 
GeneralRe: Adding image in HTML Email Pin
nitin_ion10-Aug-08 17:15
nitin_ion10-Aug-08 17:15 
QuestionHow I can find instance from hWnd Pin
manisghouri7-Aug-08 15:04
manisghouri7-Aug-08 15:04 
AnswerRe: How I can find instance from hWnd Pin
rprateek7-Aug-08 15:32
rprateek7-Aug-08 15:32 
GeneralRe: How I can find instance from hWnd Pin
manisghouri7-Aug-08 15:47
manisghouri7-Aug-08 15:47 
GeneralRe: How I can find instance from hWnd Pin
nlarson118-Aug-08 17:27
nlarson118-Aug-08 17:27 
QuestionHow can i send my cursor to catch even there is no error Pin
rprateek7-Aug-08 14:40
rprateek7-Aug-08 14:40 
AnswerRe: How can i send my cursor to catch even there is no error Pin
rprateek7-Aug-08 18:15
rprateek7-Aug-08 18:15 
GeneralRe: How can i send my cursor to catch even there is no error Pin
Colin Angus Mackay7-Aug-08 21:35
Colin Angus Mackay7-Aug-08 21:35 
AnswerRe: How can i send my cursor to catch even there is no error Pin
Colin Angus Mackay7-Aug-08 23:23
Colin Angus Mackay7-Aug-08 23:23 

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.