Click here to Skip to main content
15,889,808 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to add shape controls to panel in vb.net Pin
VB 8.021-Dec-07 20:47
VB 8.021-Dec-07 20:47 
QuestionRegarding multithreading Pin
praveenkumar palla20-Dec-07 22:45
praveenkumar palla20-Dec-07 22:45 
GeneralRe: Regarding multithreading Pin
Dave Kreskowiak21-Dec-07 3:33
mveDave Kreskowiak21-Dec-07 3:33 
GeneralRe: Regarding multithreading Pin
praveenkumar palla21-Dec-07 19:14
praveenkumar palla21-Dec-07 19:14 
Question"No to all" dialog result in Vb.net Pin
Member 203794320-Dec-07 22:19
Member 203794320-Dec-07 22:19 
GeneralRe: "No to all" dialog result in Vb.net Pin
Nilesh Hapse20-Dec-07 23:01
Nilesh Hapse20-Dec-07 23:01 
GeneralProblem in generating report in .NET Pin
Member 305788720-Dec-07 20:50
Member 305788720-Dec-07 20:50 
GeneralRe: Problem in generating report in .NET Pin
CKnig20-Dec-07 21:21
CKnig20-Dec-07 21:21 
You can do it directly in CR but it's tricky and a pain.
Better insert a DataSet into your project and there add a TableAdapter for your stored Procedure (easy - you get an nice assistent).

After this add a crystal report document to your project and set it's database to this dataset.

Finally you only have to set the DataSource of the report to the DataTable returned by the DataAdapter before showing/printing.
GeneralRe: Problem in generating report in .NET Pin
Member 305788721-Dec-07 2:08
Member 305788721-Dec-07 2:08 
GeneralProblem with previleges with fileInfo/directoryInfo objects for moving a file Pin
SB 20-Dec-07 20:38
SB 20-Dec-07 20:38 
GeneralRe: Problem with previleges with fileInfo/directoryInfo objects for moving a file Pin
Dave Kreskowiak21-Dec-07 1:52
mveDave Kreskowiak21-Dec-07 1:52 
QuestionVB.NET P2P application? Pin
Benny_Lava20-Dec-07 20:16
Benny_Lava20-Dec-07 20:16 
AnswerRe: VB.NET P2P application? Pin
CKnig20-Dec-07 21:28
CKnig20-Dec-07 21:28 
QuestionWindow Form application's user access control Pin
tellytub20-Dec-07 16:06
tellytub20-Dec-07 16:06 
QuestionFind DLL without specifying file path of Lib Pin
bj9308120-Dec-07 13:47
bj9308120-Dec-07 13:47 
GeneralRe: Find DLL without specifying file path of Lib Pin
Christian Graus20-Dec-07 14:18
protectorChristian Graus20-Dec-07 14:18 
QuestionRe: Find DLL without specifying file path of Lib Pin
bj9308120-Dec-07 18:03
bj9308120-Dec-07 18:03 
GeneralRe: Find DLL without specifying file path of Lib Pin
Christian Graus20-Dec-07 18:24
protectorChristian Graus20-Dec-07 18:24 
Generaltextbox validation Pin
hassanasp20-Dec-07 12:34
hassanasp20-Dec-07 12:34 
GeneralRe: textbox validation Pin
Christian Graus20-Dec-07 14:22
protectorChristian Graus20-Dec-07 14:22 
GeneralRe: textbox validation Pin
Paul Conrad22-Dec-07 13:06
professionalPaul Conrad22-Dec-07 13:06 
QuestionHow to connect to a ODBC database in c# or visual basic? Pin
mcirosoftmohan20-Dec-07 9:37
mcirosoftmohan20-Dec-07 9:37 
GeneralRe: How to connect to a ODBC database in c# or visual basic? Pin
Christian Graus20-Dec-07 9:48
protectorChristian Graus20-Dec-07 9:48 
GeneralRe: How to connect to a ODBC database in c# or visual basic? Pin
mcirosoftmohan20-Dec-07 10:06
mcirosoftmohan20-Dec-07 10:06 
GeneralRe: How to connect to a ODBC database in c# or visual basic? Pin
Christian Graus20-Dec-07 11:03
protectorChristian Graus20-Dec-07 11:03 

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.