Click here to Skip to main content
15,903,203 members
Home / Discussions / C#
   

C#

 
AnswerRe: Use sendkeys() for google chrome Pin
Ashfield1-Dec-09 2:18
Ashfield1-Dec-09 2:18 
QuestionImport old DLL to C# .Net Pin
Reza Shojaee1-Dec-09 0:11
Reza Shojaee1-Dec-09 0:11 
AnswerRe: Import old DLL to C# .Net Pin
Calla1-Dec-09 0:20
Calla1-Dec-09 0:20 
GeneralRe: Import old DLL to C# .Net Pin
Reza Shojaee1-Dec-09 0:26
Reza Shojaee1-Dec-09 0:26 
GeneralRe: Import old DLL to C# .Net Pin
Vimalsoft(Pty) Ltd1-Dec-09 3:48
professionalVimalsoft(Pty) Ltd1-Dec-09 3:48 
GeneralRe: Import old DLL to C# .Net Pin
Dave Kreskowiak1-Dec-09 4:33
mveDave Kreskowiak1-Dec-09 4:33 
AnswerRe: Import old DLL to C# .Net Pin
puromtec11-Dec-09 5:25
puromtec11-Dec-09 5:25 
QuestionCall Stored Procedure Using C# Pin
Phil Saville1-Dec-09 0:07
Phil Saville1-Dec-09 0:07 
Hi, im new to using stored procedures and i have the following stored procedure...

CREATE OR REPLACE PROCEDURE DRL_PROCEDURE2(var_SOURCE_OBJECTID IN varchar2, var_NEW_OBJECTID OUT varchar2)
AS
BEGIN
SELECT MAX(NEW_OBJECTID)
INTO var_NEW_OBJECTID
FROM DRL_CONVERSION
WHERE SOURCE_OBJECTID = var_SOURCE_OBJECTID;
END;

I want to be able to call this procedure from my windows form application and display the result of the stored procedure into a label or a datagrid using C#...could someone please help me! Thanks in advance!
AnswerRe: Call Stored Procedure Using C# Pin
Ashfield1-Dec-09 0:16
Ashfield1-Dec-09 0:16 
AnswerRe: Call Stored Procedure Using C# Pin
Vimalsoft(Pty) Ltd1-Dec-09 3:50
professionalVimalsoft(Pty) Ltd1-Dec-09 3:50 
AnswerRe: Call Stored Procedure Using C# Pin
PIEBALDconsult1-Dec-09 4:17
mvePIEBALDconsult1-Dec-09 4:17 
AnswerRe: Call Stored Procedure Using C# Pin
Mark Graham1-Dec-09 5:54
Mark Graham1-Dec-09 5:54 
QuestionWrite DWORD Value in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer on Vista Pin
Sunil G 330-Nov-09 23:17
Sunil G 330-Nov-09 23:17 
AnswerRe: Write DWORD Value in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer on Vista Pin
Saksida Bojan30-Nov-09 23:25
Saksida Bojan30-Nov-09 23:25 
GeneralRe: Write DWORD Value in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer on Vista Pin
Sunil G 330-Nov-09 23:44
Sunil G 330-Nov-09 23:44 
GeneralRe: Write DWORD Value in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer on Vista Pin
Calla1-Dec-09 0:10
Calla1-Dec-09 0:10 
QuestionDateTimePicker Pin
Saksida Bojan30-Nov-09 22:11
Saksida Bojan30-Nov-09 22:11 
AnswerRe: DateTimePicker Pin
Blue_Boy30-Nov-09 22:17
Blue_Boy30-Nov-09 22:17 
GeneralRe: DateTimePicker Pin
Saksida Bojan30-Nov-09 22:27
Saksida Bojan30-Nov-09 22:27 
GeneralRe: DateTimePicker Pin
Blue_Boy30-Nov-09 22:36
Blue_Boy30-Nov-09 22:36 
GeneralRe: DateTimePicker Pin
Saksida Bojan30-Nov-09 22:48
Saksida Bojan30-Nov-09 22:48 
GeneralRe: DateTimePicker Pin
Blue_Boy30-Nov-09 23:48
Blue_Boy30-Nov-09 23:48 
GeneralRe: DateTimePicker Pin
Saksida Bojan1-Dec-09 1:04
Saksida Bojan1-Dec-09 1:04 
GeneralRe: DateTimePicker Pin
J$1-Dec-09 7:10
J$1-Dec-09 7:10 
GeneralRe: DateTimePicker Pin
Saksida Bojan1-Dec-09 10:04
Saksida Bojan1-Dec-09 10:04 

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.