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

Visual Basic

 
AnswerRe: How to Create Virtual Directory Website in IIS using WMI through Vb.Net code Pin
Nilesh Hapse2-Apr-07 20:59
Nilesh Hapse2-Apr-07 20:59 
GeneralRe: How to Create Virtual Directory Website in IIS using WMI through Vb.Net code Pin
sresh2-Apr-07 21:24
sresh2-Apr-07 21:24 
QuestionDebugging Problem !! Pin
Vikrant Badhai2-Apr-07 20:25
Vikrant Badhai2-Apr-07 20:25 
AnswerRe: Debugging Problem !! Pin
Nilesh Hapse2-Apr-07 20:48
Nilesh Hapse2-Apr-07 20:48 
QuestionRe breakpoint in vb.net Pin
roma_sayed2-Apr-07 20:21
roma_sayed2-Apr-07 20:21 
AnswerRe: Re breakpoint in vb.net Pin
Nilesh Hapse2-Apr-07 20:47
Nilesh Hapse2-Apr-07 20:47 
QuestionPass parameter value Pin
Member 38798812-Apr-07 19:55
Member 38798812-Apr-07 19:55 
AnswerRe: Pass parameter value Pin
Tirthadip2-Apr-07 20:14
Tirthadip2-Apr-07 20:14 
Suppose you want to pass a order-date as a parameter to your report.
Create a Parameter Fields in your report. Name it as DateOfOrder,set its Value Type to what you want.......By right Clicking on "Parameter Fields"-----> "New" option.....

In code behind to set the parameter value the code will be like following.....

<br />
// suppose Your report name is Myreport.rpt<br />
//Order_Date is the variable to store order-date<br />
Dim oRpt as Myreport<br />
oRpt.SetParameterValue("Order_Date", DateOfOrder)


Tirtha

Miles to go before I sleep

QuestionVB SCRIPT FOR DELETE Pin
Sachin Pimpale2-Apr-07 19:43
Sachin Pimpale2-Apr-07 19:43 
AnswerRe: VB SCRIPT FOR DELETE Pin
Nilesh Hapse2-Apr-07 20:54
Nilesh Hapse2-Apr-07 20:54 
Questionhow to read .ini file in vb .net 2005 Pin
meet_Poo2-Apr-07 19:22
meet_Poo2-Apr-07 19:22 
GeneralRe: how to read .ini file in vb .net 2005 Pin
Nilesh Hapse2-Apr-07 19:52
Nilesh Hapse2-Apr-07 19:52 
GeneralRe: how to read .ini file in vb .net 2005 Pin
meet_Poo2-Apr-07 22:20
meet_Poo2-Apr-07 22:20 
Questionin .net 2005 is validation controls available for desktop application Pin
meet_Poo2-Apr-07 18:54
meet_Poo2-Apr-07 18:54 
AnswerRe: in .net 2005 is validation controls available for desktop application Pin
Kevin McFarlane3-Apr-07 0:28
Kevin McFarlane3-Apr-07 0:28 
GeneralRe: in .net 2005 is validation controls available for desktop application Pin
meet_Poo3-Apr-07 2:18
meet_Poo3-Apr-07 2:18 
GeneralRe: in .net 2005 is validation controls available for desktop application Pin
Dave Kreskowiak3-Apr-07 4:32
mveDave Kreskowiak3-Apr-07 4:32 
Questionhow to get the image drawn using e.Graphics.DrawImage fuction Pin
PowerStorm2-Apr-07 15:27
PowerStorm2-Apr-07 15:27 
AnswerRe: how to get the image drawn using e.Graphics.DrawImage fuction Pin
Christian Graus2-Apr-07 17:42
protectorChristian Graus2-Apr-07 17:42 
AnswerRe: how to get the image drawn using e.Graphics.DrawImage fuction Pin
Dave Kreskowiak3-Apr-07 4:29
mveDave Kreskowiak3-Apr-07 4:29 
Questionvalidating empty text boxes????? Pin
abbss.gaurav2-Apr-07 15:14
abbss.gaurav2-Apr-07 15:14 
AnswerRe: validating empty text boxes????? Pin
Christian Graus2-Apr-07 17:43
protectorChristian Graus2-Apr-07 17:43 
QuestionRTF text into Access database Pin
freefika2-Apr-07 10:23
freefika2-Apr-07 10:23 
AnswerRe: RTF text into Access database Pin
Dave Kreskowiak3-Apr-07 4:02
mveDave Kreskowiak3-Apr-07 4:02 
QuestionCan vb delcare a var like this? Pin
astcws2-Apr-07 10:18
astcws2-Apr-07 10:18 

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.