CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: shers

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    349

    Registration Form

    Hi,

    I've created a registration form within a table. The image is attached.
    The Batch section is not aligned to the left of the table column becuase of it's format. When I changed the Address...
  2. Thread: Send for testing

    by shers
    Replies
    1
    Views
    197

    Send for testing

    Hi,

    I'm a newbie in web development. I'm almost half way through creating a web site. I'd wish to send this website to the client for viewing and testing. I have a database also attached with this...
  3. Thread: <p> resize

    by shers
    Replies
    3
    Views
    517

    Re: resize

    But why then does all the <p> tag size change when I resize one tag? The image above is seen only when the layout is created. After I change the size, I cannot bring it back to the way it is...
  4. Thread: <p> resize

    by shers
    Replies
    3
    Views
    517

    resize

    Hi,

    I'm creating a website in VWD 2010 Express. When I try to resize the <p>, all of them get resized together. I've attached an image of it. I would like to resize only the last <p>. How can I do...
  5. Replies
    0
    Views
    525

    Registration Form

    Hi,

    I'm quite new to Web Development. I'm creating a web site and it has a Registration Page where I managed to create the form. But when the user clicks on the 'CreateUser' button, how do I...
  6. Replies
    0
    Views
    440

    Duplicate WebSite

    Hi,

    I have Visual Web Developer 2010 Express Edition. When I create a New WebSite, it creates two folders in the location. If the name is BasicWebSite, it created folders like BasicWebSite and...
  7. Thread: PropertyGrid

    by shers
    Replies
    2
    Views
    785

    Re: PropertyGrid

    I have managed to get the list. I'd now like to know if it is possible to use different collections for one typeconverter please?

    I have a combo box and a property grid in a form. The combo box...
  8. Thread: PropertyGrid

    by shers
    Replies
    2
    Views
    785

    PropertyGrid

    Hi,

    I'm working on a propertygrid that has two items. The value of these items has to be taken from a database table. The table contains two columns, but I only want one column data to be...
  9. Replies
    3
    Views
    668

    Re: Button Second Click

    I commented out InitializeComponent() and everything works fine.

    Thanks
  10. Replies
    3
    Views
    668

    Button Second Click

    Hi,

    I have a User Control that contains a Button. This button works for the first click. But the Click Event is not fired in the second click. Please help.

    Here's my code:



    Public Sub...
  11. Replies
    2
    Views
    1,481

    Column name from value

    Hi,

    I have a datarow retrieved from a datatable. I have a value that exists in some column in the datarow. I want to find which column this value is in. How can I achieve this please?

    Thanks
  12. Replies
    2
    Views
    812

    Re: Any Column Select

    Thanks. I've solved it.
  13. Replies
    2
    Views
    812

    Any Column Select

    Hi,

    I have a value which I don't know which column this belongs to in the table. So is there a way I get get those rows that contain this value using query?

    Thanks
  14. Thread: Find in Tables

    by shers
    Replies
    0
    Views
    237

    Find in Tables

    Hi,

    I have a function that returns all the database tables with the data items in it. Is it possible to search for a value in all tables and return the table name and the datarow that contains the...
  15. Thread: Web Service

    by shers
    Replies
    0
    Views
    295

    Web Service

    Hi,

    I'm working on a C# Windows Application which has a Web Service. I'd like to know how to communicate with the Web Service using XML. To be precise, I have a data set that has to go to the...
  16. Replies
    6
    Views
    1,786

    Re: Rename dictionary key

    Sorry, it's the dictionary class that contains keys and values. I have a dictionary that contains a key. I anyway retrieved values of one particular key's values, added two new keys, and added the...
  17. Replies
    6
    Views
    1,786

    Rename dictionary key

    Hi,

    Is it possible to change the key of a dictionary?

    Thanks
  18. Thread: Flip Rectangle

    by shers
    Replies
    24
    Views
    2,415

    Re: Flip Rectangle

    Why don't I see anything in the picture box for this code?

    x = 266
    y = 14
    width = 134
    height = -14
    g = Graphics.FromImage(bit)
    g.DrawRectangle(myPen, x, 0 - (y + height), width, height)...
  19. Thread: Flip Rectangle

    by shers
    Replies
    24
    Views
    2,415

    Re: Flip Rectangle

    That solved the issue. Thanks!!
  20. Thread: Flip Rectangle

    by shers
    Replies
    24
    Views
    2,415

    Re: Flip Rectangle

    Sorry again, that's not what I want. I drew an image in a picturebox with the image height as picturebox height and image width as picturebox width. The image is placed somewhere on the center of the...
  21. Thread: Flip Rectangle

    by shers
    Replies
    24
    Views
    2,415

    Re: Flip Rectangle

    Sorry, I checked the link and it's VB 6

    Thanks
  22. Thread: Flip Rectangle

    by shers
    Replies
    24
    Views
    2,415

    Re: Flip Rectangle

    I apologize for that.

    Is there any way I can crop the attached image to fit to the picturebox?

    Thanks
  23. Thread: Flip Rectangle

    by shers
    Replies
    24
    Views
    2,415

    Re: Flip Rectangle

    WOW!!!! That's fantastic! I had been trying for soooo long to get to it. Thank you sooooo much!!
  24. Thread: Flip Rectangle

    by shers
    Replies
    24
    Views
    2,415

    Re: Flip Rectangle

    It is nothing concerning image. I'm only drawing rectangles. A looping through results in a cluster of small and big rectangles which looks in an orderly manner. I want the final result to be...
  25. Thread: Flip Rectangle

    by shers
    Replies
    24
    Views
    2,415

    Re: Flip Rectangle

    I went through the link and found that it's only for image rotation. My problem is rectangle flip vertical.

    I'm attaching an image. If I change the y in

    Dim rect As New Rectangle(x, y, width,...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width