Click here to Skip to main content
16,005,141 members
Home / Discussions / C#
   

C#

 
AnswerRe: a simple question about forms ? Pin
NaNg1524110-May-06 2:40
NaNg1524110-May-06 2:40 
AnswerRe: a simple question about forms ? Pin
Josh Smith10-May-06 3:21
Josh Smith10-May-06 3:21 
AnswerRe: a simple question about forms ? Pin
StevenS_Dev10-May-06 7:27
StevenS_Dev10-May-06 7:27 
GeneralForm.Close vs Dispose Pin
S. Senthil Kumar10-May-06 2:10
S. Senthil Kumar10-May-06 2:10 
QuestionSerialization Pin
jjsforyou10-May-06 1:23
jjsforyou10-May-06 1:23 
AnswerRe: Serialization Pin
CWIZO10-May-06 1:58
CWIZO10-May-06 1:58 
AnswerRe: Serialization Pin
Ravi Bhavnani10-May-06 4:19
professionalRavi Bhavnani10-May-06 4:19 
QuestionOrgent questions Pin
NaNg1524110-May-06 0:52
NaNg1524110-May-06 0:52 
I'm sorry I'm writing this twice, but it's realy importent to me, especially now, and I didn't get any answers before, so I'll ask the two questions in one message:

1. I have this next code, which works, but when I open the .xml file it doesn't show me the type I want, it shows me "System.Type" or "AnyType"...
DColSFirst.DataType = TypeCode.String.GetType();
also:
DColSID.DataType = Type.GetType("System.UInt32"); //works either...
How can I define the DataColumn to a type I want?

2. I'm trying to build my own ICryptoTransform-able (System.Security.Cryptography.ICryptoTransfom) class, so I could use it in CryptoStream.
I already built the algoritm, and I inherited from ICryptoTransform as they wanted to, and I'm using MSDN to know what methods and properties I need to do, but there are two properties, and two methods that I don't know what to do with them, and what I should return from them... the properties are InputBlockSize AND OuputBlockSize, and the methods are TransformBlock and TransformFinalBlock, I don't know what they need to get (what does every parameter stand for), and what to return, the MSDN doesn't help me very much in here.
If anyone can tell me what to do in them, and even give me an exemple I would appriciate it...

3. And one more thing, where can I save information on my application (i.e is registered, setupdate etc...), and how that it won't be able to be changed without my pass or something like that...?

Thanks in advance...
NaNg
(REALY ORGENT)

-- modified at 8:59 Wednesday 10th May, 2006
QuestionAnswers please? Pin
NaNg1524110-May-06 8:24
NaNg1524110-May-06 8:24 
QuestionReading Pdf Pin
pirogramci10-May-06 0:44
pirogramci10-May-06 0:44 
AnswerRe: Reading Pdf Pin
Ryan Roberts10-May-06 1:14
Ryan Roberts10-May-06 1:14 
AnswerRe: Reading Pdf Pin
Jax_qqq10-May-06 1:37
Jax_qqq10-May-06 1:37 
QuestionImage Viewer in C# 2.0 Pin
hangto10-May-06 0:39
hangto10-May-06 0:39 
QuestionWindows Service SQL trigger Pin
RhysMG10-May-06 0:14
RhysMG10-May-06 0:14 
QuestionWeb services Error Pin
Ramadas_SST9-May-06 23:56
Ramadas_SST9-May-06 23:56 
QuestionRijndael decryption Pin
davidmgray9-May-06 23:41
davidmgray9-May-06 23:41 
AnswerRe: Rijndael decryption Pin
davidmgray9-May-06 23:46
davidmgray9-May-06 23:46 
GeneralRe: Rijndael decryption Pin
Trance Junkie10-May-06 4:20
Trance Junkie10-May-06 4:20 
QuestionHow to change the color of scroll bar in c# desktop Application ? Pin
Jax_qqq9-May-06 23:22
Jax_qqq9-May-06 23:22 
AnswerRe: How to change the color of scroll bar in c# desktop Application ? Pin
alexey N9-May-06 23:45
alexey N9-May-06 23:45 
GeneralRe: How to change the color of scroll bar in c# desktop Application ? Pin
Jax_qqq9-May-06 23:54
Jax_qqq9-May-06 23:54 
GeneralRe: How to change the color of scroll bar in c# desktop Application ? Pin
alexey N10-May-06 0:22
alexey N10-May-06 0:22 
GeneralRe: How to change the color of scroll bar in c# desktop Application ? Pin
Jax_qqq10-May-06 0:37
Jax_qqq10-May-06 0:37 
Questionbrowser application in windows form Pin
ranandbe9-May-06 23:18
ranandbe9-May-06 23:18 
AnswerRe: browser application in windows form Pin
Ravi Bhavnani10-May-06 4:22
professionalRavi Bhavnani10-May-06 4:22 

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.