Search results for query: *

  1. N

    background color of datagrid

    thanks i have got the solution. bye.
  2. N

    background color of datagrid

    can someone please tell ,me how can i change the bg color of dtagrid in my web form. thanks a lot for your time and effort.
  3. N

    Downloading file from web server

    its a desktop application and not a web application so there is no question of redirecting. thanks for your response. if you can guide me further, it will be a great help.
  4. N

    Downloading file from web server

    i am trying to download a file from internet using webclient class. Dim myWebclient As New WebClient myWebclient.DownloadFile("http://www.xyz.com/test.jpg", "c:\test.jpg") This works well but when i download a "test.emf" file then it gives error that 404-file not found. But the file exists...
  5. N

    qry in displaying a label in all the forms

    u can use user controls. they are ideal in such a situation.
  6. N

    Implementation of design on windows form

    I want to implement designs on my desktop application. the designer has made sliced images and made a html page. How will i imlement the sliced images onto my windows forms? Is there any way to add all the slices onto the windows form?
  7. N

    serialization

    I am using serialization to implement undo-redo. But i m getting error that System.Drawing.Drawing2D.GraphicsPath is not marked serializable. I need mousePath for freehand drawing, therefore i m using Public mousePath As New System.Drawing.Drawing2D.GraphicsPath ? How to solve this problem?
  8. N

    Border Color in Label Controls

    Is it possible to Have a border color in a label control in vb.net? If yes, then please explain it to me or suggest me some better idea of diaplaying aborder color in a label control. Anyone out there please help me out.
  9. N

    Image Manipulation

    On your suggestion i started the project and its going smoothly. If any problem comes, i consult you. Thanks buddy.
  10. N

    Edit Image

    thanks buddy.
  11. N

    Saving as Image

    I am working on a desktop application using vb.net. i have multiple controls on a panel (labels, pictureboxes). I want to save my panel as an image. I have tried the bitBLT function but it works the printscreen way. So its not successful in many ways. Can anyone out there please give me a...
  12. N

    Unable to start/open a web applications project

    have you enabled the front page extensions while configuring the IIS ?
  13. N

    Panel Printing

    panel saving as an image in vb.net I am working on a desktop application using vb.net. i have multiple controls on a panel (labels, pictureboxes). I want to save my panel as an image. so that later on i can print that image. or is there any more effective way of printing a panel. Can anyone...
  14. N

    Image Manipulation

    Thanks for your reply. But My problem still remains there.
  15. N

    Image Manipulation

    Brightness,Contrast of Image I want to adjust the color,brightness, hue and saturation of an image. What all properties of the image should i manipulate. I am providing the slider bar for all the for properties. On the movement of the slider bar what all properties of the image needs to be...
  16. N

    Inter Projects Interaction

    OK thanks, I got the soultion. U guys are a great help.
  17. N

    Inter Projects Interaction

    suppose my both projects are .exe. Then will this be possible ? Thanks for your reply.
  18. N

    Inter Projects Interaction

    I have 2 projects within a single solution. Now i want that when i click on a button on form1 in Project 1 then it should open me the Form 1 of Project 2. Can anyone please help me in this.
  19. N

    Edit Image

    I want to edit and transform an image, so as to place a polygon onto a image and the image is cut into that shape. Only the part which is covered by the polygon is left and rest is removed. For example if i select an image to be cut into the shape of a heart, then the rectangular image will be...
  20. N

    Thumbnails in Listview control

    I want to make a thumb nail of an image for listview control. I want to display thumbnail images on the listview control. how is it possible? i tried to add image to the imagelist but it takes a fixed size of all the images. How to display thumbnail in a listview control. I know how to make...
Back
Top