|
|
Latest Tips & Tricks stories
|
|
published 4 months, 1 day ago, submitted by
agnes_
4 months, 2 days ago
saftsack.fs.uni-bayreuth.de — What are SharePoint Timer Jobs?
SharePoint timer jobs are tasks executed on a scheduled basis by the SharePoint Timer service. Nobody wants to do all the steps necessary to create such a job for each new timer job. So in order to make it simpler to start a new timer job project, I created a visual studio template containing all the neccessary stuff you need. read more...
|
|
tags:
TipsAndTricks, vs2005, Tips, SharePoint | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 2 days ago, submitted by
agnes_
4 months, 6 days ago
saftsack.fs.uni-bayreuth.de — If possible this version uses the special File.Replace on NTFS and gracially falls back on Delete+Move on any other filesystem. Nothing else to comment about here. I am just amazed that this kind of save moving is not supported by the framework itself. Instead the framework's move routine throws an exception if there is an file existing at the target location. Weird. ;) read more...
1 comment
|
category: Tips & Tricks | Views: 23
|
|
tags:
C#, .Net, TipsAndTricks, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 4 days ago, submitted by
mister_t
5 months, 4 days ago
saftsack.fs.uni-bayreuth.de — Today I wanted to create a transparent Panel-Control in .NET in order to superimpose it on the WebBrowser Control in order to record click events. The goal was to code a simple macro recorder for websites. Unfortunatelly the .NET framework does not allow (in an easy way) to make a control fully transparent. So it was back to the good ol' winuser.h and the extended window styles. Namely 0x00000020L or as it is better known WS_EX_TRANSPARENT. read more...
|
|
tags:
TipsAndTricks, .Net, C#, CustomControls, Control | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 4 days ago, submitted by
mister_t
5 months, 4 days ago
saftsack.fs.uni-bayreuth.de — Today I wanted to create a transparent Panel-Control in .NET in order to superimpose it on the WebBrowser Control in order to record click events. The goal was to code a simple macro recorder for websites. Unfortunatelly the .NET framework does not allow (in an easy way) to make a control fully transparent. So it was back to the good ol' winuser.h and the extended window styles. Namely 0x00000020L or as it is better known WS_EX_TRANSPARENT. read more...
|
|
tags:
TipsAndTricks, .Net, CustomControls, C#, Control | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 4 days ago, submitted by
mister_t
5 months, 4 days ago
saftsack.fs.uni-bayreuth.de — Today I wanted to create a transparent Panel-Control in .NET in order to superimpose it on the WebBrowser Control in order to record click events. The goal was to code a simple macro recorder for websites. Unfortunatelly the .NET framework does not allow (in an easy way) to make a control fully transparent. So it was back to the good ol' winuser.h and the extended window styles. Namely 0x00000020L or as it is better known WS_EX_TRANSPARENT. read more...
|
|
tags:
TipsAndTricks, .Net, CustomControls, C#, Control | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
chrismo111
1 year ago
mhinze.com — Provides solutions to a frustrating issue: GridViewCommandEventArgs doesn't expose the Row that raised the event. Say you need an itemTemplate for a link button to execute deletes.; how do you get a reference to the correct row?
While the datagrid's DataGridCommandEventArgs exposed the row through it's Item property & e.Item.ItemIndex GridViewCommandEventArgs only three properties: CommandName, CommandArgument & CommandSource (which provides a reference to the gridview itelf). Wtf?! Solutions provided in story. read more...
add a comment
|
category: ASP.NET | Views: 38
|
|
tags:
Gotchas, GridViewCommandEventArgs, TipsAndTricks, ASPNET, GridView | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 5 months ago, submitted by
gavinjoyce
1 year, 5 months ago
sqlservercode.blogspot.com — Did you know that you can have CTRL + Number key combinations/shortcuts in Query Analyzer? You can set it up so that CTRL + 5 executes sp_who2 for example. I thought everyone already knew this but apparently not; I showed this to 3 coworkers yesterday and they didn't know about it. So how do you set this up? It is pretty easy, select Tools -->Customize from the toolbar. read more...
add a comment
|
category: Database | Views: 2
|
|
tags:
QueryAnalyser, TipsAndTricks, SQL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 8 months ago, submitted by
gavinjoyce
1 year, 8 months ago
codebetter.com — Poorly handled exceptions might speak volumes about someone's coding abilities, but it's string concatenation that's a sure bet to kill a programs readability (thus maintainability). Everyone knows that they should use StringBuilder's for better performance when concatenating a lot, but to improve maintainability, string.format is king! read more...
|
|
tags:
String.Format, TipsAndTricks, CodeBetter | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 9 months ago, submitted by
hebbja
1 year, 9 months ago
extraview.co.uk — How to close a document window in Visual Studio with one click of the mouse. read more...
|
|
tags:
TipsAndTricks | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
You are the editor:
What else?
|