Click here to Skip to main content
15,867,453 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: How to Block Keyboard Keys in a textbox .. ? Pin
ChandraRam15-Oct-08 2:50
ChandraRam15-Oct-08 2:50 
GeneralRe: How to Block Keyboard Keys in a textbox .. ? Pin
SamRST20-Oct-08 1:54
SamRST20-Oct-08 1:54 
QuestionSimulate menu item clicked Pin
thompsons11-Oct-08 6:56
thompsons11-Oct-08 6:56 
QuestionRe: Simulate menu item clicked Pin
led mike11-Oct-08 8:01
led mike11-Oct-08 8:01 
AnswerRe: Simulate menu item clicked Pin
thompsons11-Oct-08 11:19
thompsons11-Oct-08 11:19 
GeneralRe: Simulate menu item clicked Pin
thompsons12-Oct-08 13:29
thompsons12-Oct-08 13:29 
QuestionCreate Screensaver using Windows Application ASP.NET 2.0 with C# [modified] Pin
krutishukla9-Oct-08 19:06
krutishukla9-Oct-08 19:06 
Questionhow to use ViewState in windows form Pin
tads6-Oct-08 23:57
tads6-Oct-08 23:57 
Hi all,

just wondering if there is a way to use ViewState in a windows form without using asp.net... i have downloaded source code from this site in asp.net to view file details ie: date created last modified ect the reason for this is making an anti cheat tool for a game we use online.... the few lines of code im having problem with is...

Protected Property currentFolderPath() As String
        Get
            If Not (ViewState("m_currentFolderPath") Is Nothing) Then
                Return ViewState("m_currentFolderPath").ToString().Trim()
            Else
                Return String.Empty
            End If
        End Get

        Set(ByVal value As String)
            ViewState("m_currentFolderPath") = value
        End Set
    End Property


everything is working its displaying the list of files in my listbox1 it just dont show details of that file because of the ViewState problem

now i dont want the app to run as a website but a hidden windows form when game loads and if all files are as they should be the form closes if there is a problem and they have cheated then the game will close! and the only problem im havin is this ViewState i cant find any info on google nor any forums i use if someone can help it would be great thanks in advance

Kev
AnswerRe: how to use ViewState in windows form Pin
Dave Kreskowiak7-Oct-08 2:12
mveDave Kreskowiak7-Oct-08 2:12 
GeneralRe: how to use ViewState in windows form Pin
tads7-Oct-08 2:42
tads7-Oct-08 2:42 
GeneralRe: how to use ViewState in windows form Pin
led mike8-Oct-08 4:43
led mike8-Oct-08 4:43 
QuestionForm Activate / DeActivate Not Firing Pin
auguy6-Oct-08 9:05
auguy6-Oct-08 9:05 
AnswerRe: Form Activate / DeActivate Not Firing Pin
nelsonpaixao7-Oct-08 13:23
nelsonpaixao7-Oct-08 13:23 
GeneralRe: Form Activate / DeActivate Not Firing Pin
auguy9-Oct-08 3:09
auguy9-Oct-08 3:09 
Questionpopulating combobox from Registry error Pin
RighteousBrother6-Oct-08 5:58
RighteousBrother6-Oct-08 5:58 
AnswerRe: populating combobox from Registry error Pin
Mycroft Holmes6-Oct-08 23:30
professionalMycroft Holmes6-Oct-08 23:30 
QuestionHow filter file in WebBrowser?? Pin
Wojciech Nagórski6-Oct-08 1:44
Wojciech Nagórski6-Oct-08 1:44 
AnswerCross Post Pin
led mike6-Oct-08 4:34
led mike6-Oct-08 4:34 
QuestionMultiThread Problem Pin
jpsstavares6-Oct-08 0:36
jpsstavares6-Oct-08 0:36 
AnswerRe: MultiThread Problem Pin
led mike6-Oct-08 4:40
led mike6-Oct-08 4:40 
GeneralRe: MultiThread Problem Pin
jpsstavares6-Oct-08 4:52
jpsstavares6-Oct-08 4:52 
GeneralRe: MultiThread Problem Pin
led mike6-Oct-08 5:27
led mike6-Oct-08 5:27 
GeneralRe: MultiThread Problem Pin
jpsstavares6-Oct-08 5:49
jpsstavares6-Oct-08 5:49 
AnswerRe: MultiThread Problem Pin
Urs Enzler6-Oct-08 5:11
Urs Enzler6-Oct-08 5:11 
Questionfindwindowex and gettext ??? Pin
TALHAKOSEN5-Oct-08 21:15
TALHAKOSEN5-Oct-08 21:15 

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.