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

Search:

Type: Posts; User: dinesh123

Page 1 of 45 1 2 3 4

Search: Search took 0.41 seconds.

  1. Replies
    2
    Views
    1,027

    Allign Values in a Data Grid View

    Is there a way to right allign values in a data grid view
  2. Replies
    10
    Views
    1,714

    Re: Leavning the Forum

    I am back again after seven years. Nice to see you guys back. Will trouble you all with C# coding.
  3. Replies
    0
    Views
    673

    Combo Box seen over the Menu Item

    Hi Gurus,
    I am very new to the C# progamming.
    I have web application which has menu item. when selecting a menu item , comob box in the page is seen over the menu bar.
    This issue is happening...
  4. Replies
    5
    Views
    1,062

    Re: stored procedure

    Or else

    You can use a trigger to update the second table from inseted table
  5. Replies
    1
    Views
    2,404

    Re: connection string to MSDE

    I beleive it is same as sqlserver
    http://www.connectionstrings.com/
  6. Replies
    6
    Views
    1,100

    Re: Getting the shett list of excel file

    Yes it works thanks :thumb:
  7. Replies
    6
    Views
    1,100

    Re: Getting the shett list of excel file

    I am getting an error for adSchemaTables
  8. Replies
    6
    Views
    1,100

    Re: Getting the shett list of excel file

    thanks it works
    is this working in ASP??
  9. Replies
    6
    Views
    1,100

    Getting the shett list of excel file

    Hi All,
    How can I get the list of sheets of a given excel file
  10. Replies
    10
    Views
    1,714

    Re: Leavning the Forum

    Thankx you guys,
    Will try to share my knowledge when possible
  11. Replies
    10
    Views
    1,714

    Leavning the Forum

    Hi Every one,
    I have been here for more than five years, But now I am engaged in ful time database and project management work. So I won't be able to do much work on VB after.

    I lernt lot from...
  12. Getting sheet names of given excel sheet

    Hi ,
    I need to get the sheet names of the given excel file.
    User has to select excel file and from the prg. it should display the list of the sheet.
    I DON'T WANT TOHE CONTENT JUST THE NAME OF THE...
  13. Replies
    1
    Views
    901

    Confirm message box

    Hi gurus,
    how can i get a confirm message box which give yes no buttons in a web page
  14. Replies
    1
    Views
    827

    new to the subject

    Hi all,

    I was asked to develop software where users should be able to send SMS in which they ask for the ringing ID, and system should be able to send the rining tone back to them.
    I am very new...
  15. Replies
    2
    Views
    1,037

    ListView Sorting

    I need to give a feature to users to sort the listview.

    By clicking the list view header it should be sorted.
  16. Replies
    4
    Views
    1,642

    Re: How to make Trial Software

    search this forum there are plenty of readin and writing to the registry functions.

    But do not write just plain number in to registry. there are tools which can be ditected the registry entry.
    ...
  17. Replies
    0
    Views
    750

    Saving and Readin MS Word to SQL SERVER

    Hi gurus,
    Is there any way of writng and reading ms word doc to sql server table fileld and retriving it.
  18. Re: How to access Global variables and functions

    Thankx it works !!!
  19. How to access Global variables and functions

    How can I access global variables and function in my VC++ applications

    Thankx in advance
  20. Re: code for when a program starts my app will start?

    Are u doing the both developments of exes'

    if so u can use shell command
  21. Replies
    2
    Views
    1,378

    Re: Find a record using ADODC - "LIKE *"

    Will this do ur work.


    Adodc2.CommandType = adCmdText
    Adodc2.RecordSource = "SELECT * from qryInterests1 WHERE [Gender] like '%" & Gender & "%'"
    Adodc2.RecordSource = "SELECT * from...
  22. Replies
    1
    Views
    783

    Re: transaction in SQL Server

    Sorry for the delayed reply

    yes there is no problem of using if
    but replace " with '
  23. Replies
    2
    Views
    2,954

    Re: run-time error: 3426, Help!

    This might help u


    http://www.kbalertz.com/kb_189678.aspx


    good luck :thumb:
  24. Replies
    3
    Views
    1,083

    Thankx for the replay Can u please tell me the...

    Thankx for the replay
    Can u please tell me the folowins

    how to draw a thick line in blue color

    How to set text bold

    Thankx
  25. Replies
    5
    Views
    957

    Can u put some data here and the output you are...

    Can u put some data here and the output you are expecting
Results 1 to 25 of 1116
Page 1 of 45 1 2 3 4





Click Here to Expand Forum to Full Width

Featured