Click here to Skip to main content
15,898,769 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sleep in an application Pin
Nader Elshehabi25-Oct-06 23:10
Nader Elshehabi25-Oct-06 23:10 
AnswerRe: Sleep in an application Pin
abhinish25-Oct-06 23:10
abhinish25-Oct-06 23:10 
GeneralRe: Sleep in an application Pin
C-Scharbe26-Oct-06 4:14
C-Scharbe26-Oct-06 4:14 
Questioncreate a control array in C# Pin
chathu03j25-Oct-06 20:49
chathu03j25-Oct-06 20:49 
AnswerRe: create a control array in C# Pin
Nader Elshehabi25-Oct-06 21:26
Nader Elshehabi25-Oct-06 21:26 
Questionconnect a mysql database to c# project Pin
chathu03j25-Oct-06 20:46
chathu03j25-Oct-06 20:46 
AnswerRe: connect a mysql database to c# project Pin
seee sharp25-Oct-06 21:13
seee sharp25-Oct-06 21:13 
AnswerRe: connect a mysql database to c# project Pin
Polar2226-Oct-06 1:51
Polar2226-Oct-06 1:51 
you need to install an ADO.NET driver for mysql, you can find one here:
http://dev.mysql.com/downloads/connector/net/5.0.html[^]

Once installed, new components, like MysqlDataset and MysqlDataTable, will appear in your toolbox in visual studio. Documentation on how to use them should also be included in the download, otherwise you can lookup the documentation for the ADO.NET components, like Dataset and DataTable, in the visual studio documentation, they are used the same way.
QuestionHowTo make a dll, which can be called by VBA Pin
Ariadne25-Oct-06 19:34
Ariadne25-Oct-06 19:34 
AnswerRe: HowTo make a dll, which can be called by VBA Pin
mav.northwind25-Oct-06 21:07
mav.northwind25-Oct-06 21:07 
AnswerRe: HowTo make a dll, which can be called by VBA Pin
Nader Elshehabi25-Oct-06 21:24
Nader Elshehabi25-Oct-06 21:24 
GeneralRe: HowTo make a dll, which can be called by VBA Pin
Ariadne25-Oct-06 21:32
Ariadne25-Oct-06 21:32 
GeneralRe: HowTo make a dll, which can be called by VBA Pin
Nader Elshehabi25-Oct-06 21:34
Nader Elshehabi25-Oct-06 21:34 
GeneralRe: HowTo make a dll, which can be called by VBA Pin
ednrgc26-Oct-06 3:53
ednrgc26-Oct-06 3:53 
QuestionRe: HowTo make a dll, which can be called by VBA Pin
Ariadne25-Oct-06 23:03
Ariadne25-Oct-06 23:03 
AnswerRe: HowTo make a dll, which can be called by VBA Pin
Nader Elshehabi25-Oct-06 23:08
Nader Elshehabi25-Oct-06 23:08 
QuestionRe: HowTo make a dll, which can be called by VBA [modified] Pin
Ariadne25-Oct-06 23:13
Ariadne25-Oct-06 23:13 
AnswerRe: HowTo make a dll, which can be called by VBA Pin
Nader Elshehabi26-Oct-06 0:58
Nader Elshehabi26-Oct-06 0:58 
AnswerRe: HowTo make a dll, which can be called by VBA Pin
Ariadne26-Oct-06 2:09
Ariadne26-Oct-06 2:09 
GeneralRe: HowTo make a dll, which can be called by VBA Pin
Nader Elshehabi26-Oct-06 6:35
Nader Elshehabi26-Oct-06 6:35 
GeneralRe: HowTo make a dll, which can be called by VBA Pin
Ariadne26-Oct-06 9:41
Ariadne26-Oct-06 9:41 
GeneralRe: HowTo make a dll, which can be called by VBA Pin
Nader Elshehabi26-Oct-06 19:28
Nader Elshehabi26-Oct-06 19:28 
GeneralRe: HowTo make a dll, which can be called by VBA Pin
Ariadne27-Oct-06 3:55
Ariadne27-Oct-06 3:55 
AnswerRe: HowTo make a dll, which can be called by VBA: I got it! Pin
Ariadne27-Oct-06 4:36
Ariadne27-Oct-06 4:36 
AnswerRe: HowTo make a dll, which can be called by VBA Pin
SSLaks26-Oct-06 1:12
SSLaks26-Oct-06 1:12 

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.