Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum

Tip: Looking for answers? Try searching our database.

Visual Studio.NET

Recently updated threads


Thread preview

General (view all ...)Last Post  Replies
Enjoying 1080p contents (Blu-ray/DVD/HD videos) on Apple TV 3 21 May 2012 07:01 GMT-
Enjoying 1080p contents (Blu-ray/DVD/HD videos) on Apple TV 3
Apple TV 3 is a hot device for you to watch videos on your TV, released on
march this year, the Apple TV 3 has attracted great attention the same as the
new iPad. The Apple TV 3 is great for us to watch high-definition ...
Stream Blu-ray/DVD/1080p HD videos to Apple TV 3 with Top Movie Converter 16 May 2012 03:52 GMT-
Top Movie Converter for Apple TV 3 - Stream Blu-ray/DVD/1080p HD videos to
Apple TV 3
Apple TV 3(http://www.pavtube.com/apple-tv-3.html) is a hot device for you to
watch videos on your TV, released on march this year, the Apple TV 3 has
Mother's Day Coupon - Save 50% Off at Blu-ray/DVD to iPad/iPhone/Apple TV Ripper05 May 2012 21:44 GMT-
Mother's Day Coupon - Save 50% Off at Pavtube Blu-ray/DVD to
iPad/iPhone/Apple TV Converter
Mother's Day happens to be just around the corner, and we sincerely hope
you've got plans to show as well as tell your mom how much you appreciate her.
How to Convert MP4 to MP3 on Nac OS X?21 Mar 2012 09:28 GMT-
Aiseesoft MP4 to MP3 Converter Mac is the best software to convert MP4 to MP3
for mac os x with super fast conversion speed and excellent output quality.
It can convert itunes mp4, m4v movie files to music mp3 files but also can
convert mp4 files in any codec such as AVI, MPEG4, ...

VS Tools for Office (view all ...)Last Post  Replies
UserProperty value on Reocurrence items19 Oct 2011 10:48 GMT2
I am working on a Outlook add in, and I need to add a unique id to every occurences of a reoccurring calender event. (We have a check that there should be a end date for the reoccurrence). How do I do that ? T thought abount using the UserPropperties by It only works on the ...
Excel addTextBox C#18 Aug 2011 10:41 GMT2
I'm trying to add a textBox to a chart in C#.
I add a label/textBox, using the following command:
private Excel.Chart selfRestChart;
Excel.Shape shape =
How to disable recalculation in Excel ???10 Mar 2011 11:27 GMT6
please can anybody explain (or help) why I can't disable calculation in
excel with c# ?
When I execute the following code:
 ApplicationClass excelApp = new ApplicationClass();
How to Add Userproperty to an Outlook 2003 AppointmentItem ?25 Oct 2010 17:19 GMT20
I am custom importing data from some source to my Outlook Calendar. I want
to know how can i add a userproperty "MyKey" having a value "MyId" in an
appointmentitem so that next time if i import the same item and i can check
whether i should update an AppointmentItem in Outlook ...

Debugging (view all ...)Last Post  Replies
Windows could not start MYService on Local Computer31 Oct 2011 18:58 GMT-
i have created a simple Service by reading the MSDN. i have installed
the service successfully, but when i try to start the service its
throwing the exception as below:
Windows could not start the MYService on Local Computer.
Debug Failure: No Managed Code in Process?!?29 Dec 2010 09:04 GMT2
I recently installed a fresh 2003 server, xcopied an existing asp.net
application to the server.
when I try to debug the application I get this error:
"Error while trying to run project.: Unable to start debugging on the
How to set breakpoints in the generated code for VS Beta2 TableAda30 Sep 2010 06:39 GMT8
I set set breakpoints in the code that is generated for a TableAdapter in VS
Beta 2, but the debuger never stops at them.  I locate the generated source
files by browsing into the dataset through the Class View.    Is there a
better way?  What might be going wrong?  Thanks!
Managed code not available in debugger attach process when VS200514 Aug 2010 07:06 GMT9
I want to debug a service written in c# VS2005.
I know I have to install the service then start it then attach the debugger
to the running process.
Unfortunately when searching for the process I notice that the only

Enterprise Tools (view all ...)Last Post  Replies
TFS2008: Eventlistener Howto get Build for specific Workitem11 Feb 2011 13:23 GMT6
Following situation:
- I do have an eventsubscription to a WorkItem changed Event.
- The workitem got created by a Build-Process (integrationbuild field is set
to the build) using the CreateNewWorkItem-Task
Adding Links to WorkItems using WorkItems.xml13 May 2010 04:59 GMT10
I've created a customised Team Process Template, which includes a load of
"Default Work Items", created in the <taskXml>\<WORKITEMS> section of the
WorkItems.xml document.
I can do most of the things I need, but was wondering if it's possible to
Access.en-us/AccLR.cab14 Dec 2009 17:44 GMT14
I have a legitimate copy of Enterprise 2007. When I try to install it can't
find Access.en-us/AccLR.cab. I'm guessing that if I find that cab it will
need others. The DVD has those files but can't locate them. Any ideas? I
really don't want to go thru torrent or a site like that ...
Reporting Problems After Upgrading to TFS 200816 Nov 2009 14:48 GMT5
We are having some weird problems with our live TFS installation at the
moment. We originally installed TFS 2005 on the server box, but about two
weeks ago we upgraded this to TFS 2008 using the TFS upgrade wizard.
Before the upgrade, the TFS reports were all working correctly. We ...

Extensibility (view all ...)Last Post  Replies
Please help with programmatic access to vsprops file06 Aug 2011 00:10 GMT3
I'm trying to build a custom C++ wizard to build my projects, but I've come
unstuck trying to add a user property page.
In visual studio, I can create a file which is a Visual Studio Property
Sheet,  named for instance version.vsprops
Editor with DesignSurface04 May 2011 10:32 GMT12
I would like to build a custom design that simulates WinForm designer in
MPF.  So here is what I have done so far:
1. Create a standard editor using the wizard.
2. Change the Editor class to inherit from UserControl instead of RichTextbox.
Opening SQL file in VS 201009 Dec 2010 22:21 GMT1
I am creating a custom add-in for VS 2010 that manages database stored
procedures and other sql code. One of the features is going to be the
ability to edit the code files from VS. I am, however, having
difficulty understanding how to open the sql file in the IDE. I see
VS2010 custom project, resource view empty07 Oct 2010 10:41 GMT4
We added a custom project type in VS2010. When we open a solution that
contains such a project and also a normal Windows C++ project, clicking the
RC file in the C++ project leaves the resource view empty. Only when right
clicking the RC file, then choosing Open With..., Resource ...

IDE (view all ...)Last Post  Replies
Big Bertha Thing electron23 Nov 2011 18:04 GMT-
Big Bertha Thing electron
Cosmic Ray Series
Possible Real World System Constructs
http://www.bigberthathing.com/electron.html
Post-Build Event - Running Gacutil23 Aug 2011 09:12 GMT3
On our project we would like to be able to run gacutil without having to put
any hard coded paths in the post-build event.  There are macros that define
some variables for running commands, but what I would like are the variables
that are added when vsvars32.bat is executed.
Lost my "Error List" window06 Jun 2011 07:17 GMT2
Something has happened with my copy of Visual Studio 2005.
When I click on View/Error List (to try to see the "Error List"
window) I don't see any error list window.  After clicking View/Error
List there is no visible active window.
Solution explorer auto hide25 Mar 2011 12:16 GMT3
1) After playing with solution explorer in Visual Studio 2008 I lost AutoHide
feature on that window. when I right click on Solution explorer I see that
AutoHide is disabled.
How can I enable it.

Setup (view all ...)Last Post  Replies
vb.net network database03 Feb 2012 07:07 GMT-
Good Day,
I want to have an idea regarding database connection through a network. I am
new to vb.net programming but by reading and trial and error i recently
created a simple database project using sql as my database. Unfortunately i
test09 Jan 2012 05:45 GMT-
Good Day,
Just wanna know about this code
Combobox1.SelectedIndex = CType(tstDrive.PageFile, Integer)
Thanks
auto complete04 Jan 2012 01:18 GMT-
It's been a while since I used VS.  But I remember an extension that
"auto complete" code statements.
ie.  I type "if" it automatically added the "then".  {}'s in C++ were
auto added.
Build Fails for VS 2008 while using Code for 2.031 Oct 2011 18:18 GMT-
I used a code from 'instant results for ASP.NET 2.0' from IMAR Spa.... of WRO
and modified the code using VS 2005 and then build it was very good for me bu
recently got the attack of folder virus. so i was to remove my VS 2005 an
Upgraded the system as well. Later on I installed ...

Source Safe (view all ...)Last Post  Replies
Analyze.exe - File or project not found01 Mar 2011 15:50 GMT5
Background:
I've started at a new company a few weeks ago and one of the first problems
i was asked to fix was VSS database corruption. The database is 12.3GB and
is well over the recommended size. So i would first like to correct the
Working offline with VSS09 Jul 2010 22:12 GMT3
i have this situation here:
i'm working with a VB project. all the files is in my workstation in my office. at the end of the day i'll copy the files to a CD-RW and bring it back home to continue my work. the next day i'll bring the updated copy back to my office and overwrite the ...
Windows 200325 Jun 2010 16:37 GMT1
Can the Visual SourceSafe 2005 server Operating system be upgraded to Windows
2003? the current OS is 2000.
Where can I find the VSS support documentation?
Thanks.
SVN to VSS27 May 2010 14:13 GMT1
We have huge SVN repository contains around 10 VS 2008 projects. It
contains shared projects
Today, I had inserted root folder by "Drag and Drop" to VSS client.  I
am not able to do Checkout automatically from IDE.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage




©2012 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.