Click here to Skip to main content
15,895,667 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Modify entire line Pin
Dave Kreskowiak2-Jul-07 4:52
mveDave Kreskowiak2-Jul-07 4:52 
Questionreduce PNG image Size Pin
Rupesh Kumar Swami1-Jul-07 22:42
Rupesh Kumar Swami1-Jul-07 22:42 
AnswerRe: reduce PNG image Size Pin
Dave Kreskowiak2-Jul-07 1:58
mveDave Kreskowiak2-Jul-07 1:58 
GeneralRe: reduce PNG image Size Pin
Rupesh Kumar Swami2-Jul-07 20:25
Rupesh Kumar Swami2-Jul-07 20:25 
QuestionHow to read a CSV file Header? Pin
sudhakar791-Jul-07 21:32
sudhakar791-Jul-07 21:32 
AnswerRe: How to read a CSV file Header? Pin
Dave Kreskowiak2-Jul-07 1:59
mveDave Kreskowiak2-Jul-07 1:59 
QuestionHow ca i make a procedeurs Pin
magedhv1-Jul-07 21:27
magedhv1-Jul-07 21:27 
GeneralRe: How ca i make a procedeurs Pin
Xandip1-Jul-07 22:17
Xandip1-Jul-07 22:17 
Private Sub MyProcedure()
<BODY>
End Sub

Now call this MyProcedure() from any event inside the form:

Private Sub Form_Load()
Call MyProcedure
End Sub

If you want this Procedure to be accessible in the whole project, you will have to declare it as Public.
Hope this helps....

The name is Sandeep
GeneralRe: How ca i make a procedeurs Pin
magedhv2-Jul-07 0:37
magedhv2-Jul-07 0:37 
QuestionVSPrinter Pin
ShuklaGirish1-Jul-07 19:24
ShuklaGirish1-Jul-07 19:24 
AnswerRe: VSPrinter Pin
Dave Kreskowiak2-Jul-07 4:49
mveDave Kreskowiak2-Jul-07 4:49 
QuestionCrystal Reports Pin
ShuklaGirish1-Jul-07 19:17
ShuklaGirish1-Jul-07 19:17 
AnswerRe: Crystal Reports Pin
Xandip1-Jul-07 20:26
Xandip1-Jul-07 20:26 
QuestionChecked List Box, Select Only One Row Pin
Polymorpher1-Jul-07 19:13
Polymorpher1-Jul-07 19:13 
AnswerRe: Checked List Box, Select Only One Row Pin
CPallini1-Jul-07 22:07
mveCPallini1-Jul-07 22:07 
Questionhow can i get &quot;Data Type&quot; using enterprise library Pin
warwarphoo1-Jul-07 18:01
warwarphoo1-Jul-07 18:01 
AnswerRe: how can i get &quot;Data Type&quot; using enterprise library Pin
SHatchard2-Jul-07 2:08
SHatchard2-Jul-07 2:08 
Questionprogress bar Pin
hsprasain1-Jul-07 17:33
hsprasain1-Jul-07 17:33 
AnswerRe: progress bar Pin
smguc1-Jul-07 17:52
smguc1-Jul-07 17:52 
GeneralRe: progress bar Pin
smguc1-Jul-07 17:58
smguc1-Jul-07 17:58 
GeneralRe: progress bar Pin
hsprasain1-Jul-07 19:27
hsprasain1-Jul-07 19:27 
GeneralRe: progress bar Pin
smguc1-Jul-07 19:40
smguc1-Jul-07 19:40 
QuestionMultiple thumbs on a slider control, Help?... Pin
smguc1-Jul-07 17:26
smguc1-Jul-07 17:26 
AnswerRe: Multiple thumbs on a slider control, Help?... Pin
Dave Kreskowiak2-Jul-07 4:48
mveDave Kreskowiak2-Jul-07 4:48 
GeneralRe: Multiple thumbs on a slider control, Help?... Pin
smguc9-Jul-07 2:35
smguc9-Jul-07 2:35 

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.