Search results

  1. ?

    How can I download a .swf file from the internet?

    A flash game for example.
  2. ?

    VB code for setting a font Bold/Italic/Underlined?

    obj.FontBold doesn't work... Here is the code, I want to make the font currently used bold/italic/underline when I press on obj_bold/obj_italic/obj_underline. Public Class frm_main Dim f1 As New System.Drawing.Font("Arial", 20) Dim f2 As New System.Drawing.Font("comic sans ms", 19)...
  3. ?

    How can I change a font to bold in VB with code?

    Just got into VB again... Has been a while since I worked in it... I am making a bold font button. I tried obj_textbox.FontBold = True , but FontBold doesn't seem to exist... Also Italic and Underline?
  4. ?

    C++ console program programmatic font size code?

    I know that I can set it by pressing right click -> properties and then tweaking it there. But is there a way to do it with a function in my source?
Back
Top