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

popalzai

@popalzai
About
Posts
21
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Errorprovider within a datatable column
    P popalzai

    Hi! thanks for ur reply! yes i have some business logic on this column. this column can accept only three values. 1 - store 2 - development agent 3 - previous owner anything else user trying to do system shud show errorprovider on this column with some altert message as well.

    Visual Basic question

  • Errorprovider within a datatable column
    P popalzai

    Hi! i want to show the errorprovider icon within a column of a datatable. and this datatable is bound to datagrid. is there any solution for this?

    Visual Basic question

  • How to set text property of a ComponentControl
    P popalzai

    hm that the way i have done too. the name of the control was "ASKButton" i have set the text property to "Add" then compile the project and drag drop the button control on the form and what i see is that the button text property is "ASkButton1". i want to set the default value for this button. when ever i drag and drop this button it should show me the Text=Add and when i want to change it, it should allow me to do so!

    Visual Basic tutorial question

  • How to set text property of a ComponentControl
    P popalzai

    i did not code anything. i have just created a component class and then went to designer partial class code and inherits it from the button class. that's it and then went to designer and tried to set the property from the property window.

    Visual Basic tutorial question

  • How to set text property of a ComponentControl
    P popalzai

    Hi! i have made a component control and its inherited from System.Windows.Forms.Button class. now when i go to the designer and set the text property, i am unable to set the text property. when i set the text property and use this control on the form, that text setting is not coming. please let me know how can i get this resolution. Thanks!

    Visual Basic tutorial question

  • How to hide the parent property in UserControl?
    P popalzai

    Please tell me one thing. how can i add summary detail for my user control property? the way you can see for anyother property and methods and even for events in objectbrowser.

    Visual Basic question tutorial

  • How to hide the parent property in UserControl?
    P popalzai

    Thanks a lot dear! its working fine.

    Visual Basic question tutorial

  • How to hide the parent property in UserControl?
    P popalzai

    Hi! i have made a user control with combo box over it. now i want to hide the BorderStyle property of the user control so that end user could not change this property. how can i achieve this functionality?

    Visual Basic question tutorial

  • Reverse Engineering of VB6 exe file
    P popalzai

    Hi! is it possible to get the code out of vb6 exe file.

    IT & Infrastructure

  • page is not working perfectly in IE7.0
    P popalzai

    hi! no there is no specific error cuming. only thing is that page is not displaying the story properly. if u have seen this page then definatly u can understand the things r cuming in strange way. im showing text only on this page. there r 4 to 5 lines i have written but the lines r cuming only one or two and its looking like its merging between eachother. for ur analysis i m sending u the links below. http://www.aidasanibiradri.com/About.aspx http://www.aidasanibiradri.com/FamilyInfo.aspx?nodeID=20 plz dear gme some solution for this. thanks in advance. regards.

    ASP.NET com help question

  • page is not working perfectly in IE7.0
    P popalzai

    hi! its my 4th message. but no one has answered me yet! im in prob dear! the page http://www.aidasanibiradri.com/About.aspx is not working perfectly in ie 7.0 but working in ie 6.0 wat cud be the problem ?

    ASP.NET com help question

  • page is not working in Internet Explorer 7.0
    P popalzai

    hi! i had already posted this question before. but no reply from anyone so im posting it again! my page which is working fine in ie.6.0 but not working in 7.0 wat cud be the prob. i have used in this page a datagrid and inside it i have used gridview cotrol to show child records. page is http://www.realtime-dxb.com/navintex/FamilyInfo.aspx?nodeID=20 will some one plz help me in solving this prob. regards! atif saeed khan.

    ASP.NET question com help

  • page is not working perfectly in IE7.0
    P popalzai

    hi! i had send u link also. i can not explain in words. let my try. in ie 6.0 its showing the children information perfectly but if u see the same page in ie7 then it is hiding that information. is there any settings i have to do for ie7 to show asp pages perfectly or i gt to change my control layout ? for reference plz visit this link. then u can easily understand the prob urself. http://www.realtime-dxb.com/navintex/FamilyInfo.aspx?nodeID=20

    ASP.NET css com question

  • page is not working perfectly in IE7.0
    P popalzai

    hi! my page is not working on IE 7.0 but it is working fine on 6.0. wat cud be the prob. im sending u the link too. i have used grid control inside a datalist control to show this page. http://www.realtime-dxb.com/navintex/FamilyInfo.aspx?nodeID=20 thanks.

    ASP.NET css com question

  • how to show saved text data in paragraphic way.
    P popalzai

    thanks for reply.

    ASP.NET database tutorial

  • how to show saved text data in paragraphic way.
    P popalzai

    hi! i have saved a brief history like a paragraphic way in the access database. wen i get the result, i get it with same line breaks and spaces i gave while writing text. now prob is that wen i am trying to show this inforation on a literal control its coming in one line only. how to get the data in the same way i entered while saving.

    ASP.NET database tutorial

  • showpopup help.
    P popalzai

    thankx for reply. but dear its not working in the mdi application. lets suppose if u take this form as a child form then wat ?

    Visual Basic csharp help tutorial

  • showpopup help.
    P popalzai

    ok! actually if u can c the help of showhelp popup in msdn the same example i tried to run. wat i gt idea from this example is that the popup help will popup on the edge of the textbox. but it is not working so. try the example in msdn. Private Sub textBox1_KeyUp(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles textBox1.KeyUp ' Determine whether the key entered is the F1 key. Display help if it is. If e.KeyCode = Keys.F1 Then ' Display a pop-up help topic to assist the user. Help.ShowPopup(textBox1, "Enter your first name", New Point(textBox1.Right, Me.textBox1.Bottom)) End If End Sub 'textBox1_KeyUp

    Visual Basic csharp help tutorial

  • toolbar over inherited form.
    P popalzai

    hi! i have made one master form with toolbar control over it. and i made the modifier of the toolbar to protected so that watever new form which will b inherited from this one can change the properties of this toolbar. but its not working in that way. wat shud b done to get this functionality. its and desktop application. thankx in advance. atif saeed khan

    Visual Basic

  • showpopup help.
    P popalzai

    hi! yup its a desktop application. actually im working on a product in which i have to give enduser the help option too.

    Visual Basic csharp help 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