| Thread | Last Post | Replies |
|
| ASP.NET ticking | 25 Apr 2007 13:15 GMT | 2 |
I'm trying to do some online game that would contain similar thing to one much popular in such game.s I mean the thing when you click some option and then a timer starts and you get a new level or something after the specified period of time.
|
| Treeview Menu in asp .net 1.0 | 25 Apr 2007 11:43 GMT | 1 |
Hihi, Currently, had to create a tree view side menu using asp .net 1.0. Had did some research but didn't find a good artical on it. There's what i need to do:
|
| Error Deserializing DataSet Schema When Enum Column Uses Default Value | 25 Apr 2007 11:42 GMT | 10 |
I have a column in a data table that stores enum values and assigns a default value: Dim dc As New DataColumn("TestEnumField", GetType(DayOfWeek)) dc.DefaultValue = DayOfWeek.Thursday
|
| provide UNC username through C# | 25 Apr 2007 07:16 GMT | 1 |
I'm trying to understand how to access a network resource through a UNC name that uses different credentials than the local system where the app is running (as a scheduled task). So the app is running on one system with supplied user/pass, but needs to
|
| DNS problem | 25 Apr 2007 07:06 GMT | 2 |
Question I have problems with connecting to our .Com domain from the inside of out Lan, but can get on the .Dk domain. I have resently changed to another ISP, and my programmers have changed
|
| properties summary tab missing | 25 Apr 2007 04:58 GMT | 1 |
I have a number of GSD files that i wanted to put comments on and was going to use the properties summary tab.The problem is the Summary Tab only appears when the files are located in the my documents folder on the main drive. So changed the location of 'my documents' using the ...
|
| problems installing microsoft updates | 25 Apr 2007 04:57 GMT | 1 |
when trying to install updates it fails tells me to try troubleshooter can anyone help
 Signature thankyou
|
| Blank CD not recognised | 25 Apr 2007 04:53 GMT | 1 |
Having installed a new Sony AWG 170A DVD/CD drive I found tha Windows XP would not recognise it as a recordable device. I changed the value data for the "Drive Type" in the registry to "2" ( CD-RW ) and this produced a "Recording " tab under CD drive (Properties) in My Computer. ...
|
| Disabling source control binding in VS 2005? | 25 Apr 2007 04:53 GMT | 1 |
VS 2005 Professional How can I disable source control binding when working with a solution and its projects on my own machine, without modifying the .sln and .vcproj files and thus screwing up the bindings for other people who do want to use
|
| Help with Media center edition 05 | 25 Apr 2007 04:52 GMT | 1 |
I purchased a used computer with media center 2005 preinstalled(which i have been told is the ONLY way you can get it) and the sticker with the product key is gone. I have tried to call and get help for months now but nobody is helping me. If necessary I will purchase a new ...
|
| CD Burner | 25 Apr 2007 04:51 GMT | 1 |
My new Sony AWG 170A DVD/CD drive was not recognised as recordable by Windows XP. I changed the value data in the registry (HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CD Burning\Drives ) from 3 (read only ) to 2 ( CD-RW ). In "My Computer" under
|
| DatagridView Binding | 25 Apr 2007 04:48 GMT | 3 |
New to databinding in vs2005, I always did it manually in 2003. I have no problem loading comboboxes, and a change in that combobox changes the data in the textboxes but I can not figure out a way to get the data in a datagridview to change. For example 2 columns are ID and ...
|
| change company name in Visual Studio | 25 Apr 2007 04:11 GMT | 7 |
When I first installed VS, there was a different company name than there is now and now I need to change the default company. I'm talking about the default company name that exists in the copyright info when you create a new assembly.
|
| Question about bitmap | 24 Apr 2007 22:55 GMT | 9 |
I have the following task: 1. create an image object in memory (a rectangle with nothing on it) 2. write some text on the rectangle 3. rotate the image 90 degree
|
| C# DLL in VB.NET Project?? | 24 Apr 2007 20:42 GMT | 1 |
I want to use a DLL from a c sharp project but I am coding in VB.NET. Is this possible? Thanks.
|