D Daniel Kaseman May 29, 2005 #3 Well, just a plain program, for starts. Michael C# said: To do what? Click to expand...
H Herfried K. Wagner [MVP] May 29, 2005 #4 Daniel Kaseman said: Well, just a plain program, for starts. Click to expand... What's a plain program? According to your posting history in this group I think that you already wrote "plain" programs...
Daniel Kaseman said: Well, just a plain program, for starts. Click to expand... What's a plain program? According to your posting history in this group I think that you already wrote "plain" programs...
M Michael C# May 29, 2005 #7 Go to http://www.thecodeproject.com and look at the code that's posted there for ideas...
C Crouchie1998 May 30, 2005 #8 If you have never written a program before then I suggest a simple Hello World application, but here's simple code for a Notepad type program: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=2260&lngWId=10 http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1736&lngWId=10 http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=974&lngWId=10 I hope these are useful Crouchie1998 BA (HONS) MCP MCSE
If you have never written a program before then I suggest a simple Hello World application, but here's simple code for a Notepad type program: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=2260&lngWId=10 http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1736&lngWId=10 http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=974&lngWId=10 I hope these are useful Crouchie1998 BA (HONS) MCP MCSE
L Larry Serflaten May 30, 2005 #9 Daniel Kaseman said: Well, just a plain program, for starts. Click to expand... Launch VS, start a new project, and press F5! Viola! One program, made to order! <g> LFS
Daniel Kaseman said: Well, just a plain program, for starts. Click to expand... Launch VS, start a new project, and press F5! Viola! One program, made to order! <g> LFS