| Thread | Last Post | Replies |
|
| Google Toolbar for Firefox (including Linux) | 24 Sep 2004 20:36 GMT | 2 |
This works in either Linux or Windows. Get the Firefox 1.0 browser at http://www.Mozilla.org Under Tools->Extensions select "Get More Extensions" Then select the GoogleBar -- should install in seconds.
|
| how to use theme in winform | 24 Sep 2004 19:19 GMT | 1 |
I am new to vb.net and trying to build a VB.net winform application. I really like the new look of buttons, readio buttons etc. on my WinXP box. But only thing is I cannot make it consistent with my form background color (greyish by default?). My question is, how can I can change my ...
|
| VS2005 Whidbey Beta 1 FileLoadException when loading assembly | 24 Sep 2004 18:48 GMT | 4 |
Im at a loss on where to proceed next. I wonder if anyone can help me. I have a managed C++ DLL is basically a thin wrapper around several unmanaged classes. This DLL builds fine.
|
| most secure way to store sql connection information | 24 Sep 2004 17:27 GMT | 6 |
Guys, I am writing a database application(vb.net , sql server) and is presently storing the connection settings in a xml file...not very secure though. What is a safer method in a dynamic environment?
|
| How to run .NET Dlls under different accounts | 24 Sep 2004 15:52 GMT | 1 |
Is it possible to specify which windows account code in a .NET library will run under. I used to do this in vb6 by using the MTS and specifying an account. Thanks.
|
| Add/Remove Programs: The specified service does not exist as an installed service | 24 Sep 2004 15:50 GMT | 1 |
I am trying to write a Windows Service in C# .NET Version 1.1. I followed Microsoft's directions: (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbwl kwalkthroughcreatingwindowsserviceapplication.asp) to the letter and everything worked fine.
|
| Debugging Challenge - no source available | 24 Sep 2004 15:43 GMT | 2 |
I am working on an application which uses quite a few bitmaps as skins for custom controls. I am getting a very difficult bug to track - my application performs quite a few bitmap operations which use a timer to help time-slice so the UI remains
|
| Problem installing VS .Net | 24 Sep 2004 13:57 GMT | 1 |
I am trying to install VS .NET 2003 but when I choose the only available option "Visual Studio .Net Prerequisites" it tells me that "another program requires the computer to reboot". But I still get this message after rebooting the
|
| Some IEs crash when using Response.WriteFile() | 24 Sep 2004 12:59 GMT | 1 |
We are building a webapplication but keep hitting a wall: The user can download files but we need to check if they are authorized to do so. We do this with a download-page and use the following code: public void ProcessRequest(HttpContext context)
|
| Moving Controls @ Runtime | 24 Sep 2004 11:33 GMT | 3 |
basically I want to be able to determine the height of a panel at runtime on a webform. The only value I can squeeze out of the control properties is the height that is set at design time. I know the height differs because controls within the panel are dynamic thus affecting ...
|
| looking for installer that will smartly download framework if it is not installed on users machine | 24 Sep 2004 11:32 GMT | 5 |
I am deploying some software. I want the installer (wise, installshield, or whatever you reccommend) to smartly analyze the users computer and look to see if the .net framework is installed. If it is not installed then download framework and when that is done it
|
| Visual Studio 2005 new release | 24 Sep 2004 10:58 GMT | 2 |
I just downloaded and attempted to install the new version of Visual Studio 2005 .NET bata. During the install process, I was asked for Disk2. The install came from a DVD and didn't come with a second DVD. What am I to do to get this new version installed?
|
| Events, Threads and ISynchronizeInvoke | 24 Sep 2004 10:57 GMT | 9 |
My application has a need to cache a number of shared reference lists containing basic business objects. In order to improve performance these lists are fetched and updated in the background. When a UI is required to display one of these reference lists it requests it
|
| Access modifier Public in exe assemblies | 24 Sep 2004 10:56 GMT | 3 |
I know the usage of access modifier ?public? in DLL assemblies but I am a bit puzzled that if let say I have a public class in an exe assembly then what purpose access modifier ?public? will server. Related to the same thing is it possible that we can expose exe assembly like DLL ...
|
| Shortcut keys to textbox | 24 Sep 2004 10:32 GMT | 4 |
I'm trying to set shortcut keys for textboxes. But what is the best way to do this in VB.NET. In Access it was very simple, just put an "&" sign in the label that belongs to the textbox. But in VB.NET it looks like you have to program code for the shortcut keys.
|