HighTechTalks DotNet Forums  

Sponsored Links


Dotnet General Discussions microsoft.public.dotnet.general


Discuss in the Dotnet General Discussions forum.



Post New Thread
Threads in Forum : Dotnet General Discussions Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Is it my PC or what? Keys.Enter and Keys.Return shows as LButton | MButton | Back. Keys myKey = Keys.Enter; Can anyone confirm this? MH
Marius Horak
10-17-2007 10:08 AM
Marius Horak Go to last post
1 3
When running a build using MSBuild (.NET Framework 2.0) I am getting the following error appearing: error BC30610: Class 'FrontPage' must either be...
robm
10-17-2007 06:40 AM
robm Go to last post
0 5
Hi, can somebody help me in this? I want to insert some data in table on this way; i have button, and in Button_Click event handler i have integer...
Zeljko Bilandzija
10-17-2007 05:50 AM
Zeljko Bilandzija Go to last post
2 3
Is there a way to display a web page then do something else - similar to the DoEvents in VB6? I have a rather long running process and I'd like to...
Larry Rebich
10-17-2007 12:51 AM
Cor Ligthert[MVP] Go to last post
1 5
I have an email account with btinternet.com that I can download my emails from within Outlook but (as I don't use their Broadband service) I am...
Peter
10-16-2007 07:27 PM
Peter Go to last post
0 3
Hello, we've a third-party software based on Java and i've to start it from a vb.net programm where the users select what they want to see by...
Peter
10-16-2007 02:35 PM
Peter Go to last post
2 4
When I use Calendar1.SelectedDate.DayOfWeek I see the name of the day - but in englich - I want it in danish ! How can I do that ? Best...
KSO
10-16-2007 01:31 PM
Cor Ligthert[MVP] Go to last post
3 4
Hi, I would like to know several things about the Grid class from System.Windows.Controls : 1. Can we define new types of columns (e.g. columns...
R.A.F.
10-16-2007 01:30 PM
R.A.F. Go to last post
0 2
A question that i have of you is this: This website....http:www.marshalltownkiwanis.org was created in ms publisher 2003. Viewing it in firefox,...
Alan
10-16-2007 11:30 AM
Alan Go to last post
0 3
You can still send information back to the client side. One way is custom exceptions. (Though you don't want to go nutso on...
sloan
10-16-2007 11:01 AM
sloan Go to last post
0 2
Check this blog entry for a Layered Application: http://sholliday.spaces.live.com/Blog/cns!A68482B9628A842A!140.entry Then,...
sloan
10-16-2007 08:55 AM
sloan Go to last post
0 3
Hi If I want to support multiple languages English/German/Dutch.. in a WinForm App and let the user change the language on the fly. What is the most...
ajk
10-16-2007 04:50 AM
ajk Go to last post
0 4
I haven't found any crystal report groups but im sure here there is people knowing about it. How do i create variables in a report. from crystal...
Franck
10-16-2007 01:10 AM
Mr. Arnold Go to last post
2 3
Hi, i have written a windows service which synchronizes data between databases. This service is running on a database server which holds production...
FreeNEasy
10-16-2007 12:17 AM
Mr. Arnold Go to last post
2 3
Is there any way to tell a web service session (using cookies) that it's no longer needed and to end from the client (which will be a Windows...
Hemol
10-15-2007 11:57 PM
Cor Ligthert[MVP] Go to last post
1 2
Is there a way to e-mail Word documents from tiger to the PC world so that they are not altered ? I often have occassion to do this and my recipient...
jc4patents
10-15-2007 11:50 PM
Cor Ligthert[MVP] Go to last post
1 3
Hi Gang, I'm looking for some best practices advice on using a product serial number. After validating the serial number in InstallShield I can...
Uriah Piddle
10-15-2007 11:45 PM
Cor Ligthert[MVP] Go to last post
1 4
I've altered the Subject Line to a question I posted the other day because I've found that (though I got a couple very helpful responses) my original...
Alan Mailer
10-15-2007 08:26 PM
Keith Go to last post
1 8
I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your...
Angel vasquez
10-15-2007 07:36 PM
Angel vasquez Go to last post
0 4
What solution is best? Ive heard so many developers curse VSS that Im leery if using it. I read a LITTLE bit on MS Team Server. From what I read,...
JP
10-15-2007 01:17 PM
Rad [Visual C# MVP] Go to last post
10 11
I read the reference license and took note of the employer-specific provisions. I am so glad I found that out before I installed. Anyone who...
Jani Järvinen [MVP]
10-15-2007 01:17 PM
Rad [Visual C# MVP] Go to last post
10 11
I'd like to know which programming environments can target the windows vista platform without being dependent on .net. So that my application will...
Kees de Winter
10-15-2007 01:17 PM
Rad [Visual C# MVP] Go to last post
2 3
I've found memory leakage in my program that causes the program to be very slow. I rebooted the computer and the program went away. Is there a...
Curious
10-15-2007 01:17 PM
Rad [Visual C# MVP] Go to last post
2 3
Hello all I am creating a VB.Net distributed SQL server 2005 application. Each computer in the system has a database with a table of users...
dgleeson3@eircom.net
10-15-2007 01:17 PM
Rad [Visual C# MVP] Go to last post
7 8
I have a user control in a form (form has a toolbar.) In the user control I have some text boxes for which I need to do some validations. Which is...
Krish
10-15-2007 01:17 PM
Rad [Visual C# MVP] Go to last post
2 3
I am writing a custom logging component (which uses App Block; good stuff there). The logger may be used in a winform, webform or in a webservice....
GSS
10-15-2007 01:17 PM
Rad [Visual C# MVP] Go to last post
3 4
I want to cast a generic class into another. Only difference is the type parameter used. In my original problem it would be an upcast of the type...
bugmenot@afrobacon.com
10-15-2007 12:51 PM
Jon Skeet [C# MVP] Go to last post
1 3
I can't figure out why once or twice per week, my C# server application throws OutOfMemoryExceptions. There is plenty of memory in the machine....
Lamont Sanford
10-15-2007 12:19 PM
Lamont Sanford Go to last post
16 17
I created a windows service using VS2005. I created/adjusted the install class using the designer controls. I set the user to be 'local system'. I...
TJ
10-15-2007 11:50 AM
TJ Go to last post
1 5
Good morning all, I am using the following code to delete a row from a gridview. It works fine, but is there a way to do this with a hyperlink. ...
dakota64
10-15-2007 08:46 AM
dakota64 Go to last post
0 5
i seem to have lost my e as a desktop and also in my 0rograms internet explorer has also gone i get onto the internet by going to windows live...
marj5240
10-15-2007 08:01 AM
PvdG42 Go to last post
3 5
I can find no discussion in the Internet regarding whether this is possible. I consider the spinlock on exception as a very ugly solution. Thanks
valentin tihomirov
10-15-2007 07:51 AM
valentin tihomirov Go to last post
0 6
Hi there, I have a WPF combobox with two values "Male" and "Female". It seems by default the control supports mnemonics, e.g. if I press "M"...
Oleg Ogurok
10-15-2007 01:53 AM
Oleg Ogurok Go to last post
0 3
Hi, I'm writing a trouble shooting utility that checks my assembly references. It creates a report for the support. Now I want to add some routines...
Ralf Abramowitsch
10-15-2007 01:39 AM
Ralf Abramowitsch Go to last post
0 3
I want to write to an output file, "C:\\temp\\debug.txt": If the file exists, append the new content to the end of the file (instead of overwriting...
Curious
10-14-2007 11:06 PM
PvdG42 Go to last post
1 2
I want to write to an output file, "C:\\temp\\debug.txt": If the file exists, append the new content to the end of the file (instead of overwriting...
Curious
10-14-2007 11:01 PM
Curious Go to last post
0 3
Hi, Does anyone knows how to use the CardGames.dll (\system32\CardGames.dll) in ..Net? I'm trying to make a card game, but I don't know how to use...
=?Utf-8?B?Um9iZXJ0?=
10-14-2007 11:59 AM
Todd Carnes Go to last post
6 11
How do I get disk cleanup to stop hassling me every five minutes? I have a storage drive which is DELIBERATELY full so that my C drive is empty....
fecker5
10-14-2007 05:53 AM
fecker5 Go to last post
0 4
Watch NFL Games Online! For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that...
Dexter H.
10-13-2007 10:04 PM
Dexter H. Go to last post
0 3
I'm sitting on the fence on this one, and wanted to get some other people's input. If you're a big B2B person, I would love to hear your...
Chris Mullins [MVP - C#]
10-13-2007 06:50 PM
Registered User Go to last post
3 4
Am going nuts - computer crashed & had to buy a new one which is Vista. Thankfully I had done backups to an external drive. I tried to import...
das
10-13-2007 04:27 PM
das Go to last post
2 3
I was wondering if it was possible to install VPN services on a windows 2003 terminal server using a single NIC? If not can I do it with 2 NICs?
SkiOne
10-13-2007 03:18 PM
SkiOne Go to last post
0 2
I have several .net window form applications. How do share data among them so that I only have to update data from one application and other...
Kueishiong Tu
10-13-2007 04:41 AM
Kueishiong Tu Go to last post
2 6
Tuesday, November 6th San Diego .NET Developers Group will feature two presentations: Real World Experiences with Silverlight presented by John...
sddotnetdg.org
10-12-2007 04:44 PM
sddotnetdg.org Go to last post
0 2
Unable to find dependency 'CTS' (Signature='(null)' Version='1.0.2827.15181') of assembly 'FMRSystems.exe' How do I get past it?
OriginalStealth
10-12-2007 02:58 PM
OriginalStealth Go to last post
0 5
Does anybody know of a good tutorial, or somewhere where I can learn about editing with Microsoft Visual Basic? I'm trying to edit fillable forms,...
FNAIGIS
10-12-2007 01:40 PM
FNAIGIS Go to last post
0 3
If I need to uninstall then reinstall Office 2007 Home and Student from my computer how can I reactivate the license. -- AL
AL G
10-12-2007 01:11 PM
AL G Go to last post
2 3
I have repeatedly tried to install Net2. I keep getting the following error message. I've looked through the Knowledgebase but can find nothing....
Steve Zygote
10-12-2007 12:20 PM
Steve Zygote Go to last post
2 3
Hi all, I have trying to test an XML file with a XSLT file. However, I don't know how to dump the content (generate page to the screen)....
mazdotnet
10-12-2007 11:42 AM
mazdotnet Go to last post
0 5
Well, after installing the beast, I finally got around to making all the SQL Server and client config changes. Then I ran the WCF service hosts,...
John A. Bailo
10-12-2007 11:36 AM
sloan Go to last post
1 3
Post New Thread

Display Options
Showing threads 801 to 850 of 37183
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.