Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

Namboy82

@Namboy82
About
Posts
6
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • PLEASE PLEASE PLEASE HELP, Embedding images and icons.
    N Namboy82

    Hi I have posted this problem before, it is about embedding images or icons into your exe. I have been told to use an image list or changing the image/icon to embedded resources. But the code to retrieve them doesnt quite work. Can any body provide code to retrieve the image/icon back from changing it into an embeded resource or from using an image list. Thanks Vu

    Visual Basic help hardware learning

  • Embedding icons
    N Namboy82

    Hi everyone I have followed Scotts Bonds instructions on how to embedd an icon into the exe or DLL but always get the same exception the instruction are: To embed your icons in your application, drag them into your .NET project. Edit the properties for each one. See the "Build Action" property that's set to "Content"? Change it to "Embedded Resource." That will make it compile into your exe or DLL. That's it! You've just embedded an icon or two into your application. So...how do you get it back out? Function GetEmbeddedIcon(ByVal strName As String) As Icon Return New _Icon(System.Reflection.Assembly.GetExecutingAssembly.GetManifestResourceStream(_ strName)) End Function The strName parameter is of the format .. so, something like MyApplication.MyLogo.ico. I have chnaged the icons to be embedd resources when built but get the error message that MyLogo is not a memebr of MyApplication. Does anybody know what I am doing wrong and a solution to solve this. Thanks Vu

    Visual Basic csharp hardware help tutorial question

  • Embedding pictures and icons into the exe
    N Namboy82

    Hi everyone I would like to know how to embed a image used in a PictureBox or an icon used in a Menu, someone sugessted using an imageList but then do you have to reference it to you form or the control that you are using, if so what is the best possible way to do this??? I have created a setup program but after it is installed it comes up with an exception, could that be due to me not referencing my pictures, can anybody give a reason for the problem and a solution. Sorry about the clarity of the other messages but it is hard to explain the problems and what i want to achieve. The error reads "An exception 'system.IO.FileNotFoundException' has occured in PgoramMenu.exe." Thanks Vu

    Visual Basic help question tutorial workspace

  • Is there a customer control that can handle text and pictures
    N Namboy82

    Hi everyone Is there a windows or customer control that handle picutes and text, or is there a way to make the text box handle pictures as well. How do you format the layout in text boes so that they r in parargraphs for example or in the the correct layout style that you want it. Thanks Vu ;)

    Visual Basic sales tutorial

  • HELP!!!!! on Forms
    N Namboy82

    Hi everyone I am in my final yr at uni doing my main project on a program to teach the basics of Word to beginners, it will be it two languages Vietnamese and English. My program will have tests, quizzes and tutorials. I have been playing around with VB.Net and can not decide on how to get the forms to loads the files, and what format to have the files in html, pictures our just a text box. Please can anybody suggest a suitable method for loading files on forms or another of presenting data on forms. Thanks Vu ;)

    Visual Basic csharp html help tutorial

  • icons, opening files, loading with forms
    N Namboy82

    Hi everyone i am new to this, I am a final yr student studying software engineering in my final year in the UK. For my final project I am doing a training program to teach beginners the basic of Word it will be in two lanuages English and Vietnamese. I have decided to use VB.NET to program, it is my first time using it. Can any one give me help me on using (embedding into your exe) icons on your menu part, different languages if Vietnamese is an option for VB.NET. And what format should i use as files for forms to load up, for example if the forms loaded the help files as html etc. I having trouble cause my designed tutorials have pictures and text, i do not know how to get the forms to laod it or can someone suggest a suitable way around it. It will be a menu driven GUI based program.

    Visual Basic tutorial csharp html help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups