User Profile

Collapse

Profile Sidebar

Collapse
jehan
jehan
Last Activity: Jan 11 '15, 02:10 PM
Joined: Oct 16 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jehan
    started a topic retrive image from ms access database

    retrive image from ms access database

    Hi,

    I am trying to extract image from database into picture box my code is

    Code:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    
            cnn = New OleDbConnection(strCn)
    
            Dim stream As New MemoryStream()
            cnn.Open()
            Dim command As New OleDbCommand("select img from llr where llrno = '"
    ...
    See more | Go to post

  • How to save data in unbound datagridview in vb.net

    Dear all,

    I have three textbox's and their data is added in the DGV. I dont know how to save the data so that next time when I open the DVG the previous data is stored.

    Please note I want all the data to be stored in the application its self.

    Thanks.
    Plz help
    See more | Go to post

  • jehan
    started a topic Color of Radio Button

    Color of Radio Button

    Hey!

    I have vb.net windows application form and I want the radio buttons inside it to show green color instead of default black.

    Please help me with the code.
    Thanks.
    See more | Go to post
No activity results to display
Show More
Working...