Click here to Skip to main content
16,010,673 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: To make a size of button changeable by mouse Pin
Monkeyget215-Nov-06 4:04
Monkeyget215-Nov-06 4:04 
QuestionAJAX-Page load-.Net 2003 Pin
dwadasi12-Nov-06 20:42
dwadasi12-Nov-06 20:42 
AnswerRe: Validation Marker Pin
Christian Graus12-Nov-06 20:32
protectorChristian Graus12-Nov-06 20:32 
QuestionSerializable attribute in .NET Framework Pin
crazy_mads12-Nov-06 17:28
crazy_mads12-Nov-06 17:28 
AnswerRe: Serializable attribute in .NET Framework Pin
CWIZO12-Nov-06 21:22
CWIZO12-Nov-06 21:22 
Questionto know what are methods that loaded when page is loaded Pin
chinnivinay12-Nov-06 17:22
chinnivinay12-Nov-06 17:22 
AnswerRe: to know what are methods that loaded when page is loaded Pin
Christian Graus12-Nov-06 20:32
protectorChristian Graus12-Nov-06 20:32 
QuestionSplit question Pin
flash.tato11-Nov-06 12:48
flash.tato11-Nov-06 12:48 
I made this code for get any file info:

<br />
    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click<br />
        Dim ParamSeparator() As String = {"GIF89a"}<br />
        Dim gif As String = File.ReadAllText(OpenFileDialog1.FileName)<br />
        Dim i As Integer = 0<br />
        If File.Exists(OpenFileDialog1.FileName) = True Then<br />
            For Each files As String In gif.Split(ParamSeparator, StringSplitOptions.None)<br />
                If files.Length > 0 Then<br />
                    ListBox1.Items.Add(i & " " & files.Length + 6 & " 0")<br />
                    i = i + files.Length + 6<br />
                    number = number + 1<br />
                End If<br />
            Next<br />
            TextBox1.Text = number<br />
        End If<br />
    End Sub<br />


But it didn't work with BinaryFiles, because i used ReadAllText, and i want to know how to edit the code for making work with Binary FIles.

Thanks For Any Help
AnswerRe: Split question Pin
Colin Angus Mackay11-Nov-06 13:13
Colin Angus Mackay11-Nov-06 13:13 
GeneralRe: Split question Pin
flash.tato11-Nov-06 15:42
flash.tato11-Nov-06 15:42 
AnswerRe: Split question Pin
Christian Graus12-Nov-06 10:32
protectorChristian Graus12-Nov-06 10:32 
QuestionProblem with Crystal reports dynamic printing in .net Pin
arashrajaei10-Nov-06 23:16
professionalarashrajaei10-Nov-06 23:16 
QuestionRegular expression for splitting a string on whitespace but keeping quoted text together Pin
PIEBALDconsult10-Nov-06 5:29
mvePIEBALDconsult10-Nov-06 5:29 
GeneralMy Mono Experience Pin
Brady Kelly10-Nov-06 2:51
Brady Kelly10-Nov-06 2:51 
QuestionWhy we use "N-Tier" archetectur for .NET application.? Pin
PavanPareta9-Nov-06 19:32
PavanPareta9-Nov-06 19:32 
GeneralRe: Why we use "N-Tier" archetectur for .NET application.? Pin
firstmaster9-Nov-06 21:47
firstmaster9-Nov-06 21:47 
AnswerRe: Why we use "N-Tier" archetectur for .NET application.? Pin
Christian Graus9-Nov-06 22:54
protectorChristian Graus9-Nov-06 22:54 
GeneralRe: Why we use "N-Tier" archetectur for .NET application.? Pin
PavanPareta9-Nov-06 23:20
PavanPareta9-Nov-06 23:20 
GeneralRe: Why we use "N-Tier" archetectur for .NET application.? Pin
Christian Graus9-Nov-06 23:31
protectorChristian Graus9-Nov-06 23:31 
GeneralRe: Why we use "N-Tier" archetectur for .NET application.? Pin
PavanPareta10-Nov-06 0:10
PavanPareta10-Nov-06 0:10 
GeneralRe: Why we use "N-Tier" archetectur for .NET application.? Pin
Christian Graus12-Nov-06 6:21
protectorChristian Graus12-Nov-06 6:21 
GeneralRe: Why we use "N-Tier" archetectur for .NET application.? Pin
Russell Jones10-Nov-06 0:09
Russell Jones10-Nov-06 0:09 
GeneralRe: Why we use "N-Tier" archetectur for .NET application.? Pin
PavanPareta10-Nov-06 0:30
PavanPareta10-Nov-06 0:30 
GeneralRe: Why we use "N-Tier" archetectur for .NET application.? Pin
Russell Jones10-Nov-06 2:32
Russell Jones10-Nov-06 2:32 
GeneralRe: Why we use "N-Tier" archetectur for .NET application.? Pin
Pete O'Hanlon10-Nov-06 3:50
mvePete O'Hanlon10-Nov-06 3:50 

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.