Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
18% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
3
0 Endorsements
~4K People Reached
Favorite Forums
Favorite Tags
c# x 1

10 Posted Topics

Member Avatar for Michael_9

command name can be APP_COMMAND_NAME as const Friend Module Program Private CurrentString As String = String.Empty Public Const APP_RUNNING As String = "Running" Public Const APP_TITLE As String = "Console" Public State_Output As String Public State_List As List(Of String) = New List(Of String) Private commandlist_ As Dictionary(Of String, Action) Private …

Member Avatar for rproffitt
0
426
Member Avatar for Michael_9

# **OLD** # [URL=http://s127.photobucket.com/user/yoda3ddd/media/codemap_zps4115ff7e.jpg.html][IMG]http://i127.photobucket.com/albums/p158/yoda3ddd/codemap_zps4115ff7e.jpg[/IMG][/URL] The Data Namespace Core Friend Module Func Public OkButton As Button Public CancelButton As Button Public ProgBar As ProgressBar Private Sub ProgressLoop() Do Func.ProgBar.PerformStep() Threading.Thread.Sleep(1) Loop End Sub #Region "Constants" Public Const DataRoot As String = "C:\AFormData\" Public Const IMG_PATH As String = "C:\AFormData\img" Public Const …

Member Avatar for Michael_9
0
476
Member Avatar for zebnoon1
Re: C#

Public Const WM_KEYDOWN As Integer = &H100 Event Down_Key(key As List(Of Integer)) Private Sub Key_Down(key As List(Of Integer)) Handles Me.Down_Key For x = 0 To keys.Count - 1 Select Case keys(x) Case 68 Case 37 Case 39 'CASE key & key End Select Next keys = New List(Of Integer) End …

Member Avatar for Michael_9
0
253
Member Avatar for k99rs

The Data( I see you need to draw controls for clear to work...) Namespace Core Friend Module Func Public OkButton As Button Public CancelButton As Button Public ProgBar As ProgressBar Private Sub ProgressLoop() Do Func.ProgBar.PerformStep() Threading.Thread.Sleep(1) Loop End Sub #Region "Constants" Public Const DataRoot As String = "C:\AFormData\" Public Const …

Member Avatar for Michael_9
0
581
Member Avatar for Michael_9

Ok so you boot up a textbox class. Getting this in, in my eyes merely cosmetic. I used a module named programFunction with a string named tboxtext. A Couple of Functions that take a string argument. They do all the checking, making sure it is what was either in file …

Member Avatar for Michael_9
0
365
Member Avatar for Blueie

Alloc a console http://www.daniweb.com/hardware-and-software/microsoft-windows/threads/483286/good-example-of-how-to-use-a-console

Member Avatar for cgeier
0
199
Member Avatar for UKnod
Member Avatar for xn hunk
Member Avatar for xuexue

Me.invalidate(Datagrid.bounds) datagrid.invalidate(datagrid.bounds) ''worth a shot

Member Avatar for Michael_9
0
740
Member Avatar for Michael_9

Me being a master noob and making a triangles color change with a console. link to program its shwelf[Click Here](http://www.mediafire.com/download/fwlqbb471ewwsw0/Debug.rar) Public Class main Inherits Windows.Forms.Form Protected gfx As Drawing.Graphics Protected thePoints() As Drawing.Point Public Sub New() InitializeComponent() Console.WriteLine("Form seems to be functioning so far.") End Sub Private Sub InitializeComponent() Me.SuspendLayout() …

0
267

The End.