Click here to Skip to main content
15,899,679 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: first time application starts Pin
Richard MacCutchan20-Aug-12 21:13
mveRichard MacCutchan20-Aug-12 21:13 
GeneralRe: first time application starts Pin
Member 429909621-Aug-12 23:01
Member 429909621-Aug-12 23:01 
QuestionRe: first time application starts Pin
Eddy Vluggen20-Aug-12 23:10
professionalEddy Vluggen20-Aug-12 23:10 
AnswerRe: first time application starts Pin
Sandip.Nascar23-Aug-12 4:45
Sandip.Nascar23-Aug-12 4:45 
GeneralRe: first time application starts Pin
Member 429909623-Aug-12 18:11
Member 429909623-Aug-12 18:11 
QuestionLatent semantic indexing C# Pin
Anup Shinde18-Aug-12 18:24
Anup Shinde18-Aug-12 18:24 
AnswerRe: Latent semantic indexing C# Pin
Richard MacCutchan18-Aug-12 22:30
mveRichard MacCutchan18-Aug-12 22:30 
QuestionGetting Bytes from Class Pin
blackchaosv218-Aug-12 1:01
blackchaosv218-Aug-12 1:01 
Hello,

I am currently making a Login System. But I wanted this option to be there that it checks for the bytes to be the same on runtime. (For potential crackers)

I tried a lot but I don't seem to find the problem.

This is just a small example code:

VB
Public Shared Function ByteEqual
        Dim first1 As Byte() = System.Text.Encoding.Default.GetBytes(My.Resources.LoginSystem)
        Dim second1 As Byte() = System.Text.Encoding.Default.GetBytes(My.Resources.LoginSystem)

        If first1.Length = second1.Length Then
            MessageBox.Show("True")
        Else
            MessageBox.Show("False")
        End If

    End Function


This is working but I want the "My.Resources.Loginsystem" to be a certain class in my project. Is this possible without injecting?
AnswerRe: Getting Bytes from Class Pin
Eddy Vluggen18-Aug-12 1:30
professionalEddy Vluggen18-Aug-12 1:30 
GeneralRe: Getting Bytes from Class Pin
blackchaosv218-Aug-12 1:35
blackchaosv218-Aug-12 1:35 
GeneralRe: Getting Bytes from Class Pin
Eddy Vluggen18-Aug-12 2:02
professionalEddy Vluggen18-Aug-12 2:02 
GeneralRe: Getting Bytes from Class Pin
blackchaosv218-Aug-12 2:04
blackchaosv218-Aug-12 2:04 
GeneralRe: Getting Bytes from Class Pin
Eddy Vluggen18-Aug-12 2:10
professionalEddy Vluggen18-Aug-12 2:10 
Questionsend sms to mob. number Pin
love jeet verma17-Aug-12 2:30
love jeet verma17-Aug-12 2:30 
AnswerRe: send sms to mob. number Pin
Eddy Vluggen17-Aug-12 3:18
professionalEddy Vluggen17-Aug-12 3:18 
AnswerRe: send sms to mob. number Pin
Sandip.Nascar22-Aug-12 11:20
Sandip.Nascar22-Aug-12 11:20 
QuestionParsing Inside XML Pin
jitforce258516-Aug-12 7:09
jitforce258516-Aug-12 7:09 
AnswerRe: Parsing Inside XML Pin
Wes Aday16-Aug-12 9:22
professionalWes Aday16-Aug-12 9:22 
GeneralRe: Parsing Inside XML Pin
jitforce258516-Aug-12 9:35
jitforce258516-Aug-12 9:35 
GeneralRe: Parsing Inside XML Pin
jitforce258516-Aug-12 9:42
jitforce258516-Aug-12 9:42 
AnswerRe: Parsing Inside XML Pin
jitforce258516-Aug-12 17:00
jitforce258516-Aug-12 17:00 
GeneralRe: Parsing Inside XML Pin
Dave Kreskowiak17-Aug-12 3:40
mveDave Kreskowiak17-Aug-12 3:40 
GeneralRe: Parsing Inside XML Pin
jitforce258517-Aug-12 5:16
jitforce258517-Aug-12 5:16 
SuggestionRe: Parsing Inside XML Pin
Eddy Vluggen17-Aug-12 9:37
professionalEddy Vluggen17-Aug-12 9:37 
AnswerRe: Parsing Inside XML Pin
Richard MacCutchan16-Aug-12 21:20
mveRichard MacCutchan16-Aug-12 21: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.