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

Search:

Type: Posts; User: shers

Page 1 of 11 1 2 3 4

Search: Search took 0.03 seconds.

  1. Thread: Deserialize

    by shers
    Replies
    2
    Views
    975

    Deserialize

    Hi,

    How do I Deserialize this?


    public static void SerializeToXML(MainWindow window, Canvas canvas, int dpi, string filename)
    {
    string mystrXAML = XamlWriter.Save(canvas);
    ...
  2. Replies
    0
    Views
    5,029

    Copy from combobox

    Hi,

    I would like to copy data from a bound combobox to another combobox. The first combobox is bound to a datatable that consists of two columns, one as displaymemberpath and the other as...
  3. Replies
    1
    Views
    7,637

    Pass value between windows

    Hello,

    In WPF, I open window2 from window1 with a button click keeping window1 open. When I close window2, I want to display 2 values in window1. How can this be achieved?

    Thanks
  4. Thread: WPF inbuilt form

    by shers
    Replies
    0
    Views
    5,271

    WPF inbuilt form

    Hi,

    I'm on the design phase of a WPF desktop application. It has a MainWindow with its WindowState as Maximized and also a Menubar. I want the Mainwindow to display a set of controls when the user...
  5. Replies
    1
    Views
    571

    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...
  6. Thread: Send for testing

    by shers
    Replies
    1
    Views
    512

    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...
  7. Thread: <p> resize

    by shers
    Replies
    3
    Views
    908

    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...
  8. Thread: <p> resize

    by shers
    Replies
    3
    Views
    908

    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...
  9. Replies
    0
    Views
    847

    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...
  10. Replies
    0
    Views
    602

    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...
  11. Thread: PropertyGrid

    by shers
    Replies
    2
    Views
    956

    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...
  12. Thread: PropertyGrid

    by shers
    Replies
    2
    Views
    956

    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...
  13. Replies
    3
    Views
    879

    Re: Button Second Click

    I commented out InitializeComponent() and everything works fine.

    Thanks
  14. Replies
    3
    Views
    879

    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...
  15. Replies
    2
    Views
    1,753

    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
  16. Replies
    2
    Views
    1,076

    Re: Any Column Select

    Thanks. I've solved it.
  17. Replies
    2
    Views
    1,076

    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
  18. Thread: Find in Tables

    by shers
    Replies
    0
    Views
    510

    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...
  19. Thread: Web Service

    by shers
    Replies
    0
    Views
    645

    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...
  20. Replies
    6
    Views
    8,300

    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...
  21. Replies
    6
    Views
    8,300

    Rename dictionary key

    Hi,

    Is it possible to change the key of a dictionary?

    Thanks
  22. Thread: Flip Rectangle

    by shers
    Replies
    24
    Views
    5,471

    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)...
  23. Thread: Flip Rectangle

    by shers
    Replies
    24
    Views
    5,471

    Re: Flip Rectangle

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

    by shers
    Replies
    24
    Views
    5,471

    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...
  25. Thread: Flip Rectangle

    by shers
    Replies
    24
    Views
    5,471

    Re: Flip Rectangle

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

    Thanks
Results 1 to 25 of 265
Page 1 of 11 1 2 3 4





Click Here to Expand Forum to Full Width

Featured