I am trying to go from 32 bit Vista to 64 bit Windows 7.
The 32 bit Vista was installed by mistake. My system can handle a 64 bit OS. Now I have finally found the time to upgrade. But the 64...
Type: Posts; User: complete; Keyword(s):
I am trying to go from 32 bit Vista to 64 bit Windows 7.
The 32 bit Vista was installed by mistake. My system can handle a 64 bit OS. Now I have finally found the time to upgrade. But the 64...
I am having some basic compile issues defining a BorderBrush in my Silverlight C# file.
http://msdn.microsoft.com/en-us/library/system.windows.controls.border.borderbrush.aspx
states that you...
How do I get a dattime format in C# that will look like this:
2011-09-01 00:00:00:000
This works
DateTime saveNow = DateTime.Now;
string test =...
I have a question about Silverlight on the Client Side.
Silverlight is designed differently where it is not possible for a silverlight program running inside a browser can have access to a user's...
TextBlock wrapping of text in Silverlight XAML file.
I have a wierd and annoying problem. I have a textblock that is inside a stackpanel that is Oriented horizontal. It would be nice if I could...
Here is the fix:
<vc:Chart.AxesX>
<vc:Axis ValueFormatString="MMM - yyyy" Padding="4" LineThickness="0" IntervalType="Months" Interval="1"/>
...
DateTime Data Problems in Silverlight and C#
Hello Forum.
I am using VISI Fire in Silverlight and C# to produce some data charts. One style of chart allows stacked data to be displayed in...
What is a tinyint in C#?
SQL has its own datatypes. But a small int in SQL translates to an Int16 in C#. But there is no such thing as Int8 in C#. So what is a tiny int in C#?
I have a regular expression (regex) question...
How would I use regular expressions to remove the contents in parenthesis in a string in C# like this:
"SOMETHING (#2)"
The part of the string...
suppose I have created a string in C# and I want to change the last character to a blank.
private static string sOldMassiveOutput;
public static string oldmassiveoutput
{
...
How is IXRTextBlockPtr used?
I have a XAML file that is made by Expression Blend. But the Silverlight project that corresponds to it has to be in C++ instead of C# (it has something to do with...
How do I step through the source code of a DLL that is loaded on the fly?
I have a SLN that was automatically created by loading a BIN file into Visual Studio 2008. It uses a command line...
I am just starting out with PHP. I have resorted to doing some custom PHP programming because the plug-INs for a CMS I am using need a little customization.
The question I have is very simple and...
How is PropertyChangedEventHandler used?
Can you tell me what this bit of code in a class' Initalize method does?
There is a class in the project we are working on that has a private Initialize...
How do you convert an integer to two bytes in C#?
I have googled around but no answer really works. At least none I found.
What is a model.cs file?
http://i67.photobucket.com/albums/h292/Athono/microsoft/model.png
This appears in a project I am sharing with other dev's. What is a model.cs file?
I have heard...
How to Open a Directory Sorted by Date?
In C#, I can open a directory for reading each file. How to I make sure that the directory I investigate in my C# code is opened such that it is sorted by...
How do you add an Icon to a WPF App?
I have an icon made already. How do I add it to the app so that it will represent the application on the desktop, in the minimize system bar, etc..
How do you make one line bold in a TreeView Class in WPF/C#?
I mean, how do you make just one line in a Tree View bold at runtime?
What is the name of the Windows System Menu button?
I am talling about the round glass-orb looking object (on a Windows 7 operating system) that appears in the lower left of the screen -- usually...
How do I work with WIndows Forms in WPF?
In my WPF program I created a Windows Form class.
In this Form, I placed an OK button and I went into the properties of the button and set the...
How do you draw a line on a canvas in WPF that is 1 pixel thick?
This is the method I am using for drawing a line on a canvas in WPF that uses the line class set to 1 pixel thick but it actually...
RSS data is nothing more than xml data, right? But is it some sort of special format that a webmaster have to follow inorder to be read from an RSS Reader? How do I make the XML data of my web site...
How do I get around Inconsistant accessibilty error in C # ?
I need to pass a pointer to a node in a linked list to a method.
When I do, I get a "Compiler Error CS0051"
Example
The following...
Declaring an array of linked list in C#
How do I declare an array of some class in C#? I wonder if it is even allowed or possible.
I got the compile error message "Array size cannot be...
What is the magic that makes components cling to the edges of a form?
I had thought that one must use the resize event of the form and them force each element in the form to resize.
But then I...
Now that C++ development has become second nature to me, do I have to start from scratch with C#? What used to be called a "dialog" or a "window" seems to now be called a "form". Is this right?
...
What do you do in IIS if you get an error when trying to start your default web site and it says that it cannot be started because another web site may be using the same port?
For some reason I...
What is the name of the IE plug in that someone can download (I think from Microsoft) that lets a developer (well, anyone who gets the plug-in, actually) to view the message traffic that goes on...
I have a build error in a c sharp program that I am compiling in Visual Studio 2008 on a Windows Server (2008, I guess) SP 2 64-BIT OS.
It says that 'System.Management.Automation.PSObject' is...