Click here to Skip to main content
15,921,941 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Get only part of a text file Pin
carlos_rocha16-May-05 3:47
carlos_rocha16-May-05 3:47 
GeneralRe: Get only part of a text file Pin
dvmarques2516-May-05 3:57
dvmarques2516-May-05 3:57 
GeneralRe: Get only part of a text file Pin
carlos_rocha16-May-05 4:17
carlos_rocha16-May-05 4:17 
GeneralRe: Get only part of a text file Pin
dvmarques2516-May-05 22:52
dvmarques2516-May-05 22:52 
GeneralRe: Get only part of a text file Pin
carlos_rocha17-May-05 0:21
carlos_rocha17-May-05 0:21 
GeneralFreehand drawing in VB.NET Pin
meghadwivedi16-May-05 2:51
meghadwivedi16-May-05 2:51 
GeneralRe: Freehand drawing in VB.NET Pin
Christian Graus16-May-05 14:20
protectorChristian Graus16-May-05 14:20 
Generalsend fax through fax service Pin
amit__816-May-05 1:42
amit__816-May-05 1:42 
i wants to send fax through vb.net application
i added reference of faxservice'sdll
and usiong the following code:
FaxServerClass fs = new FaxServerClass();
fs.Connect("mymachine"); //specifies the machinename
object obj = fs.CreateDocument("myfilename");
FaxDoc fd = (FaxDoc)obj;
fd.FaxNumber = "myfax#";
fd.RecipientName = "Tester";
int i = fd.Send();
MessageBox.Show(i.ToString());
fs.Disconnect();

i dont have modem
but have lan card which is connected to internet
how can i send fax
GeneralRe: send fax through fax service Pin
Gavin Jeffrey16-May-05 4:32
Gavin Jeffrey16-May-05 4:32 
GeneralRe: send fax through fax service Pin
amit__816-May-05 18:34
amit__816-May-05 18:34 
QuestionHow can I stop page-tracking after printer finished printing? Pin
S.Mostapha Kalami16-May-05 1:33
S.Mostapha Kalami16-May-05 1:33 
GeneralSelecting items in the ListView Control Pin
cpod15-May-05 18:05
cpod15-May-05 18:05 
GeneralRe: Selecting items in the ListView Control Pin
carlos_rocha16-May-05 4:01
carlos_rocha16-May-05 4:01 
GeneralRe: Selecting items in the ListView Control Pin
cpod16-May-05 19:26
cpod16-May-05 19:26 
GeneralRe: Selecting items in the ListView Control Pin
carlos_rocha16-May-05 22:04
carlos_rocha16-May-05 22:04 
Questionhow to get email and read its content + filtering Pin
TIFC15-May-05 17:38
TIFC15-May-05 17:38 
AnswerRe: how to get email and read its content + filtering Pin
Colin Angus Mackay16-May-05 1:30
Colin Angus Mackay16-May-05 1:30 
Questionhow to create a multithreaded server Pin
TIFC15-May-05 17:35
TIFC15-May-05 17:35 
Generalplease guide me... Pin
besah15-May-05 17:24
besah15-May-05 17:24 
GeneralRe: please guide me... Pin
Christian Graus16-May-05 14:21
protectorChristian Graus16-May-05 14:21 
GeneralIdentity a row in database table Pin
VOmigrant15-May-05 15:27
VOmigrant15-May-05 15:27 
GeneralRe: Identity a row in database table Pin
Colin Angus Mackay16-May-05 1:25
Colin Angus Mackay16-May-05 1:25 
GeneralCustom textbox control Pin
Anonymous15-May-05 11:34
Anonymous15-May-05 11:34 
GeneralCan't run Data Form Wizard Pin
endersek15-May-05 3:07
endersek15-May-05 3:07 
Generalhelp in searching records Pin
vaiology15-May-05 2:07
vaiology15-May-05 2:07 

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.