Click here to Skip to main content
15,890,825 members
Home / Discussions / C#
   

C#

 
GeneralRe: c# RSACryptoServiceProvider encryption - stored passwords Pin
Heath Stewart21-Apr-04 12:22
protectorHeath Stewart21-Apr-04 12:22 
QuestionHow to access the Inner class in C#? Pin
Anonymous21-Apr-04 9:54
Anonymous21-Apr-04 9:54 
AnswerRe: How to access the Inner class in C#? Pin
Heath Stewart21-Apr-04 10:08
protectorHeath Stewart21-Apr-04 10:08 
AnswerRe: How to access the Inner class in C#? Pin
scadaguy21-Apr-04 10:11
scadaguy21-Apr-04 10:11 
AnswerRe: How to access the Inner class in C#? Pin
Stefan Troschuetz21-Apr-04 20:43
Stefan Troschuetz21-Apr-04 20:43 
GeneralUrgent.. need a sw that cuts video into images and compatible with .NET Pin
MDM_RVS21-Apr-04 9:26
MDM_RVS21-Apr-04 9:26 
GeneralPivotTable and DataSet Pin
hxxbin21-Apr-04 8:16
hxxbin21-Apr-04 8:16 
GeneralRe: PivotTable and DataSet Pin
Heath Stewart21-Apr-04 8:53
protectorHeath Stewart21-Apr-04 8:53 
It must bind against an ADO data source, not an ADO.NET data source. In order to do this, you must import the ADO typelib. If you have installed VS.NET, it is recommended that you use the Primary Interop Assembly (PIA) created by Microsoft, adodb.dll. This is found by default in Program Files\Microsoft.NET\Primary Interop Assemblies.

You use ADO much like you use ADO.NET: you create connections and commands and execute that command to get back an ADO recordset, which you can then set as the PivotTable.DataSource property value.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: PivotTable and DataSet Pin
hxxbin22-Apr-04 4:47
hxxbin22-Apr-04 4:47 
GeneralRe: PivotTable and DataSet Pin
Heath Stewart22-Apr-04 4:56
protectorHeath Stewart22-Apr-04 4:56 
GeneralI need an example of application.. Pin
benqazou21-Apr-04 8:12
benqazou21-Apr-04 8:12 
GeneralRe: I need an example of application.. Pin
Heath Stewart21-Apr-04 8:42
protectorHeath Stewart21-Apr-04 8:42 
GeneralRe: I need an example of application.. Pin
Andrew McCarter21-Apr-04 8:50
Andrew McCarter21-Apr-04 8:50 
Questionhow do i change the papersize to legal Pin
cmarmr21-Apr-04 8:07
cmarmr21-Apr-04 8:07 
AnswerRe: how do i change the papersize to legal Pin
Heath Stewart21-Apr-04 8:41
protectorHeath Stewart21-Apr-04 8:41 
GeneralRe: how do i change the papersize to legal Pin
cmarmr21-Apr-04 9:49
cmarmr21-Apr-04 9:49 
GeneralRe: how do i change the papersize to legal Pin
Heath Stewart21-Apr-04 10:06
protectorHeath Stewart21-Apr-04 10:06 
GeneralData Display question. Pin
Michael P Butler21-Apr-04 7:30
Michael P Butler21-Apr-04 7:30 
GeneralRe: Data Display question. Pin
Heath Stewart21-Apr-04 8:37
protectorHeath Stewart21-Apr-04 8:37 
GeneralRe: Data Display question. Pin
Michael P Butler21-Apr-04 9:55
Michael P Butler21-Apr-04 9:55 
GeneralRe: Data Display question. Pin
Heath Stewart21-Apr-04 10:04
protectorHeath Stewart21-Apr-04 10:04 
GeneralRe: Data Display question. Pin
Michael P Butler21-Apr-04 10:21
Michael P Butler21-Apr-04 10:21 
Questionany ideas on this security problem?? Pin
LongRange.Shooter21-Apr-04 7:29
LongRange.Shooter21-Apr-04 7:29 
GeneralSimulation of VB6 Style Default properties Pin
Fakher Halim21-Apr-04 6:25
Fakher Halim21-Apr-04 6:25 
GeneralRe: Simulation of VB6 Style Default properties Pin
Heath Stewart21-Apr-04 6:59
protectorHeath Stewart21-Apr-04 6:59 

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.