|
|
Articles related to "Windows Programming"
Windows and Win32 Programming Windows programming is very different from command line programming.To program for Windows, we must understand the Windows architecture, and how it is different to a CLI. windows programming • tutorial • window gui programming • windows programming • win32 programming
A Few Hints and Tips A few hints and tips when using your favourite applications windows • programs • tips • shortcuts • word 97
Back To School - How To Use The Calculator This article gives detailed instructions on how to use the Calculator available in Windows. kids • children • parents • teaching • math
BB4W Windows Programming Primer In this article we see how using BBC BASIC for Windows lets the programmer concentrate on the actual application development and not the Windows OS. windows • win32 • programming • bbc basic • bbc basic for windows
BBC BASIC for Windows Programming Breathing new life into an old programming classic - we take a look at the latest take on the BASIC programming language. bbc • basic • programming • language • compiler
GUI vs Console Programming Programming for a GUI is very different to programming for the command line, no matter what the operating system. This article hilights some of the issues. command line • console • gui • windows • programming
Microsoft Window's Big Secret: Scripting The same language that is used for Visual Basic is built into every Microsoft Windows PC. This article looks at how to start using that hidden language - Basic. microsoft windows scripting • automating microsoft windows • windows programming • scripting • automate tasks
Searching, Opening Files in Win32 Two ways to list files based on a wildcard search of a folder so tht they can be opened one by one, using Windows Win32 API calls and C programming. win32_find_data • findfirstfile • findnextfile • fopen • fclose
Using Microsoft Access without Microsoft Access Microsoft Access is a very powerful database - so powerful that that a VBScript programmer doesn't even need to install it in order to use it. microsoft access database • vbscript programming • windows programming • computer programming • microsoft jet database
Using the Win32 API Edit Control Article describing the Win32 edit class and how to use it as a child window control in a Windows application as a self-maintaining simple text editor. win32 • edit • control • createwindow • notification
Using WM_DESTROY PostQuitMessage How to use WM_ Message processing, menu identifiers and the PostQuitMessage function correctly to perform shutdown operations in a Win32 application. wm_destroy • wm_quit • wm_close • postquitmessage • message processing
Win32 GDI Programming with Pens Windows programming tutorial explaining pens and drawing with the GDI for Windows graphics programming and Windows drawing program techniques. windows drawing program • windows programming software • microsoft windows programming • gdi programming • win32 gdi programming
Windows GUI Programming Resize Tip Tutorial, with code, showing how to resize a Win32 GUI window to a specific client area size using GetClientRect, GetWindowRect and Windows GUI Programming API calls. windows gui programming • window resize • getclientrect • getwindowrect • movewindow
Using Brushes and Pens in GDI API This Win32 GDI API Windows drawing tutorial defines brushes, pens and other objects , and how to use them to draw simple hollow and filled shapes onto a Device Context. brushes pens gdi • gdi api • win32 gdi api • win32 programming tutorial • win32 gdi tutorial
Drawing Win32 GDI API Programming Windows Win32 programming tutorial article for Windows programmers learning the GDI/GDI+ APIs for drawing on the screen without third party libraries like DirectX/OpenGL. win32 gdi api • windows programming tutorial • windows drawing tutorial • wm_paint processing • device context
Events In Visual Basic A look at one of the most important feature in Visual Basic programming. <b>Events</b>. You don't want to miss that. Or do you? visual • basic • events • programming • gui
Automating Word and Excel with VBA and VBScript Programmers can quickly automate Microsoft office applications by using VBA, and when combined with VBScript they have a very powerful tool at their disposal. vba vbs vbscript • microsoft office application automation • windows programming • word excel programming • word document select
How to Solve Quadratic Equations in a Program A computer programmer can use VBScript to create powerful Microsoft Windows applications or as a learning tool as shown by this tutorial on quadratic equations. microsoft windows programming • computer programming tutorial • quadratic equations • quadratic formula • a x squared + b c = 0
How to Use SQL Statements with VBScript The contents of a database (such as Microsoft Access) can be examined and modified by using VBScript and the insert, update, delete and select statements. microsoft access • windows programming • vbscript programming • insert update delete select statements • sql statements
How to Use the MySQL Data Reader One real advantange to using the Microsoft .NET framework is that the same objects (such as a data reader) can be used in multiple applications using different languages. microsoft windows programming • application development • c# mysql • powershell mysql • mysql data reader
How to Work with Dates and a C# Date Time Picker The Date Time Picker is an interactive calendar used in many Windows applications, and it canbe programmed by using C# code. c# application programming • programming date time picker c# • c# datetimepicker object • c# form programming • windows application form
Using GET and POST in a VBScript CGI Web Page One of the key tasks that any CGI web page must do is to process the GET and POST variables sent from forms. This can be difficult, but not for the VBScript programmer. vbscript cgi • vbscript form process • vbscript programming • web page site design • vbscript example tutorial
Vista Program Compatibility Tips Quick tips presented as a Windows programming tutorial to help programmers with Vista Program Compatibility when writing Win32 or Win64 applications and the Windows API vista program compatibility • vista operating system • windows vista operating system • operating system migration • windows application development
Win32 GDI Drawing Polygons Shapes How to draw shapes in Windows with an arbitrary number of sides or vertices using the PolyLine and PolyDraw Win32 GDI API functions. win 32 gdi • drawing polygon shapes • windows programming tutorial • windows graphics programming • drawing polygons
Win32 GDI Drawing Shapes A Windows programming tutorial using the Win32 GDI API to draw rectangles and ellipses in the device context using pens and brushes. windows programming tutorial • win32 gdi programming • win32 api tutorial • rectangle • ellipse
Windows Scripting: VBScript Data Types Initially all VBscript variables are of the same type - the variant; however as soon as a value is assigned then they can become any one of 16 data types. windows vbscript scripting • windows programming • programming data types • variant data type • defining variables
Vb Interface The Visual basic interface can be daunting to newcomers. In this article, we shall try to familiarize our self to the VB 6 environment.
History Of VB A programming language today, such as Visual Basic, differs greatly from programming languages of just a few years ago. The visual nature of the Windows operating system requires more advanced tools than were available a few years ago. This articles tries to trace the origin of this powerful programmig language visual • baisc • program • windows • history
Using Batch Labels, Goto and Call A guide to using goto with labels and call with batch files in order to control execution flow within a batch file in DOS or Windows Command Prompt. using goto in batch files • flow control in batch programming • using call to run batch files • using labels in batch files • batch file programming
Win32 CreateMenu API Function A Windows programming tutorial article using the Win32 API Functions CreateWindow and InsertMenuItem to create menus programatically instead of using a resource file. createmenu win32 api function • insertmenuitem win32 api function • create menus windows programming • setmenu win32 api function • destroymenu win32 api function
Win32 CreateWindow API Function Article explaining the Win32 Windows Programming API CreateWindow function and the parameters that it takes, as well as how to use it for parent and child window creation using createwindow • win32 createwindow api function • windows api function createwindow • win32 api programming • wine programming createwindow
Win32 GDI Programming Techniques Selecting objects in and out of context in the GDI, role of the GDI, painting, printing and metafiles in Win32 API GDI programming. win32 api programming • windows gdi programming • printing in windows • panting in windows • metafiles in windows
Introduction to Pointers A tutorial article on pointers without restriction to a specific programming language with examples in C/C++, Modula-2 and BASIC. pointers • basic • modula-2 • pointer arithmetic • functions
Win32 Dynamic Wizard Style Buttons A tutorial useful for those wanting to make intelligent GUI elements like dynamic buttons using the Windows Win32 API with child window and control ID processing. wizard • win32 • createwindow • enablewindow • wm_command
How To Build a Win32 Notepad Clone How to create a Notepad clone in Win32 for novice and intermediate Windows programmers - platform SDK independent, no code, just the theory, so also good for Vista. win32 • programming • tutorial • project • load
A Baker's Dozen Computer Access Programs Under $30 Seven Windows programs and six Macintosh freeware and shareware programs holding great promise for helping individuals with disabilities use computers. computer • access • individuals with disabilities • assistive technology • macintosh
MP3 - Lindows launched by MP3.com founder MP3.com founder has a new gig called Lindows. This is a Windows and Linux operating system. This operating system will allow Windows and Linux software to operate on one system. windows • music • linux • lindows • mp3
Win32 CreateDC and GDI Functions Windows programming tutorial introducing CreateDC, CreateCompatibleDC, and HDC to create and manage Win32 GDI device contexts and bitmaps using Windows functions. win32 gdi device context • win32 api tutorial • win32 api bitmaps • device contexts • win32 api createdc
Win32 Timer Callback Function An alternative method for processing WM_TIMER interrupts using a TimerProc timer callback function defined by the Win32 API. wm_timer • timerproc • timer • callback • windows
Arca Max, Inc. - The Place to Get Software This is a short article that gives a description of what is available at Arca Max, Inc. It also explains why I think this site is worth writing a review. kids • software • programs • purchase • parents
Client Area Size with MoveWindow One of the most deceptive tricks in Windows programming is the relationship between the client and window rectangles. We explain all... win32 • programming • client • getclientrect • window
Command Line Programming with AT Intermediate level article describing Command Line programming technique for scheduling applications and batch scripts using the built-in AT command on Windows platforms. computer programming • batch file scripting • at command • scheduling • windows
Connecting to MySQL from PowerShell PowerShell is Microsoft's .NET scripting language. If the programmer combines this with the MySQL .NET connector then they can build a very powerful database application microsoft windows powershell • mysql .net connector • database access • database .net application • windows powershell tutorialexample
Dragon Naturally Speaking Features and benefits of this voice recognition software. voice recognition • voice recognition software • speech recognition
Events and Event Handler Basics This article covers the basics of JavaScript events and built-in event handlers that we can use to customize the response to events. Also contains a complete list of JavaScript 1.2 event handlers. events • event • event handlers • handler
How to Add Records to MySQL With C# As well as viewing data in a MySQL database, a C# programmer can add information by using the SQL insert statement and the MySQL .NET connector database programming • c# application programming • developing c# database application • sql insert • update mysql database
How to Create a Simple VBScript CGI Web Page VBScript is not normally considered as a cgi programming language. However, with just a little tweeking, it is as easy (if not easier) to use as Perl. vbscript cgi • vbscript tutorial examples • cgi web page • apache web server • vbscript cscript
How to Use Database Recordsets with VBScript VBScript is a powerful computer programming language and ODBC is a simple way of connecting to databases - together they provide a versatile tool for any programmer odbc open database connectivity • windows computer programming language vbscript • vbscript vbs computer prorgram • mysql myodbc odbc connector • vbscript recordset connection |
A |
B |
C |
D |
E |
F |
G |
H |
I |
J |
K |
L |
M |
N |
O |
P |
Q |
R |
S |
T |
U |
V |
W |
X |
Y |
Z |
0-9 |
|
|
|
|
|
|
|
|