Search:

Type: Posts; User: Shashikant

Search: Search took 0.04 seconds.

  1. Re: What are those controls that do not have events?

    The image, shape and line controls are considered to be lightweight controls; that is, they support only a subset of the properties, methods, and events found in the picture box. Because of this,...
  2. Re: How can I call a Command button without clicking it?

    I have 2 forms (frmForm1 and frmForm2)
    frmForm2 has a command button called cmdButton
    How do i call the click event of cmdButton from frmForm1?
  3. How to send keystrokes to windows / dos application?

    Hello!

    How to send keystrokes to windows / dos application?

    Please help me!
  4. Re: VB.NET copy from Datagrid & paste to another location?

    Copy datagridview selection to clipboard


    Private Sub ctxCopyAll_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ctxCopyAll.Click

    CopyAllRowsToClipboard()

    End Sub...
  5. Replies
    3
    Views
    6,279

    Re: Disabling ALT + F4 in VB.NET application

    Set the forms KeyPreview property to True at design time or during form load you can do


    Me.KeyPreview = True

    and use the forms KeyDown event handler to block the Alt-F4 key combo as shown...
  6. Replies
    4
    Views
    11,712

    Re: Powerpoint slides on form in VB.NET

    Well You can put a flash Video instead of a powerpoing slideshow!

    What you say?
  7. Replies
    4
    Views
    3,411

    Re: DataType Decimal or double for Currency?

    Please have a look at this
    http://www.yoda.arachsys.com/csharp/decimal.html
    here you will find the exact importance of using decimal over double for currency or money!
  8. In ASP.Net having Windows Media Player With VB.Net?

    Hi,
    In ASP.Net having Windows Media Player With VB.Net?

    I have this page in ASP.Net & I have placed windows Media player in it.
    Now what I am looking for is there any way i can send the Play...
  9. Replies
    4
    Views
    2,066

    Console.WriteLine for dot net?

    Hi,
    In my C# .net application.
    Console.WriteLine("Now let us begin!");
    However, the string, "Now let us begin!", never shows up in the "View"-
    Anyone can advise me on how to get the text show in...
  10. Re: VB.Net to open a file download in IE browser directly without asking the end user

    Hi Kiran I want this same thing but with asp.net
    Is this possible? Since my file is VBS file.
    Please guide me someone.
    My code is :


    <%@language="vbscript" %>

    <% dim a
  11. Re: Setting Listbox ValueMember and DisplayMember without the code!

    I want a simple way without code to tell the ListBox to use the colums 1 from dataset as valuemember & column 2 as displaymember.
    Can I do this through the property for the listbox?
  12. Setting Listbox ValueMember and DisplayMember without the code!

    Hi,
    Setting Listbox ValueMember and DisplayMember without coding each time.
    Is this possible?
  13. Re: How can I get the row count from DataGrid?

    Hey Thanks for the prompt reply!
    I will try this & let you know! :)

    Any other solution?
  14. How can I get the row count from DataGrid?

    Hi,
    I want to get the row count displayed on the DataGrid.
    I can get this row count in dataview but not in the Datagrid. The source for DataGrid is the DataView which has a row filter.
    I want to...
  15. Replies
    4
    Views
    765

    Re: Problem with server.transfer?

    May be this is the reason.
  16. Connecting Oracle Database with ASP dotnet

    Hi,

    While am trying to connect oracle database to VB dot net i am getting the following error.

    I have two versions of the System.Data.OracleClient in Visual Studio when I
    go to add refrence...
  17. String veriable to stream object conversion?

    Hello,
    i am working ob VB.net platform
    I want to know the best way possible to convert thye string veriable to IO.Stream object?
  18. Need to convert string to ascii values with C#

    Hi,
    In a C# program I need to convert the string to its ascii values.
    using System.Convert.ToInt32(C) where c is sub string of main string gives me an error message says string input format...
Results 1 to 18 of 18
Page generated in 1,713,238,542.14695 seconds with 13 queries