No announcements
Found 2349500 threads
-
2 Votes
Book learning ASP.NET C#
One of which is asp.net.Answered | 5 Replies | 1024 Views | Created by Rinaldo1961 - Tuesday, September 1, 2015 6:38 PM | Last reply by Rinaldo1961 - Wednesday, September 2, 2015 6:16 PM -
4 Votes
How to create a desktop icon
In earlier posts you were quite adamant that you did not want to use the C++ compiler so I created code for the VS2008 C compiler.Answered | 12 Replies | 1255 Views | Created by Grant Bonnell - Thursday, March 1, 2018 10:34 PM | Last reply by RLWA32 - Tuesday, March 6, 2018 8:05 PM -
6 Votes
Notify icon balloon tip.
OS is windows 10 professional so the notification shouldn't pop up like in windows 7 but in the notification area (the far right icon after the date and time.)Answered | 15 Replies | 9255 Views | Created by Konstantinos pap - Thursday, March 15, 2018 7:11 PM | Last reply by Konstantinos pap - Saturday, March 17, 2018 1:56 PM -
1 Votes
ShowMessageBox - Creating an icon in the message box
I don't believe there's a built in function call in Silverlight that offers the capability of specifying an icon.Answered | 1 Replies | 1967 Views | Created by Stephen A Martin - Tuesday, March 20, 2012 6:49 PM | Last reply by J Lamb - Tuesday, March 20, 2012 7:59 PM -
1 Votes
[UWP][C#]How to create toast notification like Alarm app?
Understand about toast notification structure: Adaptive and interactive toast notifications The above includes how you can create a ...Answered | 2 Replies | 1587 Views | Created by Nguyen_Thanh_Liem - Sunday, October 2, 2016 11:53 AM | Last reply by andrewbares7 - Tuesday, October 4, 2016 11:54 PM -
1 Votes
Send email notification with c # Sharepoint
Hi, Agree with the Rajesh's reply, we can create a timer job and using Server Object Model to achieve it.Answered | 4 Replies | 1123 Views | Created by Rodrigo Moez - Saturday, April 23, 2016 8:28 AM | Last reply by Dennis Guo - Wednesday, April 27, 2016 6:51 AM -
0 Votes
C++ How to create and display a transparent icon on window's frame / border
ICONINFO ii; ii.fIcon = TRUE; // Change fIcon to TRUE to create an alpha icon ii.xHotspot = 0; ii.yHotspot = 0; ii.hbmMask = ...Answered | 11 Replies | 4053 Views | Created by forever a loser - Sunday, July 19, 2015 5:38 PM | Last reply by forever a loser - Sunday, July 19, 2015 10:58 PM -
0 Votes
Creating Icons using Expresion
John, Check Will's response in this thread: 'Export to ...Answered | 1 Replies | 5603 Views | Created by John Aschenbrenner - Monday, November 10, 2008 10:46 PM | Last reply by Fred C_ - Tuesday, November 11, 2008 1:56 AM -
0 Votes
create a WPF with question mark icon next to close icon, possible?
If I create a custom window, does it mean I need manually handle all system events like minimize, maximize, resize, move too?Answered | 5 Replies | 6916 Views | Created by toosensitive - Monday, May 2, 2011 3:37 PM | Last reply by Sheldon _Xiao - Tuesday, May 17, 2011 5:03 AM -
0 Votes
Create a resource file with icons and jpgs
What I mean is a resource file that have all icons etc. intern in a library.Answered | 3 Replies | 2492 Views | Created by Bernd Riemke - Friday, April 6, 2012 4:52 PM | Last reply by Bernd Riemke - Saturday, April 7, 2012 4:22 AM -
2 Votes
Desktop Icon
You are dealing with App and Splashscreen icons, wich need totally Icons in totally different sizes.Answered | 5 Replies | 668 Views | Created by Jeff0803 - Monday, September 19, 2016 4:43 PM | Last reply by Christopher84 - Tuesday, September 20, 2016 11:08 AM -
0 Votes
Notification Logging
You could put a Log recird after your notification code that will write the logs in a text file.Answered | 5 Replies | 1400 Views | Created by Pizonuc - Monday, August 31, 2015 9:05 AM | Last reply by Dave Patrick - Friday, September 11, 2015 12:54 AM -
0 Votes
Taskbar icon disappear on mouse
Create a new Windows application that adds the tray icon.Answered | 4 Replies | 3019 Views | Created by LibertyHaze - Sunday, July 21, 2013 9:40 PM | Last reply by David Ching - Thursday, July 25, 2013 3:13 AM -
0 Votes
C#/ asp.net
Please post questions related to ASP.NET in the ASP.NET forums (http://forums.asp.net ).Answered | 1 Replies | 1508 Views | Created by OnlySp - Friday, February 20, 2015 6:12 PM | Last reply by CoolDadTx - Friday, February 20, 2015 6:31 PM -
1 Votes
Changing a desktop icon while runtime in VS C#
Try the code in the post for changing the dektop icon How to change the icon for a shortcut on the desktop in C# 2.0?Answered | 4 Replies | 3166 Views | Created by Steve Koenig - Monday, July 16, 2012 10:13 AM | Last reply by Steve Koenig - Monday, July 16, 2012 1:12 PM -
1 Votes
Using 2 icons on a Windows Form (in Visual Studio 2010 and C#)
You can always have a single icon file with all the required sizes.Answered | 2 Replies | 2466 Views | Created by SWClarke - Tuesday, July 26, 2011 5:13 PM | Last reply by SWClarke - Wednesday, July 27, 2011 11:18 AM -
1 Votes
create html table in asp.net c#
That's because in your logic you are creating a table with a header in the AddHeader method and adding it to the repeater, that will ...Answered | 5 Replies | 25763 Views | Created by jagbir21 - Friday, April 26, 2013 5:02 PM | Last reply by ValBavaria - Saturday, April 27, 2013 6:18 PM -
4 Votes
Create tree view with icon
public class TreeViewWithIcons : TreeViewItem { #region Global variables ImageSource iconSource; TextBlock textBlock; Image ...Answered | 3 Replies | 1580 Views | Created by Hadi_Azizi - Saturday, June 29, 2013 6:09 PM | Last reply by Ali.Alikhani - Sunday, June 30, 2013 1:20 PM -
0 Votes
Hide notify icon
"Well my application has its own settings for whether or not to display its own notifications and icon in the system tray.Answered | 5 Replies | 1978 Views | Created by Matt Chi - Wednesday, December 10, 2014 4:27 PM | Last reply by IronRazerz - Saturday, December 13, 2014 9:09 PM -
0 Votes
Asp.net with C#
Murugan gave you a ling to asp.net forums, where your question might be on topic.Answered | 4 Replies | 2855 Views | Created by Ashok_urs - Friday, January 6, 2012 3:42 AM | Last reply by Ashok_urs - Sunday, January 8, 2012 11:13 AM
No announcements