Advertisement

Results for "Author: filip wielewski"

ASP_Volume2 #26871
BackGround & Text in DirectX8

This very, very, very and again very easy example shows how to create font device nad how to set background and draw text using DirectX8 (->see screenshot). For beginers.

ASP_Volume2 #27303
Tricks with menu - UPDATED

This code shows how to use many API functions in "menu" category (see the screen shot!). Viewing this code you can learn how to disable close (x) button on title bar, how to edit system menu (minimize, maximize, close, etc.) of specified window, how to remove items from menu, add small bitmaps next to the text in menu items, get handle to system menu, menu of window and submenu, add as big bitmap as you want to menu item, hide menu on command and count menu items. It also shows how to use window procedure (called by AddressOf), how to hide your application and add icon to taskbar status area and how to open internet pages without using any controls. UPDATED: now you can add to menu also icons!

ASP_Volume2 #27435
LineCounter AddIn

This program counts lines in your projects. It is run from "Add-Ins" menu in VB. It is an easy example of using VB IDE and everyone who wants to write VB AddIns may begin viewing this code.

ASP_Volume2 #27947
TWTCIPIAO - Three ways to check if program is already open

This code shows 3 ways to check if program is already open. First way doesn't use any API (it uses App.PrevInstance property). Second way to find out if program is already open is to use FindWindow function. Third and the best way is to create mutex object.

ASP_Volume2 #28333
TWTSOOSD - Three ways to show open or save dialog (without CommonDialog control)

Viewing this code you can learn how to show (without CommonDialog control and using default system dlls) three kinds of open and save dialogs (see the screenshot!!!). The dialogs may look like in old programs from win95 or like in VB or like in Notepad or Wordpad. One way uses three controls and 2nd and 3rd ways use API functions. This code also shows how to open files in multi mode (open more than one file). The zip file is small and every line is commented. Vote or leave a comment if you want and if this code will help you!

ASP_Volume3 #62024
TWTCIPIAO - Three ways to check if program is already open

This code shows 3 ways to check if program is already open. First way doesn't use any API (it uses App.PrevInstance property). Second way to find out if program is already open is to use FindWindow function. Third and the best way is to create mutex object.

ASP_Volume3 #62025
LineCounter AddIn

This program counts lines in your projects. It is run from "Add-Ins" menu in VB. It is an easy example of using VB IDE and everyone who wants to write VB AddIns may begin viewing this code.

ASP_Volume3 #62026
BackGround & Text in DirectX8

This very, very, very and again very easy example shows how to create font device nad how to set background and draw text using DirectX8 (->see screenshot). For beginers.

ASP_Volume3 #62027
Tricks with menu - UPDATED

This code shows how to use many API functions in "menu" category (see the screen shot!). Viewing this code you can learn how to disable close (x) button on title bar, how to edit system menu (minimize, maximize, close, etc.) of specified window, how to remove items from menu, add small bitmaps next to the text in menu items, get handle to system menu, menu of window and submenu, add as big bitmap as you want to menu item, hide menu on command and count menu items. It also shows how to use window procedure (called by AddressOf), how to hide your application and add icon to taskbar status area and how to open internet pages without using any controls. UPDATED: now you can add to menu also icons!

ASP_Volume3 #62028
TWTSOOSD - Three ways to show open or save dialog (without CommonDialog control)

Viewing this code you can learn how to show (without CommonDialog control and using default system dlls) three kinds of open and save dialogs (see the screenshot!!!). The dialogs may look like in old programs from win95 or like in VB or like in Notepad or Wordpad. One way uses three controls and 2nd and 3rd ways use API functions. This code also shows how to open files in multi mode (open more than one file). The zip file is small and every line is commented. Vote or leave a comment if you want and if this code will help you!

C_Volume2 #67933
BackGround & Text in DirectX8

This very, very, very and again very easy example shows how to create font device nad how to set background and draw text using DirectX8 (->see screenshot). For beginers.

C_Volume2 #68365
Tricks with menu - UPDATED

This code shows how to use many API functions in "menu" category (see the screen shot!). Viewing this code you can learn how to disable close (x) button on title bar, how to edit system menu (minimize, maximize, close, etc.) of specified window, how to remove items from menu, add small bitmaps next to the text in menu items, get handle to system menu, menu of window and submenu, add as big bitmap as you want to menu item, hide menu on command and count menu items. It also shows how to use window procedure (called by AddressOf), how to hide your application and add icon to taskbar status area and how to open internet pages without using any controls. UPDATED: now you can add to menu also icons!

C_Volume2 #68497
LineCounter AddIn

This program counts lines in your projects. It is run from "Add-Ins" menu in VB. It is an easy example of using VB IDE and everyone who wants to write VB AddIns may begin viewing this code.

C_Volume2 #69009
TWTCIPIAO - Three ways to check if program is already open

This code shows 3 ways to check if program is already open. First way doesn't use any API (it uses App.PrevInstance property). Second way to find out if program is already open is to use FindWindow function. Third and the best way is to create mutex object.

C_Volume2 #69395
TWTSOOSD - Three ways to show open or save dialog (without CommonDialog control)

Viewing this code you can learn how to show (without CommonDialog control and using default system dlls) three kinds of open and save dialogs (see the screenshot!!!). The dialogs may look like in old programs from win95 or like in VB or like in Notepad or Wordpad. One way uses three controls and 2nd and 3rd ways use API functions. This code also shows how to open files in multi mode (open more than one file). The zip file is small and every line is commented. Vote or leave a comment if you want and if this code will help you!

Java_Volume1 #86477
BackGround & Text in DirectX8

This very, very, very and again very easy example shows how to create font device nad how to set background and draw text using DirectX8 (->see screenshot). For beginers.

Java_Volume1 #86909
Tricks with menu - UPDATED

This code shows how to use many API functions in "menu" category (see the screen shot!). Viewing this code you can learn how to disable close (x) button on title bar, how to edit system menu (minimize, maximize, close, etc.) of specified window, how to remove items from menu, add small bitmaps next to the text in menu items, get handle to system menu, menu of window and submenu, add as big bitmap as you want to menu item, hide menu on command and count menu items. It also shows how to use window procedure (called by AddressOf), how to hide your application and add icon to taskbar status area and how to open internet pages without using any controls. UPDATED: now you can add to menu also icons!

Java_Volume1 #87041
LineCounter AddIn

This program counts lines in your projects. It is run from "Add-Ins" menu in VB. It is an easy example of using VB IDE and everyone who wants to write VB AddIns may begin viewing this code.

Java_Volume1 #87553
TWTCIPIAO - Three ways to check if program is already open

This code shows 3 ways to check if program is already open. First way doesn't use any API (it uses App.PrevInstance property). Second way to find out if program is already open is to use FindWindow function. Third and the best way is to create mutex object.

Java_Volume1 #87939
TWTSOOSD - Three ways to show open or save dialog (without CommonDialog control)

Viewing this code you can learn how to show (without CommonDialog control and using default system dlls) three kinds of open and save dialogs (see the screenshot!!!). The dialogs may look like in old programs from win95 or like in VB or like in Notepad or Wordpad. One way uses three controls and 2nd and 3rd ways use API functions. This code also shows how to open files in multi mode (open more than one file). The zip file is small and every line is commented. Vote or leave a comment if you want and if this code will help you!

Languages
Top Categories
Global Discovery