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

pramod2517

@pramod2517
About
Posts
14
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to add checkboxes in items of ListBox ?
    P pramod2517

    hi, Myname is pramod , I have one problem . My problem is i add ListBox control in the windows form ,i want add check boxes in the items of listbox . pls give me code , and give information about adding checkboxes in items of ListBox.

    Visual Basic help tutorial question

  • How can i create salary format in Textbox ? for example i want create 2000.00 .
    P pramod2517

    hi all i have one problem ,when entered salary amount in textbox its only display 2000rs , here i want 2000.00 format . Pls give me code how can i write that format (2000.00)

    Visual Basic question help tutorial career

  • want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters, How?
    P pramod2517

    want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters, I tried with Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii >= 65 And KeyAscii <= 122 Then Text1.Text = UCase(Text1.text) End If End Sub but it is printing in reverse , is there any other mothods.

    Visual Basic question

  • want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters ?
    P pramod2517

    ok its successfully working.But i want windows application

    ASP.NET question

  • want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters ?
    P pramod2517

    iam writing code in windows application

    ASP.NET question

  • want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters ?
    P pramod2517

    want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters, I tried with Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii >= 65 And KeyAscii <= 122 Then Text1.Text = UCase(Text1.text) End If End Sub but it is printing in reverse , is there any other mothods.

    ASP.NET question

  • In windows application from1 Link to form2 i want buttons visible false how? [modified]
    P pramod2517

    form2 i added this code public void HideTextBoxes() { textBox1.Visible = false; } this function can i call in form1 my problem is when i form1 to form2 i want hide form2 buttons or textboxes . if separate i open form2 textboxes or buttons should visible i code apply in form1 in submitbutton form2.textbox1.visible=false; but here when i click form1 to form2 , in form2 textbox1 visible .

    C# question help

  • In windows application from1 Link to form2 i want buttons visible false how? [modified]
    P pramod2517

    hi all My Problem is In form1 i have submit button and when i click submit button its open form2 . In form2 i want hide three textboxes , how can i hide three text boxes .but here another problem when i want open form2 i want to three textboxes should be visible , its how ? Its form 1 link to form2 In form1 button1click button_click (or) some control { this.visible=false; form2 f2=new form2(); f2.showdialog(); form2.btnclick.visible=false;//this is myproblem cont hide btnclck in form2 this.close(); } In form2 I cont seting property visile =false any Button. when i particuar form2 open it should visible button true pls send me code and ur sugestions . thanks so much.

    modified on Sunday, March 22, 2009 3:07 PM

    C# question help

  • how can i change messagebox background color in windows applications ?
    P pramod2517

    i given messagebox code here MessageBox.Show("welcome to trendz", "Classmaster",MessageBoxButtons.YesNo, MessageBoxIcon.Question) but i want change background color of the messagebox please give me reply ,how can i change background color of the messagebox ?

    Visual Basic question

  • how to do the custom deployment of vb.net windows applications project ?
    P pramod2517

    i cont get correct information , please give how to deploying in windows applications

    Visual Basic tutorial csharp sysadmin question

  • how to do the custom deployment of c# .net windows applications project ?
    P pramod2517

    thanks for giving url , its very usefull:thumbsup:

    C# tutorial csharp sysadmin question

  • how to do the custom deployment of c# .net windows applications project ?
    P pramod2517

    hi , how to do the custom deployment of vb.net windows applications project . for example after completing deployment project application , when we install .exe file i want to show two options .custom install .typical install after when i click custom install it should be showing modules but i cont see modules how to add modules in custom installation . please send me step by step how to custom install deployment of c#.net windows application.

    C# tutorial csharp sysadmin question

  • how to do the custom deployment of vb.net windows applications project ?
    P pramod2517

    hi , how to do the custom deployment of vb.net windows applications project . for example after completing deployment project application , when we install .exe file i want to show two options .custom install .typical install please send me step by step how to custom install deployment of vb.net windows application.

    Visual Basic tutorial csharp sysadmin question

  • how to do the custom installation of vb.net windows applications project ? [modified]
    P pramod2517

    hi , iam pramod i developing ERP project ,i want to do the custom installation of my application in vb.net windows application. That means when deploying my application, it should display different optiions like typical installation, full installation. And after selecting any one of the option then , my application should deploy accordingly. How to do such type of setup and deployment? can anyone help plz. please give me step by step process custom deploying.

    modified on Friday, February 27, 2009 12:14 PM

    Visual Basic tutorial csharp sysadmin 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