Click here to Skip to main content
15,918,808 members
Home / Discussions / C#
   

C#

 
GeneralPtInRgn Pin
Rassul Yunussov20-Jul-05 21:42
Rassul Yunussov20-Jul-05 21:42 
GeneralRe: PtInRgn Pin
[Marc]21-Jul-05 15:23
[Marc]21-Jul-05 15:23 
Generalloading a Form from a ... Pin
StephenMcAllister20-Jul-05 21:40
StephenMcAllister20-Jul-05 21:40 
GeneralRegular expressions problem Pin
AnonymousTwo20-Jul-05 18:39
AnonymousTwo20-Jul-05 18:39 
GeneralRe: Regular expressions problem Pin
Christian Graus20-Jul-05 18:58
protectorChristian Graus20-Jul-05 18:58 
GeneralRe: Regular expressions problem Pin
AnonymousTwo20-Jul-05 19:18
AnonymousTwo20-Jul-05 19:18 
GeneralRe: Regular expressions problem Pin
AnonymousTwo20-Jul-05 20:55
AnonymousTwo20-Jul-05 20:55 
GeneralRe: Regular expressions problem Pin
AnonymousTwo20-Jul-05 20:59
AnonymousTwo20-Jul-05 20:59 
GeneralAnd the next problem is : Pin
AnonymousTwo20-Jul-05 21:47
AnonymousTwo20-Jul-05 21:47 
GeneralRe: And the next problem is : Pin
Christian Graus21-Jul-05 13:24
protectorChristian Graus21-Jul-05 13:24 
GeneralGraphics in the Command Line Pin
timbobsteve20-Jul-05 15:13
timbobsteve20-Jul-05 15:13 
GeneralRe: Graphics in the Command Line Pin
Dave Kreskowiak20-Jul-05 15:48
mveDave Kreskowiak20-Jul-05 15:48 
GeneralRe: Graphics in the Command Line Pin
timbobsteve20-Jul-05 16:27
timbobsteve20-Jul-05 16:27 
GeneralImplementing MIDL interface in .NET. Pin
Akth20-Jul-05 14:51
Akth20-Jul-05 14:51 
GeneralRe: Implementing MIDL interface in .NET. Pin
Christian Graus20-Jul-05 14:57
protectorChristian Graus20-Jul-05 14:57 
GeneralRe: Implementing MIDL interface in .NET. Pin
Akth20-Jul-05 15:08
Akth20-Jul-05 15:08 
GeneralRe: Implementing MIDL interface in .NET. Pin
Christian Graus20-Jul-05 15:48
protectorChristian Graus20-Jul-05 15:48 
QuestionVB6 (eek!) to VB.net to C#????? Pin
WetRivrRat20-Jul-05 13:48
WetRivrRat20-Jul-05 13:48 
AnswerRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 14:27
protectorChristian Graus20-Jul-05 14:27 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
WetRivrRat20-Jul-05 14:39
WetRivrRat20-Jul-05 14:39 
I've never used the installed cyrpto....SO if you can help tha'd be auesome!!!
what i'm trying to do is:
Currently i'm passing a string value to a hash table then writing it to isolated storage. the problem is that it saves it in a .bat file which can be moded if opened in notepad D'Oh! | :doh: THen i'm comparing that .bat file to a hardcoded value in the program (mini license attempt) but the problem is that if someone changes the value in the isolated storage the hash fails(only in debug mode) but since i wrote in string and i'm asking it to compare in string it will eventually pass the test because the string matched. even though the hash didn't. So I need to write to this isolated storage a hash / salt that will not show a string value. ie. i want to store the date of install and compare against the hard coded date in the program (i change that hard code every new install. yes i know thats not the best way, but for this installation it will) this way if someone tries to install it somewhere else it has to pass this and a list of other tests to pass for the install. and so they don't figure out the date is one of the keys i need it in a hash/salt once stored. All my friend was trying to do was give me a quick and dirty method that would do this. if you have an easier way please DO TELL!


Dim Beautiful As String
Beautiful = "ignorant"
Label1.Text = "The world is full of " & Beautiful & " people."


Why is common sense such an un-common comodity?

GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 14:41
protectorChristian Graus20-Jul-05 14:41 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
WetRivrRat20-Jul-05 14:52
WetRivrRat20-Jul-05 14:52 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 14:56
protectorChristian Graus20-Jul-05 14:56 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
WetRivrRat20-Jul-05 15:15
WetRivrRat20-Jul-05 15:15 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
tatchung20-Jul-05 15:42
tatchung20-Jul-05 15:42 

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.