Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
GeneralRe: Control access from other classes Pin
DJNokturnal6-May-05 5:53
DJNokturnal6-May-05 5:53 
Generaluse one C# exe method to another C# Project Pin
joy_priyank5-May-05 1:46
joy_priyank5-May-05 1:46 
GeneralRe: use one C# exe method to another C# Project Pin
MoustafaS5-May-05 1:58
MoustafaS5-May-05 1:58 
GeneralRe: use one C# exe method to another C# Project Pin
joy_priyank5-May-05 2:28
joy_priyank5-May-05 2:28 
GeneralRe: use one C# exe method to another C# Project Pin
ChesterPoindexter5-May-05 3:34
professionalChesterPoindexter5-May-05 3:34 
GeneralRe: use one C# exe method to another C# Project Pin
MoustafaS5-May-05 4:18
MoustafaS5-May-05 4:18 
GeneralMoving huge amounts of Data over Local/Lan Pin
Sharpoverride5-May-05 1:33
Sharpoverride5-May-05 1:33 
GeneralRe: Moving huge amounts of Data over Local/Lan Pin
keith maddox5-May-05 5:58
keith maddox5-May-05 5:58 
Hi Lazar, when you are sending large amounts of data over a network, your best bet is to use the most compact form available, xml would be a good choice for a smaller load, but if there is truely a lot of data, then you might consider sending it in binary form and yes, you can and probably should use .NET sockets. These are pretty easy to use with a little practice but might give you a little frustration at first. Don't give up on them though because they are the very best way to move large pieces of data across the network. For #2, I would probably spool the data into and out of an xml DataTable so the grid can see them directly. Look at the DataTable object in .NET! Create one and play around with the Grid connected to it, it's pretty easy once you get the hang of it. As far as #3 is concerned, not enough detail for me to say, sorry, but I will say it is most likely not a bug in the grid as I've used it extensively for some time without problems unless I was doing something wrong.

Good luck on your project.
GeneralRe: Moving huge amounts of Data over Local/Lan Pin
Sharpoverride6-May-05 1:50
Sharpoverride6-May-05 1:50 
GeneralVS .NET Server Explorer Add-in Pin
rsdouglas5-May-05 1:22
rsdouglas5-May-05 1:22 
GeneralDefault values for properties Pin
WujekSamoZlo4-May-05 23:35
WujekSamoZlo4-May-05 23:35 
GeneralRe: Default values for properties Pin
Stefan Troschuetz5-May-05 0:34
Stefan Troschuetz5-May-05 0:34 
GeneralRe: Default values for properties Pin
Maqsood Ahmed5-May-05 0:35
Maqsood Ahmed5-May-05 0:35 
Generalcombo box in datagrid Pin
steve_rm4-May-05 22:17
steve_rm4-May-05 22:17 
GeneralRe: combo box in datagrid Pin
MoustafaS5-May-05 0:50
MoustafaS5-May-05 0:50 
GeneralRSACryptoServiceProvider Error Pin
Sandeep.Thammadi4-May-05 21:20
sussSandeep.Thammadi4-May-05 21:20 
Generalcheckbox in combobox Pin
sianatia4-May-05 21:15
sianatia4-May-05 21:15 
GeneralRe: checkbox in combobox Pin
MoustafaS5-May-05 0:52
MoustafaS5-May-05 0:52 
GeneralHelp required abt Dynamic dll. Pin
Shashidharreddy4-May-05 20:21
Shashidharreddy4-May-05 20:21 
GeneralRe: Help required abt Dynamic dll. Pin
keith maddox5-May-05 5:47
keith maddox5-May-05 5:47 
GeneralRe: Help required abt Dynamic dll. Pin
Shashidharreddy6-May-05 0:03
Shashidharreddy6-May-05 0:03 
GeneralGet Excel-Word ref Pin
MBGeorge4-May-05 20:06
MBGeorge4-May-05 20:06 
GeneralHelp -- TreeView Pin
Umair Tariq4-May-05 20:05
Umair Tariq4-May-05 20:05 
GeneralRe: Help -- TreeView Pin
S. Senthil Kumar4-May-05 21:36
S. Senthil Kumar4-May-05 21:36 
GeneralOpening mdi child from mdi child Pin
ninja26054-May-05 20:01
ninja26054-May-05 20:01 

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.