|
Some of you may know that we had to put our mother in Hospice care. The house is done and we contacted family and extended family that if they would like to come up and pick out a momento or two, they could this past Sunday afternoon.
Most were very gracious...
Started by Wolfgang on
, 12 posts
by 8 people.
Answer Snippets (Read the full thread at painttalk):
Can't be much fun.
Sorry you have to go through all this Wolf.
Yup..kinda funny, kinda sad.
|
|
Hi,
I am studying events in C# but there are not much articles or information that show me where or what kinda position I'd need to use events in.
Could some one give me real world example that makes them more understandable.
Thanks in advance.
Started by Tarik on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Just like how a button's click event works....
When something happens in your widget, you can use events to trigger some action on the form - disabling other buttons, etc .
You create a widget and you add it to the main form .
Let's say you are developing a UI.
|
|
This site was so user friendly, now it kinda sux. Dose anyone agree? This site was so user friendly, now it kinda sux. Dose anyone agree?
Started by scrapping_irish on
, 18 posts
by 10 people.
Answer Snippets (Read the full thread at bodybuildingdungeon):
Maybe instead of saying "it ....
It was kinda weird in the Dungeon.
Dose anyone" then just sit there for a couple of seconds then finally load the page .
Originally Posted by scrapping_irish This site was so user friendly, now it kinda sux.
|
Ask your Facebook Friends
|
Elvispelvis Member my kinda music
Tweet
Answer Snippets (Read the full thread at eroyton):
Elvispelvis Member Re: my kinda music elvispelvis Member Re: my kinda music elvispelvis Member Re: my kinda music elvispelvis Member Re: my kinda music Hey folks its not working katboo Member Re: my kinda music what ....
|
|
I have a text box in WPF that is part of a datatemplate for a listbox. In that text box I can delete, backspace, spacebar, but I can NOT type in new words, letters or numbers. I CAN paste from notepad though.
What am I missing here?
<ListBox Grid.Column...
Started by Russ on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I created a simple test app, and I can type new text into the TextBoxes in the ListBox:
<Window x:Class="WpfApplication1.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml... .
|
|
So I'm working on an Intranet web application using ASP.NET MVC , and I need to create a link to a folder on the network. So, as an example, let's say I wanted to create a link to "C:\", and this uri is stored in site.DocsPath . I figured the easiest ...
Started by thebrokencube on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
So when creating DocsPath do the following
DocsPath = new Uri("C:\\ruby");
then when you do
<a href="<%= site.site.DocsPath %>">Documents</a>
it will output
<a href="file://C:\ruby">Documents... .
Make the site.site.DocsPath a System.Uri.
|
|
I have a button which sets window.location to a php file which generates a feed which is then downloaded. However, as the files vary in size due to what data is put into the feed it can sometimes take a while from the click of the button to the file dialog...
Started by Joel on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
There is no way to....
Then you have something to test against.
Before setting window.location you could display a hidden div with your gif
You will have to use AJAX to communicate to the server to discover the exact size of the file you are downloading .
|
|
Hi !
I have taken an AI course , and the teacher asked us to implement a game that makes use of one of the AI algorithms . Here is where I need a bit of help
I don't know to what kind of games each algorithm is applied . if you could just give an example...
Started by Geo on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Any game can use any AI algorithm, if you have a 2d game where "enemies" follow you, you can use fuzzy logic to make the trajectory... .
Alpha-beta pruning is a good one for game trees in general, and turn-based games like chess and tic-tac-toe in particular .
|
|
Hi, i've got some C# code like this:
string fieldName = ... string value = ... if (fieldName == "a") a = value; if (fieldName == "b") b = value; if (fieldName == "c") c = value; if (fieldName == "d") d = value; ...
I want something like this:
string fieldName...
Started by Chris on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Public string this[string key] { get { return props....
How about storing it all in a Dictionary<string, string> ?
A Dictionary<string, string> is the easiest approach:
public class Bag { var props = new Dictionary<string, string>(); // .. .
|
|
Hi all kinda new 2 this. was lookin 4 help an stumbled across this, so fort id sign up. how is every1?
Started by georgia1990 on
, 11 posts
by 8 people.
Answer Snippets (Read the full thread at 106owners):
Hello & Welcome....
Welcome
Any pictures of your car? Mauritius Blue 2000 GTI Re: hi all kinda new 2 this.
Welcome to the club
Where abouts in Devon are you? 1996 1.4L Roland Garros! Re: hi all kinda new 2 this.
Re: hi all kinda new 2 this.
|