|
Can u give me solution? I need to accomplish it. Thanks.
|
|
|
|
|
I can give the solution but you'll learn morew by trying. However I've been told I'm too rude to everyone so, for _Maxx_'s benefit, I will point you gently in the right direction.
The problem is complicated by having the summary before the items, but there is an easy way to do this that does not require looping through the items twice. The follwoing psudo code should get you on your way:
summary is not set
for each item in the list
if the item key <> summary key
if the summary is set
update the grid entry for summary with the totals
create a new grid entry for summary with item key
set totals to zero
create a new grid entry for item
add item values to totals
if the summary is set
update the grid entry for summary with the totals
Panic, Chaos, Destruction.
My work here is done.
|
|
|
|
|
Thanks for your help. I'm now trying to write my program according to your psudo code. At first, I thought this program in a very confused way. Thanks a lot!
|
|
|
|
|
Hi,
I want to develop a project in which mobiles based on windows mobile OS is used, this Mobiles will use GPRS to connect to internet and send signals to
camera attached to remote location , like to zoom etc.
As i am pretty new in this field can somebody guide which type of project i should make in visual studio 2008 IDE, I know smart device project but on that, i want to know about target platform.
Do any body have good tutorials on that.
|
|
|
|
|
Have you tried the Mobile Development Forumn?
Excellence is doing ordinary things extraordinarily well.
|
|
|
|
|
Hii
I am developing windows application. i want to display datatable data in table format in the zedgraph. Can anyone help me? plz send me the solution plz asap.
thanks in advance.
|
|
|
|
|
?? 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.
|
|
|
|