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
P

praveenvkumarv

@praveenvkumarv
About
Posts
18
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How can i embed database in my setup file
    P praveenvkumarv

    Yeh, i have searched the Google and codeproject but the demo project in codeproject is not working . Regarding the documentation it is showing to use the firebird database . then i need to change all the code, that's the problem.

    C# database question workspace

  • How can i embed database in my setup file
    P praveenvkumarv

    yeh, i have tried using setup and deployment project , i need to embed sqlserver in it.

    C# database question workspace

  • How can i embed database in my setup file
    P praveenvkumarv

    I want to include the database in my setup file itself . i don't want to setup the database manually. So, how can i do it.

    C# database question workspace

  • System.Data.SqlClient.SqlClientpermission,System, publickey token='......' failed exception
    P praveenvkumarv

    My project is a windows application. After i install the setup file of this project. I am getting the first form, i need to select from four options i,e. four buttons. When i press a button, next form is displayed asking for username and password. After giving username and password, when i press login button then i am getting that exception. If i run normally in visual studio 2005 , it is executing

    C# csharp visual-studio workspace

  • how to create sub tables in sql server
    P praveenvkumarv

    I want to create sub table in sql server . can any suggest me the process.

    C# database sql-server sysadmin tutorial

  • System.Data.SqlClient.Sqlclientpermission,system,.........,publickey token='......' failed exception
    P praveenvkumarv

    My project is a windows application. After i install the setup file of this project. I am getting the first form, i need to select from four options i,e. four buttons. When i press a button, next form is displayed asking for username and password. After giving username and password, when i press login button then i am getting that exception. If i run normally in visual studio 2005 , it is executing .

    C# database security workspace

  • System.Data.SqlClient.Sqlclientpermission,system,.........,publickey token='......' failed exception
    P praveenvkumarv

    I have created a setup file in windows application and then i installed it in my system only. After giving userid, password for authentication from the database,even if the userid and password is contained in the database, i am getting the exception "System.Data.SqlClient.Sqlclientpermission,system,.........,publickey token='......' failed"

    C# database security workspace

  • installing application only once at one client
    P praveenvkumarv

    I want to create a key to my application. When installed at client for the first time it should install. If the client want to install again it should not install.And if the client want to copy the setup file it should not be copied to any other location.

    C# workspace

  • displaying images
    P praveenvkumarv

    using the timer control, u can do this. in the event of the timer , include some code. First, you need to add some images in the imagelist control. Than, in the timer event display a image from the imagelist use the break statement to break the loop . when ever the timer event occurs then the image changes . After the imageslist reaches the last index then make the control value as 0 to repeat the loop

    C# csharp tutorial

  • Print Preview
    P praveenvkumarv

    button click() { capturescreen(); printpreviewdialog pd=new printpreviewdialog(); pd.showdialog(); printdocument1.print(); } bitmap memimage; graphics g=this.creategraphics(); size s=this.size; memimage=new bitmap(s.width,s.height,g); g.graphics.fromimage(memimage); g.copyfromscreen(this.location.x,this.location.y,s,0,0,s); } void printdocument1_printpage() { e.graphics.drawimage(memimage,0,0); }

    C# graphics winforms

  • should client machine contain sqlserver installed , if i am using sqlserver as backend
    P praveenvkumarv

    my application is a windows application.

    C# workspace

  • should client machine contain sqlserver installed , if i am using sqlserver as backend
    P praveenvkumarv

    i have used backend as sqlserver, is it necessary that the client machine, where i'll be deploying my application that machine should have sqlserver installed in it. Otherwise, any prerequisites i should include while creating setup file.

    C# workspace

  • deployment using sqlserver and c#
    P praveenvkumarv

    i want to create a setup file. i used sqlserver 2005 as backend and c# as frontend.Now i want to create a setup file, i have created tables in sqlserver and creating setup file in vs 2005, how do the tables from sqlserver will be created when creating setup file in visual studio 2005 .

    C# csharp visual-studio sysadmin workspace

  • Application shuts down and not just the form
    P praveenvkumarv

    the form which you want to close. the deactivated() event of that form include code this.close();

    C# help question

  • sending message to a mobile through the software developed in c#.net by using bluetooth
    P praveenvkumarv

    The client who install my software connects a bluetooth device. When some event occurs then this software should send an sms to the adjacent mobile through the bluetooth.For doing this, what should i do.

    C# csharp question

  • sending message to a mobile through the software developed in c#.net by using bluetooth
    P praveenvkumarv

    I am doing a project, which had a requirement of sending an sms message to a mobile from the c#.net.How can i do this.If i need to add any .dll files how can i add those file.

    C# csharp question

  • printing a windows form through print preview control in c#.net 2005
    P praveenvkumarv

    i want to print a windows form by using a printpreview control in vs 2005.I used but i am not able to get it. please lemme know the possible solution. I had to print the full windows form as it was designed.

    C# csharp visual-studio

  • How to print a windows form from a printdialog box in c#.net 2005
    P praveenvkumarv

    I want to print a windows form in the same design manner with all the controls in the form.

    Visual Studio csharp design tutorial
  • Login

  • Don't have an account? Register

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