Click here to Skip to main content
15,902,299 members
Home / Discussions / C#
   

C#

 
Generalupdating a dataset Pin
steve_rm24-Jun-05 23:59
steve_rm24-Jun-05 23:59 
GeneralMS Money like software Pin
Jassim Rahma24-Jun-05 23:48
Jassim Rahma24-Jun-05 23:48 
GeneralRe: MS Money like software Pin
Colin Angus Mackay25-Jun-05 2:49
Colin Angus Mackay25-Jun-05 2:49 
GeneralRe: MS Money like software Pin
Anonymous26-Jun-05 11:48
Anonymous26-Jun-05 11:48 
GeneralRe: MS Money like software Pin
Colin Angus Mackay26-Jun-05 11:51
Colin Angus Mackay26-Jun-05 11:51 
GeneralRe: MS Money like software Pin
Luis Alonso Ramos25-Jun-05 17:15
Luis Alonso Ramos25-Jun-05 17:15 
Generalpopulating a treeview Pin
deep724-Jun-05 21:33
deep724-Jun-05 21:33 
GeneralRe: populating a treeview Pin
Lars-Inge Tønnessen25-Jun-05 13:02
Lars-Inge Tønnessen25-Jun-05 13:02 
Well... If I understand this correct. You have a SQL Server that can be updated with data, and a exe that sould update its treeview when something has happend in the database?

I assume your using a MS SQL server of some flaour. I would have made a insert/update trigger in the database that executes a "extended stored procedure" written in C++. The extended stored procedure could contact your application over Eg. a socket connection, pinging the exe to do a refresh against the SQL Server. Big Grin | :-D

If your using MS SQL Server 2005 beta2 I'm sure you can make use of the .NET framework and do something cool with Remoting.NET from the SQL server to your app.

Questionhow sever out-put Music/audio to Clients Pin
Sheharyar_JH24-Jun-05 20:26
Sheharyar_JH24-Jun-05 20:26 
AnswerRe: how sever out-put Music/audio to Clients Pin
mhmo24-Jun-05 21:29
mhmo24-Jun-05 21:29 
QuestionHow to load a Form to a Panel? Pin
pubududilena24-Jun-05 19:17
pubududilena24-Jun-05 19:17 
AnswerRe: How to load a Form to a Panel? Pin
Lars-Inge Tønnessen25-Jun-05 12:51
Lars-Inge Tønnessen25-Jun-05 12:51 
AnswerRe: How to load a Form to a Panel? Pin
SBendBuckeye8-Jul-05 11:00
SBendBuckeye8-Jul-05 11:00 
GeneralHelp - I ‘m getting a .NET installation error (urgent) Pin
Member 192995024-Jun-05 13:22
Member 192995024-Jun-05 13:22 
GeneralCustom Event Firing Once per Instance Pin
SBendBuckeye24-Jun-05 10:20
SBendBuckeye24-Jun-05 10:20 
GeneralRe: Custom Event Firing Once per Instance Pin
Adam Goossens24-Jun-05 21:49
Adam Goossens24-Jun-05 21:49 
GeneralRe: Custom Event Firing Once per Instance Pin
SBendBuckeye25-Jun-05 7:35
SBendBuckeye25-Jun-05 7:35 
GeneralRe: Custom Event Firing Once per Instance Pin
Adam Goossens25-Jun-05 19:04
Adam Goossens25-Jun-05 19:04 
GeneralRe: Custom Event Firing Once per Instance Pin
Anonymous30-Jun-05 6:17
Anonymous30-Jun-05 6:17 
GeneralRe: Custom Event Firing Once per Instance Pin
Adam Goossens30-Jun-05 16:25
Adam Goossens30-Jun-05 16:25 
GeneralRe: Custom Event Firing Once per Instance Pin
SBendBuckeye8-Jul-05 10:51
SBendBuckeye8-Jul-05 10:51 
GeneralRe: Custom Event Firing Once per Instance Pin
Adam Goossens8-Jul-05 17:01
Adam Goossens8-Jul-05 17:01 
GeneralTabcontrol Pin
Tom Wright24-Jun-05 8:17
Tom Wright24-Jun-05 8:17 
GeneralRe: Tabcontrol Pin
Luis Alonso Ramos24-Jun-05 13:20
Luis Alonso Ramos24-Jun-05 13:20 
GeneralRe: Tabcontrol Pin
Tom Wright26-Jun-05 15:49
Tom Wright26-Jun-05 15:49 

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.