Click here to Skip to main content
15,896,606 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to Connect Remote Database In Vb.Net For MS Access Database Pin
Kiran S. S.1-Apr-07 19:54
Kiran S. S.1-Apr-07 19:54 
AnswerRe: How to Connect Remote Database In Vb.Net For MS Access Database Pin
_mubashir1-Apr-07 21:28
_mubashir1-Apr-07 21:28 
GeneralRe: How to Connect Remote Database In Vb.Net For MS Access Database Pin
Kiran S. S.3-Apr-07 1:55
Kiran S. S.3-Apr-07 1:55 
QuestionSOUND FREQUENCY Problem Pin
Dahlia Lahla1-Apr-07 17:25
Dahlia Lahla1-Apr-07 17:25 
AnswerRe: SOUND FREQUENCY Problem Pin
Dave Kreskowiak1-Apr-07 17:45
mveDave Kreskowiak1-Apr-07 17:45 
QuestionRe: SOUND FREQUENCY Problem Pin
Dahlia Lahla3-Apr-07 12:54
Dahlia Lahla3-Apr-07 12:54 
QuestionCrystal Reports in VB.Net 2003 Pin
Kusal1-Apr-07 17:07
Kusal1-Apr-07 17:07 
AnswerRe: Crystal Reports in VB.Net 2003 Pin
Tirthadip1-Apr-07 18:31
Tirthadip1-Apr-07 18:31 
Kusal wrote:
Is it possible? What are the coding I'll add to that "Print" button. Any one can help me, pls send me some sample code ?


Off course ,possible..

try this code in Print button's Click event
Dim myRpt as myBill<br />
myRpt .Refresh()<br />
myRpt .PrintOptions.PrinterName = "Path of the printer"<br />
myRpt .PrintOptions.PaperSource = "Printer tray"<br />
myRpt .PrintToPrinter(1, False, 1, 1)


hope it will work

Tirtha

Miles to go before I sleep

GeneralRe: Crystal Reports in VB.Net 2003 Pin
Kusal3-Apr-07 0:53
Kusal3-Apr-07 0:53 
QuestionSound Frequency Problem Pin
Dahlia Lahla1-Apr-07 16:09
Dahlia Lahla1-Apr-07 16:09 
AnswerRe: Sound Frequency Problem Pin
Dave Kreskowiak1-Apr-07 17:06
mveDave Kreskowiak1-Apr-07 17:06 
Questionplease help about Configuration Error Pin
kittipomgmd1-Apr-07 16:06
kittipomgmd1-Apr-07 16:06 
AnswerRe: please help about Configuration Error Pin
kubben1-Apr-07 16:17
kubben1-Apr-07 16:17 
AnswerRe: please help about Configuration Error Pin
mghiassi3-Apr-07 3:47
mghiassi3-Apr-07 3:47 
QuestionRe: please help about Configuration Error Pin
kittipomgmd3-Apr-07 15:46
kittipomgmd3-Apr-07 15:46 
QuestionRe: please help about Configuration Error Pin
kittipomgmd3-Apr-07 17:31
kittipomgmd3-Apr-07 17:31 
QuestionVB HELP, Need someone that knows how to write code for a simple task Pin
ArcAlix1-Apr-07 13:37
ArcAlix1-Apr-07 13:37 
AnswerRe: VB HELP, Need someone that knows how to write code for a simple task Pin
Christian Graus1-Apr-07 14:28
protectorChristian Graus1-Apr-07 14:28 
AnswerRe: VB HELP, Need someone that knows how to write code for a simple task Pin
Tall Dude1-Apr-07 20:30
Tall Dude1-Apr-07 20:30 
Questionmultiple checkbox within multiple groupbox(vb.net) Pin
abbss.gaurav1-Apr-07 7:35
abbss.gaurav1-Apr-07 7:35 
QuestionDifference between IE View Source and OpenURL data Pin
Huling Parker1-Apr-07 7:33
Huling Parker1-Apr-07 7:33 
Questionmultiple checkbox within multiple groupbox(vb.net) Pin
abbss.gaurav1-Apr-07 6:56
abbss.gaurav1-Apr-07 6:56 
AnswerRe: multiple checkbox within multiple groupbox(vb.net) Pin
Dave Kreskowiak1-Apr-07 7:12
mveDave Kreskowiak1-Apr-07 7:12 
QuestionAdding fields in a table adapter not showing in code. Pin
steve_rm1-Apr-07 5:33
steve_rm1-Apr-07 5:33 
AnswerRe: Adding fields in a table adapter not showing in code. Pin
Johan Hakkesteegt4-Apr-07 2:30
Johan Hakkesteegt4-Apr-07 2:30 

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.