Search results for query: *

  • Users: pad
  • Content: Threads
  • Order by date
  1. P

    Load Formatted Word Doc File..

    Hi... I would like to load an formatted (pictures and other formates may be) word document file (not .rtf) in VB.Net application. I don't want to open word and load the file from VB.Net I would like to load the file in VB.Net Application itself. Not in Word. Is it possible to do it...
  2. P

    Manual Data Display in Data Grid

    Hi How to display the data manually (not using binding methods and just like flexgrid style data display) in data grid. i need the simple coding for that... Tx in advance...
  3. P

    DTPicker in DataGrid

    Hi... I've a datagrid with multiple columns. In that one column i've to set as a time entry column. For that i need to allow that column only time entry. We should not enter other things in that column. How to do it...? I have numerous rows (nearly 100) in that datagrid... Tx in advance...
  4. P

    Data Grid Problem...

    Hi... How to get the Total No. of rows and columns avail in the datagrid...? Probably my data grid filled with nearly 100 rows and 15 columns. But i don't know the exact no. Data grid fill the values from database. So i would like to get the total no. of rows and cols in the data grid...
  5. P

    Thread Problem in VB.Net with Web Service and Data Grid Filling

    Hi... I'm calling a Web Service & a Web Method with an Asyn Call back (Begin and End methods of Web Service) get the Dataset as Return value and fill the Datagrid by using the Dataset. But VB.Net is giving Threading problem in that... How to solve this... Tx in Advance
  6. P

    Data Grid Fill with Asyn Web Service Call

    Hi... I'm calling a Web Service & a Web Method with an Asyn Call back (Begin and End methods of Web Service) get the Dataset as Return value and fill the Datagrid by using the Dataset. But VB.Net is giving Threading problem in that... How to solve this... Tx in Advance
  7. P

    Checked List Box Problem...

    Hi, How to get the CheckedListBox Checked items value at a stretch. Thanks in advance...
  8. P

    Disabled Text Boxes Color

    Hi... In VB.Net (including windows standards) if we disabled any textboxes automatically, it becomes grayed in background. but i would like to change the color at runtime (because runtime i'm making the textboxes as enabled or disabled) with some other colors for disable and enables. and also...
  9. P

    Form Shrink and Display...

    Hi... I've an application with the following concept... Left side (almost 20% of the total screen width) aread i'm displaying a form from an MDI application. In that same form (that form size only is 20% of the total screen width) if i click a button it has to open another form with lot...
  10. P

    Multiple Forms Interactions....

    Hi... First I've to load Form1. Then from Form1 i've to load Form2. From Form1 i've to pass some values to Form2. Form1 should not be closed in that time. Then i've to do some operations in Form2. Then Form2 closed. While Form2 closed i've to send few values from Form2 to Form1. How to do...
  11. P

    Align the Group Box Center of the Form...?

    Hi... How to Align the Group Box in the Center of the Form... in VB.Net...? Need the code... Thanks in Advance...
  12. P

    Calling an Event from Another Form...?

    Hi... I would like to call call an event from another form. Is it Possible in VB.Net...? As well as calling the event in the same form also possible...? I'm loading a second form from first form. I'm doing some work in the second form. Closing the second form there itself (me.close). Now...
  13. P

    Dynamic Menu Loading from sqlserver

    Hi All.. I would like to do the following in VB.Net application... Dynamic menu(including all main menus and sub menus) load from database (sql server)...(i think we've user recursion for this) Please send me the database structure and codings for this... Very urgent... Waiting... Note...
Back
Top