|
?? If you want to display a table, use DataGridView. ZedGraph is for showing chart.
|
|
|
|
|
HII
thanx for the reply..but i want to show that chart's data in table format below the same chart. example
strike PL
1000 500
2000 600
3000 700
like this
plz send me solution
thanx in advance.
|
|
|
|
|
use legend, if that is not enough, than you must write it by yourself.
|
|
|
|
|
Is is it possible to develop a web page(Asp.Net) where from I will pass the UID/PWD and straight way enter the Outlook Web Access Page. I ment it will skip the Outlook Web Access login window.
Can someone help me with a solution.
Thanks in advance.
|
|
|
|
|
I'm not an expert on OWA... but it would stand to reason that, instead of using their login page, you could develop a sort of redirect page that automatically POSTs the username and password to whatever the default login page POSTs to. Again, I could be wrong, but that would make sense.
Adam Maras | Software Developer
Microsoft Certified Professional Developer
|
|
|
|
|
How can we convert a webcam image or any other image in 16 bit
|
|
|
|
|
Well, i embedded this "axWindowsMediaPlayer1" player into my C# (Microsoft Visual), went to properties and added a link to my very small video.avi file online, i check it and it played perfectly! Then, i wanted a bigger video, i changed the url to a bigger video i uploaded (only 1:10), and it WONT PLAY! I click play, it says "connecting" "ready" and then i click it agian and it just says the same thing and plays nothing.
The first video is AVI and plays perfectly:
Video 1 (429.370 bytes)
The second video is AVI aswell and does NOT play:
Video 1 (6,000,172 bytes)
PLEASE HELP ME! Why wont the bigger file play? Why does it just not buffer!?
If this doesnt work, how do i simply just stream it from youtube? If i put a youtube browser in the client, it wont play and say i need flash! Please help ASAP!
Thankyou!
|
|
|
|
|
The problem you have, is to do with your bandwidth, not with the control.
Yes, a youtube video, needs an flv (flash) player in order to play.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
bandwith? Im not sure what you mean (Im a noob), i just want the video to play, its a gift to my girlfriend. Is there any way to fix this "bandwith" problem so that she doesnt have to wait an hour after the application loads to watch the video?
|
|
|
|
|
It means that the player will download the video from your server before it plays it. Bandwidth refers to the speed of your internet connection AND the speed of your server.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
I left my program open for a full 5 minutes and it still wouldnt play the video! Plus, even if it did, thats not exactly a fun thing to do when you can go on youtube and watch it in 5 seconds, please, any suggestions?
|
|
|
|
|
Did you read Christian's answers?
This has nothing to do with the app or the control but everything to do with you being inept. I will try to explain this to you in small words.
YouTube uses streaming. Think of it like a TV signal. As the message arrives it can be played.
Your application is downloading. Think of it like a DVD. You can't watch anything until the entire file has been downloaded.
Either you use some streaming software or you take the hit. Maybe if the film is going to be watched more than once, you could just dowload it once.
Split the file up into 15 second videos and play them in sequence. While you are downloading one file, another one is playing.
Panic, Chaos, Destruction.
My work here is done.
|
|
|
|
|
15 second files? That sounds smart, but how would i accomplish this? Put one media player onto of another? I have absolutley no clue.
|
|
|
|
|
AKC_pico wrote: I have absolutley no clue.
Correct.
Breaking up the files requires some media software, I can't help with that.
You only need one player and that is used to play one file after another.
Panic, Chaos, Destruction.
My work here is done.
|
|
|
|
|
|
So, what is your question ? I can see no correlation between your header ( which is about fonts ) and your question ( which is about how to create a bitmap button, from what I can tell, although you sure seem to be doing it badly, and could have just found a class to use on this site )
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
i mean i want do a button it can load background image
and change the text's Font of it.
|
|
|
|
|
Hi,
I am trying to send HTML formatted Email.
I am able to send as per my format. But when I am testing on Office 2007, there is no space coming and table format is not coming.
I have searched out and find that Outlook 2007 is no more supporting HTML tags.
Kindly let me know. How to achieve this.
Thanks,
Sun Rays
To get something you must have to try once.
Rate answers if you like else reply me so can make it liked....
My Articles
|
|
|
|
|
Sun Rays wrote: I have searched out and find that Outlook 2007 is no more supporting HTML tags.
In which case, you can't send HTML mail, right ?
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
Yeah,
I am not able to use table tag and there is no space is coming when using br tag as well.
Thanks,
Sun Rays
To get something you must have to try once.
Rate answers if you like else reply me so can make it liked....
My Articles
|
|
|
|
|
Therefore, you need to not send HTML mail if you want it to work in outlook, right ?
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
I have a default.aspx inheriting a site.master. I placed a login usercontrol inside the default.aspx like so:
<%@ Register TagPrefix="uc" TagName="ctrlLogin" Src="ctrlLogin.ascx" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" Runat="Server">
<uc:ctrlLogin id="controlLogin" runat="server"></uc:ctrlLogin>
</asp:Content>
To reference functions in the globalLogin, the login usercontrol ctrlLogin.ascx.cs has:
globalLogin login = (globalLogin)this.NamingContainer;
login.whatever()
This generates the error:
System.InvalidCastException: Unable to cast object of type 'System.Web.UI.WebControls.ContentPlaceHolder' to type 'ProjectName.globalLogin'.
Can anybody help me out and let me know what I am doing wrong? Thanks.
|
|
|
|
|
Hi,
Am creating a page that uses anthem control on .NET, and every thing works fine until i need a popup page to appear i click on the button but nothing happens i right click on it then click open the pop up appears.
I think the issue that the whole page needs to go to server to open this page because when i right click the bar status at the bottom of the Browser appears. I replace the anthem control with asp one same problem could any one help me.
|
|
|
|
|
I have no idea what you're asking, but suspect it's about a third party library ( so, ask them ) and to do with ASP.NET ( so, ask in the ASP.NET forum if you ask here )
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
The question below got me thinking.
Is there a reason why ToString() has been implemented in .Net as a method and not a property?
More importantly, is there a good reason"
___________________________________________
.\\axxx
(That's an 'M')
|
|
|
|