Click here to Skip to main content
15,929,581 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: .NET's BindingNavigator Pin
Dave Kreskowiak25-Sep-06 9:56
mveDave Kreskowiak25-Sep-06 9:56 
QuestionKey event handlers Pin
neosri25-Sep-06 7:15
neosri25-Sep-06 7:15 
AnswerRe: Key event handlers Pin
Dave Kreskowiak25-Sep-06 9:51
mveDave Kreskowiak25-Sep-06 9:51 
GeneralRe: Key event handlers Pin
neosri26-Sep-06 3:39
neosri26-Sep-06 3:39 
GeneralRe: Key event handlers Pin
Dave Kreskowiak26-Sep-06 5:09
mveDave Kreskowiak26-Sep-06 5:09 
Questiondatabase problem Pin
amaneet25-Sep-06 6:40
amaneet25-Sep-06 6:40 
AnswerRe: database problem Pin
Dave Kreskowiak25-Sep-06 6:53
mveDave Kreskowiak25-Sep-06 6:53 
QuestionPrint Document from vb Pin
Tomic25-Sep-06 5:54
Tomic25-Sep-06 5:54 
kindly help in fixing the code below
Dim dprinters As Printer<br />
 For Each dprinters In Printers<br />
 Printer.Print dprinters.DeviceName; " on "; dprinters.Port<br />
 Next dprinters<br />
 Dim a As Integer<br />
Dim b As Integer<br />
a = 5<br />
b = 7<br />
Dim s As String<br />
s = "are figures"<br />
Printer.Print a; Spc(1); b; Spc(1); s

when the code was placed in form_load it printed but when moved to the cmdprint_click it did not load.
how can I print from clicking a command button

Also how can I specify the size of the paper I want to use because i want to use a custom paper to print.

Fikunmi Feyijin
Hicad Systems
Nigeria

AnswerRe: Print Document from vb Pin
Dave Kreskowiak25-Sep-06 7:11
mveDave Kreskowiak25-Sep-06 7:11 
QuestionClass terminates immediately VB6 Pin
Dustin_B25-Sep-06 4:17
Dustin_B25-Sep-06 4:17 
AnswerRe: Class terminates immediately VB6 Pin
Dave Kreskowiak25-Sep-06 6:55
mveDave Kreskowiak25-Sep-06 6:55 
GeneralRe: Class terminates immediately VB6 Pin
Dustin_B25-Sep-06 10:39
Dustin_B25-Sep-06 10:39 
GeneralRe: Class terminates immediately VB6 Pin
Dave Kreskowiak25-Sep-06 13:37
mveDave Kreskowiak25-Sep-06 13:37 
GeneralRe: Class terminates immediately VB6 Pin
Dustin_B26-Sep-06 3:37
Dustin_B26-Sep-06 3:37 
GeneralRe: Class terminates immediately VB6 Pin
Dave Kreskowiak26-Sep-06 5:04
mveDave Kreskowiak26-Sep-06 5:04 
QuestionOpen File Pin
samira forooghi25-Sep-06 2:42
samira forooghi25-Sep-06 2:42 
GeneralRe: Open File Pin
amaneet25-Sep-06 6:44
amaneet25-Sep-06 6:44 
AnswerRe: Open File Pin
Dave Kreskowiak25-Sep-06 6:59
mveDave Kreskowiak25-Sep-06 6:59 
QuestionI need Vb.net code to search from database, its for a Procurement company project Pin
lynnmagunje25-Sep-06 0:50
lynnmagunje25-Sep-06 0:50 
AnswerRe: I need Vb.net code to search from database, its for a Procurement company project Pin
User 171649225-Sep-06 1:58
professionalUser 171649225-Sep-06 1:58 
QuestionI need Vb.net code to search from database, its for a Procurement company project Pin
lynnmagunje25-Sep-06 0:48
lynnmagunje25-Sep-06 0:48 
QuestionVB.net File Find and Replace Memory intensive! Pin
MichaelWithersone25-Sep-06 0:07
MichaelWithersone25-Sep-06 0:07 
AnswerRe: VB.net File Find and Replace Memory intensive! Pin
Christian Graus25-Sep-06 0:22
protectorChristian Graus25-Sep-06 0:22 
GeneralRe: VB.net File Find and Replace Memory intensive! Pin
MichaelWithersone25-Sep-06 0:56
MichaelWithersone25-Sep-06 0:56 
AnswerRe: VB.net File Find and Replace Memory intensive! Pin
Guffa25-Sep-06 2:38
Guffa25-Sep-06 2:38 

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.