Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~8K People Reached
Favorite Tags
Member Avatar for HBMSGuy

Hello, I am having an issue getting progressive download from from and ADO.Net Data Service. What I have is ADO.Net data service feeding the source of a Media Element in silverlight. The issue in my opinion is that when ADO.Net transfers a dereferenced value ($value) it isn't downloadable. How could …

0
62
Member Avatar for HBMSGuy

Hello, I think this was the closest for category for Silverlight, didn't see a section for it though. I was wondering, how could I use Ado.Net Data Services to progressively download information. [URL="http://this.homeftp.org/ProjectKristen/MusicDataService.svc/SongData(guid'8b54c913-40d9-4467-a663-a7d4327451c2')/Data/$value"]http://this.homeftp.org/ProjectKristen/MusicDataService.svc/SongData(guid'8b54c913-40d9-4467-a663-a7d4327451c2')/Data/$value[/URL] What I have right now is I have to download the whole stream to play the song, …

0
65
Member Avatar for etm9413

Hi all, here is a simple question. How would you get a C# STRING representing the current time in the following format: YYYY-DD-MM I am currently using DateTime.Now but that gives me something like this: 8/13/2009 12:57:47 PM So I want to 1) remove the houre (I need date only) …

Member Avatar for etm9413
0
111
Member Avatar for HBMSGuy

Hello, I am having an issue installing the Windows Communication Foundation (http and non-http) part of the Windows Features in Windows 7. As a side note I can't remove the 3.5 .Net Framework either. Also, I am using this so I can test my website from Visual Studio 2008 Prefessional …

Member Avatar for HBMSGuy
0
144
Member Avatar for HBMSGuy

Hello, While working on setting up user accounts, I wanted to see if the values already existed in a database to alert the user before submitting the data. While doing this, I came to an issue. The issue is when I went the MS SQL SMS and tried writing a …

Member Avatar for HBMSGuy
0
171
Member Avatar for HBMSGuy

Hello, While working with stored procedures I came across something I didn't know how to handle. I wanted to make a stored procedure where, One could give it 2 parameters. With these two parameters, it would return the uniqueidentifier of the row that matched, or if no match was found …

Member Avatar for sknake
0
78
Member Avatar for HBMSGuy

Hello, How would I go about being able to use a URI of a binary class. For example, I need to be able to give the URI for a song, but the song comes for a SQL server which sends it in a binary form, which is on the memory. …

Member Avatar for HBMSGuy
0
3K
Member Avatar for HBMSGuy

Hello, How would I go about being able to subscribe to the keyboard? For example, I would like my program to be alerted anytime a key on the keyboard is pressed, not just while my windows is in focus? Also, while I am asking, how do I get the windows …

Member Avatar for Diamonddrake
0
171
Member Avatar for HBMSGuy

Hi, I have a question regarding Methods. I have a method that takes a base class. I am getting an Error when I pass class that is derived of the base to it. For Example [code] Class TaskToRun { public virtual void run (); } Class SayHi : TaskToRun { …

Member Avatar for HBMSGuy
0
4K
Member Avatar for HBMSGuy

Hi, I was wondering how in C# one would go about creating a worker thread, and after the Start Method is finished, have the thread preform another task. For example: I create a thread, and pass path[0].calculate. Now once that is complete I would like to be able to on …

Member Avatar for Ramy Mahrous
0
102