I was trying to avoid that; maybe there was something that I didn't see or was missing..
I've got the process working the manual byte re-ordering.
Thanks for the affirmation.
I'm aware of this; but I want to force use of a different order. I'm working on generating data files for other computer platforms that use the reverse ordering.
When
using (BinaryWriter bw = new BinaryWriter(fs))
you can specify the the different encodings.. but it seems to not make any...
I'm exporting Hex values out to disk. Everytime I do it, it comes out backwards..
ulong [] FontData = new ulong[1];
private void writeData()
{
HexData[0]=0xCF1333373F43D7FF;
HexData[1]=0xCF1333373F43D7FF;
using (FileStream fs = new FileStream(@"c:\DATA.DAT",FileMode.Create,FileAccess.Write))...
I'm working with a lot of year ranges and in the end they need to be "StartYear - EndYear".
So the following would data..
Sandra 1972
Sandra 1973
Sandra 1974
Sandra 1975
Sandra 1976
Johnny 2000
Johnny 2001
Johnny 2002
Johnny 2003
would in the end be:
Sandra 1972-1976
Johnny 2000-2003
I've...
I'm working with a lot of year ranges and in the end they need to be "StartYear - EndYear".
So the following would data..
Sandra 1972
Sandra 1973
Sandra 1974
Sandra 1975
Sandra 1976
Johnny 2000
Johnny 2001
Johnny 2002
Johnny 2003
would in the end be:
Sandra 1972-1976
Johnny 2000-2003
I've...
I have a C# ASP.NET application that has a Main Page with 3 ASCX controls. Each control has a text box and a link button associated with it.
Since they are all part of the same form, they can all create a postback. In the click event for each ascx file (on their linkbutton) I modify a public...
http://www.w3.org/TR/2005/WD-css3-background-20050216/#layering
I didnt check the header of the document; just assumed that w3c was a relevant source for css :)
but this is for the next revisionof css.
I am still trying to figure a way to solve my problem..
I've created a toobar using a UL and LI's that run accross the screen (display: inline;)
in each li there is a link (ahref)
I've got on each link a left edge image, middle section rerpeating image and right edge image.
the middle section is set to repeat over x
so it should look like...
Anyone know how to detect other open applications opening dialog boxes etc?
I have a program that is controlling other applications and I want to be able to detect if a particular app opens a file dialog box and take appropriate action.
wbochar
I have a few voicemails that need to be used in legal procedings and would like to pull the data directly off in a file. I cant seem to locate the files through any of the shares or when I log directly into the system through VNC. I did however notice a not formatted/reconized partition -- maybe...
I basically used the add new item, picked a web form, then cleared out the html and just left <%@ Page language="c#" Codebehind="XMLTEST1.aspx.cs" AutoEventWireup="false" Inherits="XXXX.XMLTEST1" %> in the top of the page. Then I opened the cs file and did the additions marked with comments...
The Postback isnt affecting it. I can't seem to get this to go. This is a textbook example and it dumps the xml document twice!.. I cant seem to figure it out..
There is something rotten going on here. I had a segment of code that was working perfectly and recently it started acting funny -- and no matter what I do it doesnt want to act at all like it should nor can I figure out what is going on.
The problem...
The code is for an article to XML (for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.