Search results for query: *

  1. T

    How to Validate grid Column???

    HI Suppose i have 4 columns in my grid and column names are Item,Qty,Rate,Amt. Now i want in 4th column i.e Amt column that is when i will lost the focus of rate column or i got the focus in Amt column Amount should be automatically calcuated?? How can i do this in DataGridView. Can anybody...
  2. T

    runtime menu icons

    sorry for that posting it was bymistake. i have added addhandler code but drawitem event is not getting fired i don't know why nenuitem's drawitem event is getting fired. for e.g. i will give you an example of what i am doing: In form load event i have written a statement: addhandler...
  3. T

    runtime menu icons

    i have added addhandler code but drawitem event is not getting fired i don't know why for e.g. i will give you an example of what i am doing: and in form load event i have written a statement: addhandler mnusave.drawitem,addressof fncopen1 than why this drawitem event is not getting...
  4. T

    runtime menu icons

    Thanks for reply again. Can you pl give me an example of how exactly we can use addhandler. In my code i have declare array of menuitems which is getting delcared for number of records in table in for loop, so how can i declare addhandler. Can you just give me example? it would be great help...
  5. T

    runtime menu icons

    Thanks for reply. I got your idea but problem is that how could i get the draw_item event of menu because i am generating menu's at runtime ie. from database. How could i generate draw_item event of menu?? Because i have to write this code(e.Graphics.DrawImage(ImageList1.Images(1), 0, 0)) in...
  6. T

    runtime menu icons

    how to attach icon in menu at run time. I have created run time menus where data for creating menus is access from sql server. But i am stuck up where i want to attach icon as well. I will store images in sql server but how will i attach that icons to menus at runtime. Can anyone...
  7. T

    Dotnet Framework Problem

    Hello And thanks for reply. Is it that VS2002 not working in Windows2000 Professional. Actually my asp.net projects are working very fine indeed. Actually i have noticed again today that when i load a new project & when i run it without touching a code or without touching form it works fine...
  8. T

    Dotnet Framework Problem

    Hello everybody.. I have been facing this problem for the past few days now.. Ok. the problem is my VB.NET APPLICATION EVEN A SIMPLE PROJECT IS NOT RUNNING. MY PROBLEM IS WHEN I CREATE A NEW PROJECT AND RUN IT AS IT IS WITHOUT DOING ANY THING SUCH AS RESIZING FORM OR ADDING SOME CODE INSIDE...
  9. T

    vb.net problem

    i have problem running vb.net programs. When we load the project and run it as it is without doing anyti\hing it run's fine. But suppose when i add a code or resize the form and then when i run it it gives me error. "System.arithmatic exception has occured in system.drawing.dll" don't know what...
Back
Top