Hi Frinny
Thank for ur help.It was great help to me.
madushan thilina...
User Profile
Collapse
-
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...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...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...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 .
... -
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...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...Leave a comment:
-
-
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 -
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)... -
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.
... -
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.
... -
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.
... -
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... -
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...
No activity results to display
Show More
Leave a comment: