User Tarks - Stack Overflowmost recent 30 from stackoverflow.com2009-12-09T04:37:06Zhttp://stackoverflow.com/feeds/user/398http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/4767/resources-for-getting-into-microcontroller-programming9Resources for getting into microcontroller programmingTarks2008-08-07T14:30:41Z2009-12-03T09:27:39Z
<p>Recently I've been playing with an <a href="http://www.arduino.cc/" rel="nofollow" title="Arduino Board">Arduino board</a> as one of my hobbies, I'm having lots of fun with it and I'd like to get into circuits etc in a much bigger way. I've done a lot of research on various avenues I could go down, but I'm sure some of you guys know which books/sites are best.</p>
<p>I'm comfortable in c++ and c# , I know there's a board that you can write c# code for (also see the <a href="http://msdn.microsoft.com/en-us/embedded/bb267253.aspx" rel="nofollow" title=".net Micro Framework">net Micro Framework</a>) and most chips use c, please feel free to answer any number of the following questions.</p>
<p><strong>1)</strong> What are the best books/sites for someone looking to break into writing for microcontrollers, eg I've heard <a href="http://www.avrfreaks.net/" rel="nofollow" title="AVR Freaks">avrFreaks</a> has lots of info <strong>(Most important question)</strong></p>
<p><strong>2)</strong> Is it true that for the majority of controllers C is the only choice? No OO possible?</p>
<p><strong>3)</strong> Is there any emulation software that would give me a virtual microcontroller and let me try out code with different components etc connected to the controller, so I don't have to buy them to play with em?</p>
<p><strong>4)</strong> I live in england, what sites do you know of that have a wide range of parts/good prices for components etc?</p>
<p>It seems like other users have interest in this as well, so I'm hoping someone in the know notices this.
Thanks in advance !</p>
http://stackoverflow.com/questions/1810104/use-types-referenced-by-a-referenced-project-in-c1Use types referenced by a referenced project in C#Tarks2009-11-27T18:25:03Z2009-11-27T22:45:40Z
<p>I'm new to splitting up my applications into multiple solutions (in other words I just got into the real world), I have a situation where I'm fully seperating the logic from the UI into a seperate project. Where I'm falling down is my glue code.</p>
<p>As a simple example.</p>
<p>Project car references projects containing door,radio etc</p>
<p>Project garage references project car, but needs to use radio.</p>
<p>Do I need to add a reference to the radio project in the garage project?</p>
http://stackoverflow.com/questions/1642845/use-frontpagerpc-to-checkout-download-a-file-from-a-sharepoint-site0Use FrontpageRPC to checkout/download a file from a sharepoint siteTarks2009-10-29T10:41:41Z2009-10-29T10:44:41Z
<p>I'm writing a C# app that I now want to check out a file and download it, but I can't find any examples of calling the Frontpage RPC and I'm just getting 500 errors after reading the <a href="http://msdn.microsoft.com/en-us/library/ms442345.aspx" rel="nofollow">MSDN Doc</a>.</p>
<p>Can anyone provide an example of downloading a doc in a document list please?</p>
http://stackoverflow.com/questions/1631187/running-forms-and-vba-code-from-c-on-an-access-2003-database1Running forms and VBA code from C# on an Access 2003 databaseTarks2009-10-27T14:26:59Z2009-10-27T14:45:44Z
<p>Pretty much what it says on the tin. I've tried googling around but can't find anything helpful.</p>
<p>I'm trying to automate a process and part of that involves running forms/VBA code from an access 2003 database. What's the best way to call these from C#?</p>
http://stackoverflow.com/questions/1613820/hide-a-column-name-in-a-list-view-sharepoint-20072Hide a Column name in a list View sharepoint 2007Tarks2009-10-23T14:23:49Z2009-10-23T14:33:01Z
<p>I'm using a list as a list of hyperlinks so there's no need to sort ascending etc but the "Name" is annoying, how can I hide the name of the column but still show that column's data.</p>
http://stackoverflow.com/questions/1607737/close-a-recordset-in-a-form-but-still-display-the-last-data-it-contained-access0Close a RecordSet in a form but still display the last data it contained (access 2003)Tarks2009-10-22T14:42:44Z2009-10-22T15:48:32Z
<p>I'm working on a bit of Access 2003 VBA code that pulls data from a temporary table and shows it in a forms recordset, I then need to delete the temp table but I can't do this until I've disconnected from the Recordset, which removes the data. </p>
<p>What can I call instead of Recordset.Close or RecordSource = "" which would keep the data on the form but close the connection to the table so I can delete it.</p>
<p>Thanks !</p>
http://stackoverflow.com/questions/11246/best-resources-to-learn-javascript14Best resources to learn JavaScriptTarks2008-08-14T15:57:07Z2009-10-07T13:45:18Z
<p>The question says it all really, I'm looking for book recommendations, video tutorials etc. I've been programming since I was about six so I don't need a book that spends 4 pages on for loops (thought that might be a <a href="http://www.codinghorror.com/blog/archives/000848.html" rel="nofollow">Bad example</a> in terms of javascript).</p>
<p>Also I'm learning ASP.net at the moment so anything on interoperability features/issues would be welcome, though I'm guessing I just showed my ignorance with that question.</p>
http://stackoverflow.com/questions/763698/silverlight-cutting-off-text-wrapping-it-and-not-displaying-correctly0Silverlight cutting off text/ wrapping it and not displaying correctlyTarks2009-04-18T16:15:44Z2009-10-03T00:00:01Z
<p>Please help me understand the issue behind this and it's fix, I'm having agood deal of trouble getting the behaviour I want with text display.</p>
<p>With certain lengths of strings the TextBlock wraps around, but does not update the control to show the second line, in effect making part of the text dissappear.</p>
<p><strong>This works fine in XamlPad, but not in Silverlight 3 and Expression blend 3</strong></p>
<pre><code><Grid x:Name="LayoutRoot" Background="{x:Null}">
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="Auto"/>
</Grid.ColumnDefinitions>
<Border CornerRadius="20,20,20,20" Grid.ColumnSpan="2" Grid.RowSpan="2" BorderBrush="#FF000000" BorderThickness="1,1,1,1">
<Border.Background>
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
<GradientStop Color="#FF2100FF"/>
<GradientStop Color="#FFFFFFFF" Offset="1"/>
</LinearGradientBrush>
</Border.Background>
</Border>
<TextBlock x:Name="eventName" Grid.Column="1" Text="Amazing Music" FontSize="24" Margin="5,5,10,5" HorizontalAlignment="Left" VerticalAlignment="Top" Padding="0,0,0,0"/>
<TextBlock x:Name="eventDescription" Grid.Column="1" Grid.Row="1" Text="Amazin music in that house" TextWrapping="Wrap" FontSize="14" Margin="5" HorizontalAlignment="Left" VerticalAlignment="Top" MaxWidth="300" />
</Grid>
</code></pre>
http://stackoverflow.com/questions/666012/if-i-use-the-minwidth-minheight-in-my-layoutroot-grid-the-preview-gridlines-sto0If I use the MinWidth / minHeight in my layoutRoot Grid the preview gridlines stop workingTarks2009-03-20T12:53:29Z2009-09-27T14:00:03Z
<p>What am I doing wrong, or is this a bug in <strong>blend 3/Silverlight 3 preview</strong></p>
<p>
</p>
<pre><code> <Grid.RowDefinitions>
<RowDefinition Height="*"/>
<RowDefinition Height="10*"/>
</Grid.RowDefinitions>
<Grid x:Name="SideBar" HorizontalAlignment="Left" MinHeight="768" MinWidth="100" Grid.Column="0" Grid.RowSpan="2">
<Grid.Projection>
<PlaneProjection RotationX="0" RotationY="0" CenterOfRotationX="0"/>
</Grid.Projection>
<Border BorderBrush="#FF000000" BorderThickness="1,1,1,1">
<Border.Background>
<LinearGradientBrush EndPoint="3.129,0.55" StartPoint="-1.356,0.198">
<GradientStop Color="#C80900FF" Offset="0"/>
<GradientStop Color="#00FFFFFF" Offset="1"/>
</LinearGradientBrush>
</Border.Background>
</Border>
</Grid>
</Grid>
</code></pre>
<p></p>
http://stackoverflow.com/questions/1225272/tips-for-programming-in-5-min-segments/1225282#12252823Answer by Tarks for Tips for programming in 5 min segments?Tarks2009-08-04T00:37:04Z2009-08-04T00:37:04Z<p><strong>Boring back story</strong>: I was in a similar situation when I had to look after my ten year old sis for a day. While we were waiting for a friend to come over I really wanted to get some features done on a personal project.</p>
<p>I found that playing a ~20 second acoustic bit of music and clearing my head before I wrote anything was really useful, along with spending the first 5 minutes making a threadbare list of things I wanted to complete.</p>
http://stackoverflow.com/questions/442722/silverlight-button-color-hardly-changes-when-setting-background-property0Silverlight button color hardly changes when setting background propertyTarks2009-01-14T12:07:33Z2009-06-08T21:59:09Z
<p>No matter what I change the Background property to in a button it hardly changes, what am I supposed to do if I want a completely different colored button?</p>
<p>I know I can do this via editing a template of a button, but this seems like overkill.</p>
http://stackoverflow.com/questions/752303/update-a-record-in-linq2sql-with-an-object-of-the-recordtype2Update a record in Linq2Sql with an object of the recordTypeTarks2009-04-15T15:42:48Z2009-05-18T17:59:11Z
<p>The following simplified code doesn't work (because it sets the retrieved object reference to the parameter), but it shows what I want to do</p>
<pre><code> public bool updateEvent(clubEvent newEvent)
{
TNightCon tCon = new TNightCon();
clubEvent cEv = (from cEvent in tCon.clubEvents
where cEvent.EventID == newEvent.EventID
select cEvent).First();
// Won't work, but do I have to set all the fields manually?
cEv = newEvent;
tCon.SubmitChanges();
return true;
}
</code></pre>
http://stackoverflow.com/questions/851236/where-clause-to-find-all-records-in-a-specific-month1WHERE Clause to find all records in a specific monthTarks2009-05-12T05:15:45Z2009-05-12T09:53:43Z
<p>I want to be able to give a stored procedure a Month and Year and have it return everything that happens in that month, how do I do this as I can't compare between as some months have different numbers of days etc?</p>
<p>What's the best way to do this? Can I just ask to compare based on the year and month?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/839312/build-and-display-a-complex-composite-primary-key-in-a-column0Build and display a complex composite primary key in a columnTarks2009-05-08T10:58:29Z2009-05-08T12:22:06Z
<p>I need to build a primary key consisting of 3 sections.</p>
<ul>
<li>The first section is 3 letters long
and must be an a followed by two
digits eg "a00"</li>
<li>The second section is a 3 digit
unique identifier INCLUDING LEADING
ZEROES, example "003"</li>
<li>The third section is the year section
of the date, eg "2008"</li>
</ul>
<p>This is all separated with dashes, so a complete key would look like "a00-014-2008"</p>
<p>My solution is to hold three separate columns with the data for each, unformatted, then add the clustered primary key constraint and format it when I need to display it in a view. Is this a good way of going about it? I think there might be a way to make the whole key on update using a trigger but I don't know how. Also how would I concatenate and display it in a view?</p>
<p>Though not a homework question, this will help me academically.</p>
http://stackoverflow.com/questions/812201/make-properties-functions-bold-in-intellisense1Make Properties/Functions Bold in IntellisenseTarks2009-05-01T16:49:30Z2009-05-01T18:04:53Z
<p>Is there any way to Highlight Properties/Functions on your custom classes in intellisense? It's used lots in the Framework and it really helps show main features of a class. I've tried looking for an attribute because I know the obsolete attribute influences the display, but no luck.</p>
<p>EDIT</p>
<p>The original question is flawed because of my misunderstanding of how intellisense displays items. As explained in answers the bold items are new properties/functions created by a child class, in other words the Bold is done automatically.</p>
<p>I am still interested if there is any other way to highlight certain functions, I am using ReSharper if that helps.</p>
http://stackoverflow.com/questions/714910/find-the-appdata-path-from-a-wcf-service0Find the App_Data path from a WCF service Tarks2009-04-03T17:33:31Z2009-04-03T17:39:36Z
<blockquote>
<p><strong>Duplicate:</strong> </p>
<p><a href="http://stackoverflow.com/questions/480504/access-appdata-in-wcf-service">http://stackoverflow.com/questions/480504/access-appdata-in-wcf-service</a></p>
</blockquote>
<p>I'm trying to write a WCF function that gives me back the URI of an image in the App_Data folder so I can display it in a silverlight application.</p>
<p>How do I get the location of the App_Data folder so that I can search inside it to find the Image I want to display?</p>
http://stackoverflow.com/questions/548786/how-to-see-the-normal-tooltip-information-in-visual-studio-instead-of-the-error-h1How to see the normal tooltip information in Visual Studio instead of the error helpTarks2009-02-14T08:55:23Z2009-02-14T17:36:14Z
<p>If there's an error in my code and I hover over a piece then the tooltip tells me the error, how do I get it to display the normal data (eg class type) instead?</p>
<p>Here's an example of it overriding the tooltip (incase my explanation is fuzzy)</p>
<p><img src="http://www.tarkey.co.uk/cc.PNG" /></p>
<p><a href="http://www.tarkey.co.uk/cc.PNG" rel="nofollow">Image Here</a></p>
http://stackoverflow.com/questions/503711/download-satellite-maps-images-from-google-maps-or-live-maps0Download satellite/maps images (from Google Maps or Live Maps?)Tarks2009-02-02T15:59:49Z2009-02-04T22:01:30Z
<p>I'm building a little play project and I'd like to use satellite images of a town inside deepzoom, what's the easiest way to get them? I'm sure there's a MUCH better way than PrtScn, I've tried google maps downloader but it doesn't download satellite images and it's company don't seem to be offering it anymore.</p>
http://stackoverflow.com/questions/470569/how-can-i-use-the-gpu-as-a-second-processor-in-net6How can I use the GPU as a second processor in .Net?Tarks2009-01-22T19:54:55Z2009-01-22T22:31:19Z
<p>The question says it all really. I'm hoping that I don't have to write the code in a c++ .dll and then call it from managed code.</p>
http://stackoverflow.com/questions/456808/learning-project-please-help-me-setup-a-server-capable-of-the-following1Learning project: Please help me setup a server capable of the following:Tarks2009-01-19T07:39:26Z2009-01-19T08:36:28Z
<p>Hi, I'd really like some help with this as I have hardly any idea where to start.</p>
<p>I'm fed up of not having somewhere to properly test any web code and the free hosting sites I've found only support half of what I want.</p>
<p><strong>I want to setup my own server capable of dishing out webpages, running a database and handling WCF services.</strong></p>
<p>I'll be using an old windows box, but I'm not exactly expecting tons of traffic ^_^</p>
<p>At the moment the only inkling I have is to Install Windows Server 2008 Enterprise edition (being a student has its uses) and try and figure out internet information services. Will that let me serve up an ASP.NET website?</p>
<p><strong>What I'm looking for is a little guidance and any resources you think might help me.</strong></p>
<p>Thankyou.</p>
<p>EDIT</p>
<p>Not sure why I'm downvoted, perhaps not programming related? I can't test my code properly if I have nowhere to run it now can I? I'm desperately looking for tutorials or articles telling me what I need to do.</p>
http://stackoverflow.com/questions/456663/download-a-html-file-in-silverlight0Download a html file in SilverlightTarks2009-01-19T06:01:46Z2009-01-19T06:17:19Z
<p>I'm trying to use the WebClient class to download a html file from another website and present it as a text stream, But I'm getting a security error, what am I doing wrong, or is this another one of Silverlights security "Features"</p>
<p>[code]</p>
<p>namespace ImageScrape
{
public partial class Page : UserControl
{
public Page()
{
InitializeComponent();</p>
<pre><code> }
private void UserControl_Loaded(object sender, RoutedEventArgs e)
{
WebClient cl = new WebClient();
cl.OpenReadCompleted += new OpenReadCompletedEventHandler(cl_OpenReadCompleted);
cl.OpenReadAsync(new Uri(@"http://www.google.co.uk/",UriKind.Absolute));
}
void cl_OpenReadCompleted(object sender, OpenReadCompletedEventArgs e)
{
testTextBlock.Text = e.Result.ToString();
}
}
</code></pre>
<p>}</p>
<p>[/code]</p>
<p>EDIT</p>
<p>Thanks guys, I was really hoping I wouldn't have to create this as a WCF service as 1) I only know the basics and 2) The idea is that you can use this .xap without having to connect to a central server, mainly because for this I don't have a server that I could host a WCF service on.</p>
<p>Does anyone know a way to get around this, or anywhere that would host a WCF service for free?</p>
http://stackoverflow.com/questions/6520/is-the-quality-of-programming-books-between-publishers-noticeably-different3Is the quality of programming books between publishers noticeably different?Tarks2008-08-09T01:46:25Z2009-01-14T17:20:30Z
<p>I've recently been leaning towards the Apress books for my learning needs, though in the past I've used Wrox, Sams and o'reilly amongst others. I know this might just be personal preference but are certain publishers more/less stringent on quality? Do boks from certain publishers have a certain 'feel'?</p>
<p>Just curious as I'm a student so buying a £30 book is still a stop and think event.</p>
http://stackoverflow.com/questions/443163/calling-javascript-on-a-page-programmatically-in-c-and-then-submitting-it-back1Calling Javascript on a page programmatically (in c#) and then submitting it back to the serverTarks2009-01-14T14:35:04Z2009-01-14T15:02:49Z
<p>I need to request a page (I'm using httpwebrequest at the moment), call some javascript ( e.g</p>
<p>function selected(id) {
document.getElementById("selected").value = id;
}</p>
<p>and then submit that back to the server . . . is this possible?</p>
<p><strong>EDIT</strong></p>
<p>Sorry for the vagueness.</p>
<p>The page I'm trying to interface with is already 100% working, all I need to do is find a way to trick the server into thinking that someone has loaded up the page, caused a piece of jScript to be run, and submit it back to the server, like a faux user. I'm trying to use the embedded webBrowser on a winForm at the moment, it's easiest to do it this way because the code that waits to be told when to make this request is already written, it just needs to be able to simulate the squishy human that's not in the middle.</p>
<p>Incase you can't tell I'm currently learning javascript so forgive me if I'm not too sure with something basic ^_^</p>
http://stackoverflow.com/questions/389459/operator-overload-problem/389490#3894900Answer by Tarks for operator overload problemTarks2008-12-23T17:18:18Z2008-12-23T17:18:18Z<p>Is it possible to cast them to system.object and use the == operator to check if it's null? I'd check it but I'm not on a dev machine</p>
http://stackoverflow.com/questions/346111/is-it-possible-to-serialize-a-c-code-block/346126#3461263Answer by Tarks for Is it possible to serialize a c# code block?Tarks2008-12-06T09:23:05Z2008-12-06T10:10:23Z<p>You could also send it as a string then use the CodeDomProvider to compile it, same result. I have an example bit of code, but it's not the best, I'll post it at request.</p>
<p><strong>Edit</strong></p>
<p>I warned you ! Everyone and anyone feel free to improve on this, but please don't just down vote me for crappyness ^_^</p>
<pre><code>using System;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using Microsoft.CSharp;
namespace DynamicCodeApplication
{
class azCodeCompiler
{
private List<string> assemblies;
public azCodeCompiler()
{
assemblies = new List<string>();
scanAndCacheAssemblies();
}
public Assembly BuildAssembly(string code)
{
CodeDomProvider prov = CodeDomProvider.CreateProvider("CSharp");
string[] references = new string[] { }; // Intentionally empty, using csc.rsp
CompilerParameters cp = new CompilerParameters(references)
{
GenerateExecutable = false,
GenerateInMemory = true
};
string path = System.Runtime.InteropServices.RuntimeEnvironment.GetRuntimeDirectory();
cp.CompilerOptions = "@" + path + @"\csc.rsp";
CompilerResults cr = prov.CompileAssemblyFromSource(cp, code);
foreach (CompilerError err in cr.Errors)
{
Console.WriteLine(err.ToString());
}
return cr.CompiledAssembly;
}
public object ExecuteCode(string code,
string namespacename, string classname,
string functionname, bool isstatic, params object[] args)
{
object returnval = null;
Assembly asm = BuildAssembly(code);
object instance = null;
Type type = null;
if (isstatic)
{
type = asm.GetType(namespacename + "." + classname);
}
else
{
instance = asm.CreateInstance(namespacename + "." + classname);
type = instance.GetType();
}
MethodInfo method = type.GetMethod(functionname);
returnval = method.Invoke(instance, args);
return returnval;
}
private void scanAndCacheAssemblies()
{
/*
foreach (string str in Directory.GetFiles(@"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727"))
{
if (str.Contains(".dll"))
{
foreach (string st in str.Split(new char[] { '\\' }))
{
if (st.Contains(".dll"))
{
assemblies.Add(st);
}
}
}
}
* */
assemblies.Add("Accessibility.dll");
assemblies.Add("AspNetMMCExt.dll");
assemblies.Add("cscompmgd.dll");
assemblies.Add("CustomMarshalers.dll");
assemblies.Add("IEExecRemote.dll");
assemblies.Add("IEHost.dll");
assemblies.Add("IIEHost.dll");
assemblies.Add("Microsoft.Build.Conversion.dll");
assemblies.Add("Microsoft.Build.Engine.dll");
assemblies.Add("Microsoft.Build.Framework.dll");
assemblies.Add("Microsoft.Build.Tasks.dll");
assemblies.Add("Microsoft.Build.Utilities.dll");
assemblies.Add("Microsoft.Build.VisualJSharp.dll");
assemblies.Add("Microsoft.CompactFramework.Build.Tasks.dll");
assemblies.Add("Microsoft.JScript.dll");
assemblies.Add("Microsoft.VisualBasic.Compatibility.Data.dll");
assemblies.Add("Microsoft.VisualBasic.Compatibility.dll");
assemblies.Add("Microsoft.VisualBasic.dll");
assemblies.Add("Microsoft.VisualBasic.Vsa.dll");
assemblies.Add("Microsoft.Vsa.dll");
assemblies.Add("Microsoft.Vsa.Vb.CodeDOMProcessor.dll");
assemblies.Add("Microsoft_VsaVb.dll");
assemblies.Add("mscorlib.dll");
assemblies.Add("sysglobl.dll");
assemblies.Add("System.configuration.dll");
assemblies.Add("System.Configuration.Install.dll");
assemblies.Add("System.Data.dll");
assemblies.Add("System.Data.OracleClient.dll");
assemblies.Add("System.Data.SqlXml.dll");
assemblies.Add("System.Deployment.dll");
assemblies.Add("System.Design.dll");
assemblies.Add("System.DirectoryServices.dll");
assemblies.Add("System.DirectoryServices.Protocols.dll");
assemblies.Add("System.dll");
assemblies.Add("System.Drawing.Design.dll");
assemblies.Add("System.Drawing.dll");
assemblies.Add("System.EnterpriseServices.dll");
assemblies.Add("System.Management.dll");
assemblies.Add("System.Messaging.dll");
assemblies.Add("System.Runtime.Remoting.dll");
assemblies.Add("System.Runtime.Serialization.Formatters.Soap.dll");
assemblies.Add("System.Security.dll");
assemblies.Add("System.ServiceProcess.dll");
assemblies.Add("System.Transactions.dll");
assemblies.Add("System.Web.dll");
assemblies.Add("System.Web.Mobile.dll");
assemblies.Add("System.Web.RegularExpressions.dll");
assemblies.Add("System.Web.Services.dll");
assemblies.Add("System.Windows.Forms.dll");
assemblies.Add("System.XML.dll");
assemblies.Add("vjscor.dll");
assemblies.Add("vjsjbc.dll");
assemblies.Add("vjslib.dll");
assemblies.Add("vjslibcw.dll");
assemblies.Add("vjssupuilib.dll");
assemblies.Add("vjsvwaux.dll");
assemblies.Add("vjswfc.dll");
assemblies.Add("VJSWfcBrowserStubLib.dll");
assemblies.Add("vjswfccw.dll");
assemblies.Add("vjswfchtml.dll");
assemblies.Add("Accessibility.dll");
assemblies.Add("AspNetMMCExt.dll");
assemblies.Add("cscompmgd.dll");
assemblies.Add("CustomMarshalers.dll");
assemblies.Add("IEExecRemote.dll");
assemblies.Add("IEHost.dll");
assemblies.Add("IIEHost.dll");
assemblies.Add("Microsoft.Build.Conversion.dll");
assemblies.Add("Microsoft.Build.Engine.dll");
assemblies.Add("Microsoft.Build.Framework.dll");
assemblies.Add("Microsoft.Build.Tasks.dll");
assemblies.Add("Microsoft.Build.Utilities.dll");
assemblies.Add("Microsoft.Build.VisualJSharp.dll");
assemblies.Add("Microsoft.CompactFramework.Build.Tasks.dll");
assemblies.Add("Microsoft.JScript.dll");
assemblies.Add("Microsoft.VisualBasic.Compatibility.Data.dll");
assemblies.Add("Microsoft.VisualBasic.Compatibility.dll");
assemblies.Add("Microsoft.VisualBasic.dll");
assemblies.Add("Microsoft.VisualBasic.Vsa.dll");
assemblies.Add("Microsoft.Vsa.dll");
assemblies.Add("Microsoft.Vsa.Vb.CodeDOMProcessor.dll");
assemblies.Add("Microsoft_VsaVb.dll");
assemblies.Add("mscorlib.dll");
assemblies.Add("sysglobl.dll");
assemblies.Add("System.configuration.dll");
assemblies.Add("System.Configuration.Install.dll");
assemblies.Add("System.Data.dll");
assemblies.Add("System.Data.OracleClient.dll");
assemblies.Add("System.Data.SqlXml.dll");
assemblies.Add("System.Deployment.dll");
assemblies.Add("System.Design.dll");
assemblies.Add("System.DirectoryServices.dll");
assemblies.Add("System.DirectoryServices.Protocols.dll");
assemblies.Add("System.dll");
assemblies.Add("System.Drawing.Design.dll");
assemblies.Add("System.Drawing.dll");
assemblies.Add("System.EnterpriseServices.dll");
assemblies.Add("System.Management.dll");
assemblies.Add("System.Messaging.dll");
assemblies.Add("System.Runtime.Remoting.dll");
assemblies.Add("System.Runtime.Serialization.Formatters.Soap.dll");
assemblies.Add("System.Security.dll");
assemblies.Add("System.ServiceProcess.dll");
assemblies.Add("System.Transactions.dll");
assemblies.Add("System.Web.dll");
assemblies.Add("System.Web.Mobile.dll");
assemblies.Add("System.Web.RegularExpressions.dll");
assemblies.Add("System.Web.Services.dll");
assemblies.Add("System.Windows.Forms.dll");
assemblies.Add("System.XML.dll");
assemblies.Add("vjscor.dll");
assemblies.Add("vjsjbc.dll");
assemblies.Add("vjslib.dll");
assemblies.Add("vjslibcw.dll");
assemblies.Add("vjssupuilib.dll");
assemblies.Add("vjsvwaux.dll");
assemblies.Add("vjswfc.dll");
assemblies.Add("VJSWfcBrowserStubLib.dll");
assemblies.Add("vjswfccw.dll");
assemblies.Add("vjswfchtml.dll");
return;
}
}
}
</code></pre>
http://stackoverflow.com/questions/346061/did-you-feel-learning-to-program-with-turtle-graphics-was-useful/346151#3461511Answer by Tarks for Did you feel learning to program with turtle graphics was useful?Tarks2008-12-06T10:04:58Z2008-12-06T10:04:58Z<p>I wrote script/code in a c-like dialect for a game called Doom2 before I knew what programming was, so when it came to seriously learning about concepts such as pointers, inheritance and polymorphism I found the basics a breeze because I could construct a mental model to not only help me understand, but also appreciate how cool things like pointers and arrays are.</p>
<p>A friend of mine is a good programming student, but he gets frustrated when he can't visualize an algorithm working, when I was starting to help other students I found they had the same problem, if they can't see something working it's harder to appreciate as a fledgling programmer, the same friend eloquently suggested I "Show 'em some crazy pimp shit and <em>then</em> show them how it's done". He's right, even if someone really wants to learn something they'll be able to draw on more mental energy if they think what they're learning lets them do awesome things.</p>
<p>My best bit of advice is this: <strong>AT THE START SPEND AS LITTLE TIME PROGRAMMING TO THE CONSOLE AS POSSIBLE</strong></p>
<p>It makes you feel constrained and your efforts appear futile, only after you appreciate it as a front end should it be used for learning to program. I wouldn't use logo myself because I don't think it can teach concepts such as the aforementioned polymorphism or inheritance nearly as well as other methods, I know a friend of mine is teaching a teenager how to program using XNA in a wrapper, I think anything that can let you blit an image to the screen is fine. That way you can see why you'd want an abstract base class called EnemyEntity with behavior that's inherited by zombie and dog etc. It's not that the concepts are hard to understand, it's just that at first they're hard to appreciate.</p>
<p>I could go on but I think that puts across what I've learned by teaching others. I think using graphics in teaching programming allows students to gain the ability to build mental models of intangible concepts faster than any other.</p>
<p><a href="http://creators.xna.com/en-US/" rel="nofollow">XNA</a> If you want to teach C# that's an amazing graphics library, just write a wrapper sprite class to hide as much complexity when first starting out and teaching concepts.</p>
<p><a href="http://www.libsdl.org/index.php" rel="nofollow">SDL</a> A lower level library if you're going to start with c++</p>
http://stackoverflow.com/questions/38378/clone-a-control-in-silverlight0Clone a control in silverlightTarks2008-09-01T20:21:50Z2008-11-21T22:15:57Z
<p>What's the best way to clone a control in Silverlight (including it's children)?</p>
<p>UPDATE</p>
<p>Is there a better way in Silverlight 2?</p>
http://stackoverflow.com/questions/278071/how-to-get-the-cpu-usage-c/278103#2781030Answer by Tarks for How to get the CPU Usage C#Tarks2008-11-10T15:14:03Z2008-11-10T15:14:03Z<p>CMS has it right, but also if you use the server explorer in visual studio and play around with the performance counter tab then you can figure out how to get lots of useful metrics.</p>
http://stackoverflow.com/questions/2253/is-resharper-worth-the-adjustment-is-there-a-good-tutorial-for-420Is ReSharper worth the adjustment, is there a good tutorial for 4?Tarks2008-08-05T13:10:14Z2008-09-21T02:39:32Z
<p>I was watching a couple of episodes of dnr.tv and was given my first glimpse of ReSharper, I was very impressed so I decided to give it a try, fully aware that it'd take some getting used to, but is it worth depending on this dependency? Also I learn best by following tutorials first then experimenting, is there a good tutorial for ReSharper <strong>4</strong> that I've missed on my googling?</p>
<p><strong>Info gathered from answers</strong>
So far I'd already found these, but they might be useful for others</p>
<p><strong>Useful links</strong></p>
<p><a href="http://www.jetbrains.com/resharper/documentation/index.html" rel="nofollow" title="http://www.jetbrains.com/resharper/documentation/index.html">http://www.jetbrains.com/resharper/documentation/index.html</a></p>
<p><strong>Note:</strong> I'm pretty sure this is not written about the latest version of reSharper, so I can't be sure how much of this transfers over to using 4.0
<a href="http://blog.excastle.com/2007/01/31/blog-event-the-31-days-of-resharper/" rel="nofollow" title="http://blog.excastle.com/2007/01/31/blog-event-the-31-days-of-resharper/">http://blog.excastle.com/2007/01/31/blog-event-the-31-days-of-resharper/</a></p>
http://stackoverflow.com/questions/5307/print-a-winform-visual-element1Print a Winform/visual elementTarks2008-08-07T20:58:14Z2008-08-28T18:07:14Z
<p>All the articles I've found via google are either obsolete or contradict one another, what's the easiest way to print a form or, say, a richtextbox in c#? I think it's using the PrintDiaglog class by setting the Document, but how does this get converted?</p>
http://stackoverflow.com/questions/1810104/use-types-referenced-by-a-referenced-project-in-c/1810362#1810362Comment by Tarks on Use types referenced by a referenced project in C#Tarks2009-11-28T18:16:12Z2009-11-28T18:16:12ZThankyou for your effort guyshttp://stackoverflow.com/questions/1631187/running-forms-and-vba-code-from-c-on-an-access-2003-database/1631312#1631312Comment by Tarks on Running forms and VBA code from C# on an Access 2003 databaseTarks2009-10-27T15:56:17Z2009-10-27T15:56:17ZNevermind, I added the newest refernece ( 10 instead of 8) and it works, thanks !http://stackoverflow.com/questions/1631187/running-forms-and-vba-code-from-c-on-an-access-2003-database/1631312#1631312Comment by Tarks on Running forms and VBA code from C# on an Access 2003 databaseTarks2009-10-27T15:42:31Z2009-10-27T15:42:31ZIt's looking for it in C:\WINNT\system32http://stackoverflow.com/questions/1631187/running-forms-and-vba-code-from-c-on-an-access-2003-database/1631312#1631312Comment by Tarks on Running forms and VBA code from C# on an Access 2003 databaseTarks2009-10-27T15:41:05Z2009-10-27T15:41:05ZThat's got me one step closer, but now it's complaining that it can't find the file system.mdw and that This file is required for startup.http://stackoverflow.com/questions/1631187/running-forms-and-vba-code-from-c-on-an-access-2003-database/1631312#1631312Comment by Tarks on Running forms and VBA code from C# on an Access 2003 databaseTarks2009-10-27T15:01:51Z2009-10-27T15:01:51ZI've linked to the Microsoft Office 12 Object Library and I have the Microsoft.Office.Core namespace, but I can't find any mention of DoCmd etc.http://stackoverflow.com/questions/1631187/running-forms-and-vba-code-from-c-on-an-access-2003-database/1631219#1631219Comment by Tarks on Running forms and VBA code from C# on an Access 2003 databaseTarks2009-10-27T14:45:14Z2009-10-27T14:45:14ZThis doesn't help me with calling VBA code that's heavily entangled with the database, putting code that calls specific queries in a dll wouldn't work. My main need is more the automation, opening a "connection" to the database and telling it to run a certain piece of vba codehttp://stackoverflow.com/questions/1613820/hide-a-column-name-in-a-list-view-sharepoint-2007Comment by Tarks on Hide a Column name in a list View sharepoint 2007Tarks2009-10-26T09:54:49Z2009-10-26T09:54:49ZThis is in the default view.http://stackoverflow.com/questions/1613820/hide-a-column-name-in-a-list-view-sharepoint-2007/1613870#1613870Comment by Tarks on Hide a Column name in a list View sharepoint 2007Tarks2009-10-23T15:41:46Z2009-10-23T15:41:46ZI'm new to sharepoint, how do I find that?http://stackoverflow.com/questions/1175208/does-the-python-standard-library-have-function-to-convert-camelcase-to-camelcase/1175366#1175366Comment by Tarks on Does the python standard library have function to convert CamelCase to camel_case?Tarks2009-07-24T02:00:26Z2009-07-24T02:00:26ZPython noob here, but why return str.join('', output)? Just to create a copy?http://stackoverflow.com/questions/851236/where-clause-to-find-all-records-in-a-specific-month/851252#851252Comment by Tarks on WHERE Clause to find all records in a specific monthTarks2009-05-12T05:34:26Z2009-05-12T05:34:26ZIndeed ! For anyone that's interested "The DAY, MONTH, and YEAR functions are synonyms for DATEPART(dd, date), DATEPART(mm, date), and DATEPART(yy, date), respectively."http://stackoverflow.com/questions/839312/build-and-display-a-complex-composite-primary-key-in-a-column/839341#839341Comment by Tarks on Build and display a complex composite primary key in a columnTarks2009-05-08T12:03:19Z2009-05-08T12:03:19ZI get "Computed Column 'first' in table 'mytable' is invalid for use in 'CHECK CONSTRAINT' because it is not persisted."http://stackoverflow.com/questions/839312/build-and-display-a-complex-composite-primary-key-in-a-column/839341#839341Comment by Tarks on Build and display a complex composite primary key in a columnTarks2009-05-08T11:24:23Z2009-05-08T11:24:23ZI'm getting errors when testing that second table, Unique is misspelled and then it complains of syntax errors, then it says "Computed column 'second' in table 'mytable2' is not allowed to be used in another computed-column definition."http://stackoverflow.com/questions/839312/build-and-display-a-complex-composite-primary-key-in-a-column/839323#839323Comment by Tarks on Build and display a complex composite primary key in a columnTarks2009-05-08T11:22:36Z2009-05-08T11:22:36Z Yes I apologise for not framing the question correctly, the key as a whole identifies an employee. I'd love to take Occam's razor to this and use an auto incrementing identity column or a primary key but the requirements specify this is needed to interface with a legacy system.http://stackoverflow.com/questions/839312/build-and-display-a-complex-composite-primary-key-in-a-column/839323#839323Comment by Tarks on Build and display a complex composite primary key in a columnTarks2009-05-08T11:08:53Z2009-05-08T11:08:53ZNice indeed, thanks ^_^ If I understand your meaning of meaning, then no, they are all for the purpose of uniquely identifying a record. How would I go about generating this? The first section has to be input by a user with the other two being programatically generated.http://stackoverflow.com/questions/752303/update-a-record-in-linq2sql-with-an-object-of-the-recordtype/752449#752449Comment by Tarks on Update a record in Linq2Sql with an object of the recordTypeTarks2009-04-16T00:03:29Z2009-04-16T00:03:29ZHow safe is this though? Is there not a chance that between the deletion and the creation of the record that a query will try and find the record, but it won't exist? Or will SQL server complete these type of operations before it deals with new requests?