Click here to Skip to main content
15,917,321 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalsound api to work in win98 Pin
pedagogy20-Oct-03 5:43
pedagogy20-Oct-03 5:43 
GeneralRe: sound api to work in win98 Pin
Dave Kreskowiak20-Oct-03 6:16
mveDave Kreskowiak20-Oct-03 6:16 
Questionhow write and add uninstaller by vb.net ? Pin
Tridip Bhattacharjee20-Oct-03 2:28
professionalTridip Bhattacharjee20-Oct-03 2:28 
AnswerRe: how write and add uninstaller by vb.net ? Pin
Dave Kreskowiak20-Oct-03 6:05
mveDave Kreskowiak20-Oct-03 6:05 
Questionhow to customize my setup.exe ? Pin
Tridip Bhattacharjee20-Oct-03 2:24
professionalTridip Bhattacharjee20-Oct-03 2:24 
Generalsetup related question Pin
Tridip Bhattacharjee20-Oct-03 2:19
professionalTridip Bhattacharjee20-Oct-03 2:19 
Question) how to change look and feel of the scrollbar of internet explorer ?? Pin
Tridip Bhattacharjee20-Oct-03 2:15
professionalTridip Bhattacharjee20-Oct-03 2:15 
AnswerRe: ) how to change look and feel of the scrollbar of internet explorer ?? Pin
Nic Rowan20-Oct-03 2:44
Nic Rowan20-Oct-03 2:44 
You can use the CSS Styles:

<html>
<head>

<style type="text/css">
<!--

body {scrollbar-3dlight-color:gold; 
scrollbar-arrow-color:yellow;
scrollbar-base-color:tomato;
scrollbar-darkshadow-color:orange;
scrollbar-face-color:teal;
scrollbar-highlight-color:hotpink;
scrollbar-shadow-color:magenta}


-->
</style>

</head>


I think... It's been a while since I've done something like that..





Despite the high cost of living, it remains popular.

Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life.



AnswerRe: ) how to change look and feel of the scrollbar of internet explorer ?? Pin
Member 46017421-Oct-03 22:05
Member 46017421-Oct-03 22:05 
GeneralLicence problem Pin
imran18920-Oct-03 1:43
imran18920-Oct-03 1:43 
GeneralVB.NET equivalent Syntax Pin
bora3ee18-Oct-03 12:27
bora3ee18-Oct-03 12:27 
GeneralRe: VB.NET equivalent Syntax Pin
Mike Ellison18-Oct-03 15:04
Mike Ellison18-Oct-03 15:04 
GeneralRe: VB.NET equivalent Syntax Pin
bora3ee19-Oct-03 11:40
bora3ee19-Oct-03 11:40 
GeneralLoading images from SQL 2000 to VB6 Pin
vbrookie_tx18-Oct-03 4:33
vbrookie_tx18-Oct-03 4:33 
GeneralTransposing columns and rows Pin
SolomonSvn17-Oct-03 5:38
SolomonSvn17-Oct-03 5:38 
QuestionInstaller class related question? Pin
Tridip Bhattacharjee17-Oct-03 2:56
professionalTridip Bhattacharjee17-Oct-03 2:56 
AnswerRe: Installer class related question? Pin
Dave Kreskowiak17-Oct-03 4:58
mveDave Kreskowiak17-Oct-03 4:58 
AnswerPunctuation marks Pin
Nick Seng17-Oct-03 15:16
Nick Seng17-Oct-03 15:16 
QuestionWin32 Api Function Related Question? Pin
Tridip Bhattacharjee17-Oct-03 2:50
professionalTridip Bhattacharjee17-Oct-03 2:50 
AnswerRe: Win32 Api Function Related Question? Pin
Duncan Edwards Jones17-Oct-03 3:53
professionalDuncan Edwards Jones17-Oct-03 3:53 
Question.Net Data Grid Control Related Question? Pin
Tridip Bhattacharjee17-Oct-03 2:45
professionalTridip Bhattacharjee17-Oct-03 2:45 
AnswerRe: .Net Data Grid Control Related Question? Pin
Guillermo Rivero17-Oct-03 3:46
Guillermo Rivero17-Oct-03 3:46 
QuestionGrid related problem?? Pin
Tridip Bhattacharjee17-Oct-03 2:40
professionalTridip Bhattacharjee17-Oct-03 2:40 
GeneralHelp me, I can't use SearchPath in VB.NET Pin
Member 64240416-Oct-03 20:14
Member 64240416-Oct-03 20:14 
GeneralValidate value as int32 Pin
Rip V. Winkle16-Oct-03 11:25
Rip V. Winkle16-Oct-03 11:25 

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.