Click here to Skip to main content
15,897,891 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 15:49
protectorChristian Graus20-Jul-05 15:49 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 15:53
protectorChristian Graus20-Jul-05 15:53 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
WetRivrRat20-Jul-05 17:25
WetRivrRat20-Jul-05 17:25 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 17:38
protectorChristian Graus20-Jul-05 17:38 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
WetRivrRat20-Jul-05 17:42
WetRivrRat20-Jul-05 17:42 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 17:47
protectorChristian Graus20-Jul-05 17:47 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
WetRivrRat20-Jul-05 18:01
WetRivrRat20-Jul-05 18:01 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 18:09
protectorChristian Graus20-Jul-05 18:09 
AnswerRe: VB6 (eek!) to VB.net to C#????? Pin
Dave Doknjas20-Jul-05 16:13
Dave Doknjas20-Jul-05 16:13 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 17:41
protectorChristian Graus20-Jul-05 17:41 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Dave Doknjas20-Jul-05 19:24
Dave Doknjas20-Jul-05 19:24 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus21-Jul-05 13:20
protectorChristian Graus21-Jul-05 13:20 

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.