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
F

funklet

@funklet
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Create Button and his event
    F funklet

    Private Sub ClickButotn(ByVal sender as Object, Byval e as EventArgs)
    Dim b as New Button = DirectCast(sender,Button)
    messagebox.show(b.text)
    End Sub

    Hope this helps.

    Mobile csharp com help

  • ImageList control in Compact Framework.
    F funklet

    I'm not sure how you are including the image in your project but I would use 'Add Existing Item' to add the image to your project and ensure 'Copy Always' or 'Copy If Newer' is in the properties of the file. Also consider using:

    ImageList1.Images.Add(new Bitmap("\Program Files\(Your Project Name)\Agip.bmp))

    This way you can eliminate other factors such as a problem with the Storage Card... You may need to dispose of the Bitmaps when the form is disposed rather than immediately... Hope this helps.

    Mobile help question

  • Connecting to a c# Local Database
    F funklet

    Right Click your project in Solution Explorer, Add / Component / SQL Database You can then use the database as a file in your project. Kind Regards.

    C# database csharp sql-server sysadmin

  • ImageList control in Compact Framework.
    F funklet

    You could try this Dim b as bitmap = new bitmap("image-path") imagelist1.images.add(b) b.Dispose() If you dim a bitmap you must dispose of it when you have finished. Hope this helps.

    Mobile help question

  • Connecting to SQL Server
    F funklet

    I am using:

    Data Source=190.190.200.100,1433;Initial Catalog=myDatabase;User ID=myUsername;Password=myPassword;

    Kind Regards.

    Mobile sysadmin database sql-server security 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