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
R

RZLR

@RZLR
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Saving an image into a database from a dataset
    R RZLR

    I had the same problem with the stored proc & Oracle. You will have to do the insert directly, or use a SP to create the entry without the image data & then update the record with the image data.

    Visual Basic database help

  • How do i code an animated (gif) button in vb.NET?
    R RZLR

    First you should reference "System.Drawing" by right clicking on references or add "Imports System.Drawing" to the top of your project. In the class name dropdown (above your code) choose the command button and next to that in the method name dropdown choose MouseHover/MouseLeave. Enter code similar to the following: Private Sub Button1_MouseHover(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.MouseHover Button1.Image = Image.FromFile("D:\Source\App.ico") End Sub Private Sub Button1_MouseLeave(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.MouseLeave Button1.Image = Image.FromFile("D:\Source\Add.ico") End Sub :)

    Visual Basic question csharp

  • .net Picturebox bug
    R RZLR

    I am viewing a multi page document (.Tif) in a picture box. I have no problem paging back and forth thru the frames until I rotate one of them. After Rotation of one of the frames the picturebox refuses to display the selected frame. It still pages thru the frames and it dose refresh, but the selected frame is not displayed. Dose anyone have an answer to this problem? :confused: Rocco

    Visual Basic help csharp question
  • Login

  • Don't have an account? Register

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