User Profile

Collapse

Profile Sidebar

Collapse
madushan
madushan
Last Activity: Mar 19 '07, 04:33 AM
Joined: Feb 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • madushan
    replied to error in generating .cs file from aximp.exe
    in .NET
    Hi Frinny

    Thank for ur help.It was great help to me.

    madushan thilina...
    See more | Go to post

    Leave a comment:


  • madushan
    replied to getting data from selected listview item
    in .NET
    hi
    I think it is not a big task

    1. u select the subitem from the listview
    2. then take the Text or value what is there in the subitem
    3.Dependin on that u can do what u want

    to select the perticular row ,column u can used bellow mention code if u want
    but there are other ways also.

    private void GetColumnRow(Po int hitPoint, out int row, out int column)
    {
    row...
    See more | Go to post

    Leave a comment:


  • hi
    Aha is it so.
    if so then actually what is the real dll used for that

    thank for ur reply
    madushan thilina...
    See more | Go to post

    Leave a comment:


  • Hi Frinavale,

    Actually ur guids was very helpful to me.
    Thank for ur kindness.

    I think it can't get that .cs file from that .dll since there isn't relevant .ocx file that suport for IE in system32 folder.
    Is that the reason fro that?.

    /regards
    madushan thilina...
    See more | Go to post

    Leave a comment:


  • Error loading type library/DLL by using aximp.exe tool

    hi all,

    once i try to generate .cs file by using the aximp.exe tool
    it gives the error
    the command I used:
    C:\Documents and Settings\malik\ Desktop\tt>axim p SHDocVw.dll /out:AxInterop.S HDocVw.dll /source

    but it gives the bellow error
    Error loading type library/DLL .

    I think that is becouse of aximp SHDocVw.dll ............... .
    here i load wrong one .

    ...
    See more | Go to post

  • madushan
    replied to How to call an event from another event
    in .NET
    hi it is not a big problem.

    1. just change the color u want to show once the focus is in the text box
    that should written in the MouseEnter Event.
    private void txtBox_MouseEnt er(object sender, System.EventArg s e)
    {
    //set the color here. since u want to know the focus can uesd flag

    }

    2.then set the color once the focus out from the text box in the MouseLeave...
    See more | Go to post

    Leave a comment:


  • Thanks Frinavale for ur kind reply.

    Actually write a wraper class for wrapping Internet Explore to used in windows app. by using the SHDocVw.dll. but once I compile that it crate AxInterop.SHDoc Vw.dll automatically.
    but I dont like to have that dll with my .dll
    So I want to combine that dll content with my code or another dll.
    But i didn't find a way combine two dll.
    So I find a way to take the sorce...
    See more | Go to post

    Leave a comment:


  • Why any one is not going to answer my question...
    See more | Go to post

    Leave a comment:


  • madushan
    started a topic generate .cs file from AxInterop.SHDocVw.dll
    in .NET

    generate .cs file from AxInterop.SHDocVw.dll

    hi all ,

    I try to generate .cs file from AxInterop.SHDoc Vw.dll by using the bellow command

    C:\Documents and Settings\malik\ Desktop\Debug>a ximp out:AxInterop.S HDocVw.dll /source


    I am new to this
    if I have done any mistake point me that out.
    or
    if there another way please let me know

    any kind of help is highly appriciated
    See more | Go to post

  • madushan
    started a topic error in generating .cs file from aximp.exe
    in .NET

    error in generating .cs file from aximp.exe

    hi all ,
    I try to generate .cs file from AxInterop.SHDoc Vw.dll by using the bellow command

    C:\Documents and Settings\malik\ Desktop\Debug>a ximp out:AxInterop.S HDocVw.dll /source

    but then bellow error is given
    error:Unhandled Exception: System.NotSuppo rtedException: The given path's format is not supported.
    at System.Security .Util.StringExp ressionSet.Cano nicalizePath(St ring path, Boolean needFullPath)...
    See more | Go to post

  • madushan
    started a topic Problem in wrapping dll?( AxInterop.SHDocVw.dll )
    in .NET

    Problem in wrapping dll?( AxInterop.SHDocVw.dll )

    hi all

    I wrote a code to wrap internet explore in a windows application.tha t works fine
    but once i build that it automatically create AxInterop.SHDoc Vw.dll .
    but i don't like to be there.because if it is so the number of .dll in the application is
    increase.
    So I want to wrap that with another dll or
    Is there another way to do that?

    any kind of help is highly appriciated.
    ...
    See more | Go to post

  • how combine or wrap AxInterop.SHDocVw.dll with another?

    hi all

    I wrote a code to wrap internet explore in a windows application.tha t works fine
    but once i build that it automatically create AxInterop.SHDoc Vw.dll .
    but i don't like to be there.because if it is so the number of .dll in the application is
    increase.
    So I want to wrap that with another dll or
    Is there another way to do that?

    any kind of help is highly appriciated.
    ...
    See more | Go to post

  • can take vedio/audio frames from a mpeg file by using DirectX & C# .net

    hi all
    I am a in a need of taking frames from a mpeg4 file by using Directx & C# .net.

    actually here what I am want is send a mpeg file from one PC to another specific PC.Where in the receiving PC should play the vedio same time(real time).

    Can I do this by using DirectX .If so how?

    If there is another better way to do that please let me know about that.

    please help me.
    ...
    See more | Go to post
    Last edited by kenobewan; Feb 21 '07, 12:54 PM. Reason: Removed email against site rules

  • madushan
    started a topic real time vedio streaming
    in .NET

    real time vedio streaming

    I also in a need of sending a vedio file from server to client application.
    that should play real time .I am going to implement this by using C#.
    but I dont know where to do that.
    That mean how to divide the vedio(mpeg) file into frames in the server side and
    also how to play that in the client side.For that playing purpose I am going to
    use the directx.

    And also don't know how to send and receive...
    See more | Go to post
    Last edited by kenobewan; Feb 15 '07, 11:44 AM. Reason: Delete email - against site policy

  • madushan
    started a topic video streaming
    in .NET

    video streaming

    I also in a need of sending a video file from server to client application.
    that should play real time .I am going to implement this by using C#.
    but I don't know how to do that.
    That mean how to divide the video(mpeg) file into frames in the server side and
    also how to play that in the client side.For that playing purpose I am going to
    use the directx.

    And also I don't know how to send video stream through...
    See more | Go to post
    Last edited by MMcCarthy; Feb 14 '07, 10:19 AM. Reason: removing email address - against site rules
No activity results to display
Show More
Working...