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
T

tuliplanetrain

@tuliplanetrain
About
Posts
8
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to run a CS program at client without SQL Server!
    T tuliplanetrain

    Ok!The Connection string is:"Server=XXX";uid=XXX;pwd=XXX;database=XXX". anything wrong? Tuliplanet

    Database database csharp sql-server sysadmin help

  • How to run a CS program at client without SQL Server!
    T tuliplanetrain

    NO,I Pointed towards to the right machine. Tuliplanet

    Database database csharp sql-server sysadmin help

  • How to run a CS program at client without SQL Server!
    T tuliplanetrain

    We developed a CS program by C#,the server is SQL Server,i copyed the program to a system without SQL Server,the program can not be run,the error report is something like this:"Can't connect to Database".when i installed the "Connectivity Only" option of SQL Server,the program can be run in this system. what i want to know is how to run our program without install anything of SQL Server, or just copy something usefull to the system from SQL Server. Tuliplanet

    Database database csharp sql-server sysadmin help

  • [Help]How to open a Excel file with Asp.net(C#)!
    T tuliplanetrain

    :((i mean how to active office excel to open it(if suppose user have already installed),not to open it with IE! Tuliplanet

    ASP.NET csharp asp-net help tutorial

  • How to create a fadein dialog by C#?
    T tuliplanetrain

    see my reply!! i set interval=100,but the form just show after a flash! Tuliplanet

    C# csharp tutorial question

  • How to create a fadein dialog by C#?
    T tuliplanetrain

    it doesn't work! the interval property of timer is 100! this is my code,is there anything wrong? private void button1_Click(object sender, System.EventArgs e) { this.Opacity = 0; timer1.Start(); } private void timer1_Tick(object sender, System.EventArgs e) { this.Opacity = this.Opacity + 5; if(this.Opacity >= 100) { timer1.Stop(); } } Tuliplanet

    C# csharp tutorial question

  • How to create a fadein dialog by C#?
    T tuliplanetrain

    anybody know? Tuliplanet

    C# csharp tutorial question

  • Why our website developed under ASP.NET cannot view in IE5?
    T tuliplanetrain

    We just developed a website,it can only view in IE6,in IE5 it cannot display in its customed style!! all the style is customed by CSS file! Tuliplanet

    ASP.NET csharp css asp-net 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