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
B

BrokenS

@BrokenS
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Windows integrated Security issues
    B BrokenS

    John, Make sure your connection string includes the following: ConnectionString = "Data Source=.\SQLEXPRESS;" _ + "Integrated Security=True;" _ + "AttachDBFilename=" + [DB filename and path] & ";" _ + "Initial Catalog=" + [DB filename] + ";" _ + "Connect Timeout=30;" _ + "User Instance=True" example: "Data Source=.\SQLEXPRESS;Integrated Security=True;AttachDBFilename=C:\mydb.mdf;Initial Catalog=mydb;Connect Timeout=60;User Instance=True"

    Database csharp help asp-net database sql-server

  • Getting the length of a TextBox in VBA...
    B BrokenS

    new_phoenix Try: strTextBox.Text.Length ken

    Database question

  • printing a bit thinner line... [modified]
    B BrokenS

    Did you try this? dim myPen as pen myPen = new pen(Color.Black,0.25) Ken

    Visual Basic question

  • Want to inherit one property to another
    B BrokenS

    Brad, Try this: vb.net 2003: declare an instance of Form2 in Form3 Dim newForm2 As New Form2 label.text = newForm2.textbox.Text vb.net 2005: no need to declare an instance of Form2 in Form3 label.text = Form2.textbox.Text Hope this helps. Ken

    Visual Basic design 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