Click here to Skip to main content
15,897,273 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Visual Basic 6 how to ad an icon to progect Pin
Eddy Vluggen14-Sep-18 23:21
professionalEddy Vluggen14-Sep-18 23:21 
QuestionPlease fix my code! Pin
toffee_paul13-Sep-18 4:36
toffee_paul13-Sep-18 4:36 
AnswerRe: Please fix my code! Pin
Dave Kreskowiak14-Sep-18 6:34
mveDave Kreskowiak14-Sep-18 6:34 
AnswerRe: Please fix my code! Pin
Eddy Vluggen14-Sep-18 23:32
professionalEddy Vluggen14-Sep-18 23:32 
GeneralRe: Please fix my code! Pin
Richard Deeming18-Sep-18 3:38
mveRichard Deeming18-Sep-18 3:38 
GeneralRe: Please fix my code! Pin
Eddy Vluggen18-Sep-18 5:05
professionalEddy Vluggen18-Sep-18 5:05 
QuestionOpen / Display SVG images within Visual Basic 6 Pin
davesmithmiap13-Sep-18 1:19
davesmithmiap13-Sep-18 1:19 
AnswerRe: Open / Display SVG images within Visual Basic 6 Pin
Richard Deeming13-Sep-18 2:33
mveRichard Deeming13-Sep-18 2:33 
The web browser control uses Internet Explorer. By default, it's stuck in IE7 mode unless you change the registry on every computer that runs your application:
Web Browser Control & Specifying the IE Version - Rick Strahl's Web Log[^]

IE didn't add support for SVG until v8:
Can I use... Support tables for HTML5, CSS3, etc[^] (Click "Show all" to see the old versions.)

Even if you can force the control to use the latest rendering mode, you may still need some workarounds for the bugs:
Test Scaling Of SVG Images In Fluid Layouts[^]

Do you need to resize the SVG image? If not, it would make more sense to convert it to an image format that VB6 supports.


NB: VB6 has been "dead" for almost two decades now. Whilst the application will still work, you'll struggle to support any new API or technology created in this millennium, and you'll find it increasingly difficult to get help for any issues. It may be time to re-evaluate the "too big to change" decision. Smile | :)



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

AnswerRe: Open / Display SVG images within Visual Basic 6 Pin
Member 1396504228-Sep-18 3:15
Member 1396504228-Sep-18 3:15 
RantRe: Open / Display SVG images within Visual Basic 6 Pin
Richard Deeming28-Sep-18 4:38
mveRichard Deeming28-Sep-18 4:38 
GeneralRe: Open / Display SVG images within Visual Basic 6 Pin
Darrell Hagan 202113-Jun-21 12:53
Darrell Hagan 202113-Jun-21 12:53 
QuestionCould someone explain why For Each and For Next loops behave differently with lists? Pin
MattiasW768-Sep-18 14:13
MattiasW768-Sep-18 14:13 
AnswerRe: Could someone explain why For Each and For Next loops behave differently with lists? Pin
Eddy Vluggen8-Sep-18 23:51
professionalEddy Vluggen8-Sep-18 23:51 
QuestionRe: Could someone explain why For Each and For Next loops behave differently with lists? Pin
MattiasW769-Sep-18 1:04
MattiasW769-Sep-18 1:04 
AnswerRe: Could someone explain why For Each and For Next loops behave differently with lists? Pin
Eddy Vluggen9-Sep-18 2:11
professionalEddy Vluggen9-Sep-18 2:11 
GeneralRe: Could someone explain why For Each and For Next loops behave differently with lists? Pin
MattiasW7620-Sep-18 9:09
MattiasW7620-Sep-18 9:09 
AnswerRe: Could someone explain why For Each and For Next loops behave differently with lists? Pin
Dave Kreskowiak9-Sep-18 4:54
mveDave Kreskowiak9-Sep-18 4:54 
GeneralRe: Could someone explain why For Each and For Next loops behave differently with lists? Pin
MattiasW7627-Sep-18 2:59
MattiasW7627-Sep-18 2:59 
QuestionAdding Custom TabPage to TabControl: Closed Pin
mo14927-Sep-18 11:12
mo14927-Sep-18 11:12 
QuestionHow to declare Crypto? Pin
Member 139535037-Sep-18 6:04
Member 139535037-Sep-18 6:04 
AnswerRe: How to declare Crypto? Pin
Richard Deeming7-Sep-18 7:46
mveRichard Deeming7-Sep-18 7:46 
GeneralRe: How to declare Crypto? Pin
Member 1395350314-Sep-18 3:19
Member 1395350314-Sep-18 3:19 
QuestionCurrency textbox Pin
Member 139744835-Sep-18 16:08
Member 139744835-Sep-18 16:08 
AnswerRe: Currency textbox Pin
Mycroft Holmes5-Sep-18 18:34
professionalMycroft Holmes5-Sep-18 18:34 
AnswerRe: Currency textbox Pin
dan!sh 5-Sep-18 19:56
professional dan!sh 5-Sep-18 19:56 

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.