Home All Groups Group Topic Archive Search About

General .NET discussion

microsoft.public.dotnet.general
Score Shell32.dll & kernel32.dll
Nikki - 30 Dec 2006 6:04 PM - 4 messages
Hi I've recently got back onto internet after some time away (ISP problems..faulty line?!) I had a lot of updating to do on my XP Windows updates, AVG, spybot etc. Anyway seems at some point I encountered a virus, ...
Score transfering images from nikon coolpix L4 digital camera
Jayboneski - 30 Dec 2006 1:59 PM - 3 messages
In windows ME, I am getting an error message saying the device loader could not load the device driver ...
Score Explain interoperability.
sonu - 30 Dec 2006 6:38 AM - 3 messages
Please explain Interoperability in .NET Technology. ...
Score Typing Markup Tags Ending in />
Nathan Sokalski - 30 Dec 2006 6:09 AM - 15 messages
I often use self-closing tags (such as <br/>) when creating an ASP.NET application. However, when I enter them in Visual Studio .NET 2005, it automatically inserts a space before the />. In most cases this does not ...
Score OT: The Economics of Incompetence
Bob Johnson - 30 Dec 2006 5:27 AM - 31 messages
Hourly Rates: Senior Programmer - $85.00/Hr. Junior Programmer - $15.00/Hr. Incompetent Programmer - $15.00/Hr. The Project: Create a simple report. Initial Cost of Project: Senior programmer takes 10 minutes to complete the report. Cost to the business: $14.00 ...
Score Combobox: fast filling with enumeration values?
herbert - 29 Dec 2006 9:46 PM - 2 messages
Is there a quick way to preload a ComboBox with all values of an Enumeration? Either in VS.2005 Designer or at run time. In my case the combobox is bound to a property of a business object. thank you. herbert ...
Score Import Excel Spreadsheet into ASP.NET without Office on server
polabear - 29 Dec 2006 3:08 PM - 5 messages
I need to import the content of an Excel Spreadsheet stored on the client into an ASP.NET application written in VB.NET where Office is not installed on the server, and I don't know where to start. Any suggestions would be ...
Score ASP.NET 2.0 Menu Control
Simon Amrein - 29 Dec 2006 10:21 AM - 2 messages
Hello NG Does anyone knows, how I can design the submenu-style different from the mainmenu? <asp:Menu ID="menu1" runat="server" BorderColor="#000040" BorderStyle="Solid" CssClass="frameworkWide"  Orientation="Horizontal" DynamicEnableDefaultPopOutImage="False" StaticEnableDefaultPopOutImage="False" > <DynamicHoverStyle CssClass="dynMenuStyle"/> ...
Score Databinding not working in WPF between elements
moondaddy - 29 Dec 2006 8:56 AM - 5 messages
I'm trying to databind a dependency property in a custom control (CenterX) to the Line.X1Property property of  line.  If I can correctly do this (and the same for the 'Y' props) then when I drag my custom control the line ...
Score reading to get started
David McDivitt - 29 Dec 2006 7:35 AM - 5 messages
I have opportunity to get involved with a .net project, but haven't done any ..net yet. I'm an expert in VB6, Java, and J2EE. Could someone please recommend some online stuff to read to get me going. I have everything ...
Score can i access CRM from ouside LAN
uMar Khan - 29 Dec 2006 7:05 AM - 2 messages
Hi All, if i have a implementation of MS CRM 3 in my office. All users of CRM can access it from within the LAN through windows authentication. How can they access it from their home or some remote position. i dont ...
Score Help trying to login to myspace programatically in vb.net
AppleBag - 29 Dec 2006 1:40 AM - 7 messages
I'm having the worst time trying to login to myspace through code. Can someone tell me how to do this? Please try it yourself before replying, only because I have asked this a couple of times in the past in other ...
Score Getting New Password from PasswordRecovery Control
WB - 28 Dec 2006 11:56 PM - 3 messages
Hi, Does anyone know how to programmatically get the new password from the PasswordRecovery control? I'm modifying the SendingMail event of my PasswordRecovery control so that I can customize the message, but I don't know how I can get the new password to ...
Score Check File or Folder Permission
Ganesh Muthuvelu - 28 Dec 2006 10:52 PM - 4 messages
Hello, I want to check programatically if the user has permissions to read, write particular file or folder in the drive. I guess we have to use the System.Security.Permissions namespace but could not do so. Can someone help?. ...
Score VS2005 IDE Crawls
Julian - 28 Dec 2006 7:59 PM - 8 messages
Hi I recently installed VS2005 standard edition on my pc which is Athlon 1.4Ghz processor with 512 Mb of RAM with XP Pro sp2 and although the performance of VS2003 was acceptable VS2005 takes an age to load and the IDE is so sluggish ...
Score Proxy servers and .NET
Quimbly - 28 Dec 2006 4:49 PM - 2 messages
Is there any way in the BCL to detect what proxy server settings are configured through IE (i.e. Tools-Internet Options->Connections tab->LAN Settings->Use a proxy server for your LAN...)? Furthermore, if a proxy server is problematic (i.e. non-existant or is ...
Score IDbCommand, Oracle, Select query
Magnus Flisberg - 28 Dec 2006 12:24 PM - 2 messages
Best programmer, My mission is to execute a sql statement in vb.net and retrive the data into a file. I have managed to detect som issues with my code: queryString = "SELECT ...."         connectionString = "server=OraOLEDB.Oracle;User ...
Score Usability issues...
Ashok Guduru - 28 Dec 2006 6:00 AM - 3 messages
Hi, I use FireFox (2.0) and now IE7 also. Both browsers has tab page facilities. This is really nice feature. Both browsers has close buttons on tab page itself. This is also a nice thing (as I don't need to put some strain to ...
Score Wish List...
Ashok Guduru - 28 Dec 2006 5:34 AM - 4 messages
Hi reg. VS.NET 2005 In my C# project, I've many files (aspx and .cs etc.) in folder hierarchy. When I open any file (.cs or .aspx) the solution explorer is not showing my current file as selected. This makes me bit difficult to find it in solution ...
Score Need help optimzing URI Normalizer class
Richard Aubin - 28 Dec 2006 2:09 AM - 3 messages
Hello everyone. In order to build a more effective web crawler, I needed to be able to extract link information found within HTML pages. I encountered some problems with my initial tests with parsing anchor tags (<a href=""></a>) that gave me erroneous results when the crawler encountered ...
Score Help with InvalidCastException
Chris - 27 Dec 2006 9:31 PM - 3 messages
Hi, I have a problem with part of my code. I am trying to Cache a Generic Collection Private nodeCollection As New Generic.List(Of MenuNode) If (Cache("MainMenu")) = Nothing Then            ... ...
Score prevent user from moving off current row when data changed
jay.meerdink - 27 Dec 2006 9:22 PM - 4 messages
Greetings! I have a simple Windows form for editing.  Search results are bound to a bindingsource and shown in a datagrid paired with a datanavigator. The current row's data is displayed in text boxes bound to the same ...
Score MS Office License for VB.NET
Fla - 27 Dec 2006 6:03 PM - 2 messages
Good morning. I'm developing a software in VB.NET using MDAC (through System.Data.OleDB) to read and write MSExcel And MSAccess files in a target machine without MSOffice. Is there any rojalty on .MDB and .XLS formats? Can I manage XLS and MDB file without MSOffice license? ...
Score Creating registry key for all users
sebapi - 27 Dec 2006 10:51 AM - 2 messages
Hello! How to create registry key for each user ? I would like each user has \Software\SomeKey registry key. I can not use HKEY_LOCAL_MACHINE because I want to that even ordinary user can create keys. Thanks for help. Regards. Sebastian. ...
Score Power Point Automation Delete Slides
waheed iqbal - 27 Dec 2006 7:48 AM - 4 messages
I am working on Power Point Automation and  i just want to disable Delete Slide Option , Is there any way to disable delete slides option from right click menu and using delete key. ...
Score WPF inheritance
mail2hari - 27 Dec 2006 5:57 AM - 2 messages
Is it possible to inherit page(System.Windows.Controls.Page), like Visual inheritance on a WinForm. any help is highly appreciated. thx in advance... ...
Score JVC video files .mod
mlkklm33 - 27 Dec 2006 2:31 AM - 2 messages
I have a new digital camera that is downloading .mod files that is displaying video but no sound.  It says it is missing a codec.  Anyone know what this means. ...
Score BindingList Memory Leak
Chris - 26 Dec 2006 4:28 PM - 2 messages
Hi, I got this in an email. Have you guys ever heard of this? I quote from email "The System.ComponentModel.BindingList shares a general problem related to containers which are consumers of events published by their containees. Naturally, a BindingList, acting as a container, acquires strong references ...
Score getting the GUID from of a loaded assembly
Ron M. Newman - 26 Dec 2006 4:06 PM - 5 messages
Hi: How do I get the GUID string out of an assembly? (I have it loaded and referenced from an Assembly obect). -Ron ...
Score Open a URL, fill in fields and submit using .net code
Sameeksha - 26 Dec 2006 12:50 PM - 7 messages
Hi, I want to write a simple .net program to open a URL, fill in fields, and click on a button to submit it using .net 1.1 framework. Can someone help in suggesting the libraries I should use? I tried using javascript, however, I am not able to make javascript wait for ...
Score List of all components
gusse.net - 25 Dec 2006 9:25 PM - 3 messages
how do I get a list of all components on a form using reflection ?? or is there another way of doing this ?? can anyone help ?? ...
Score Sort an arraylist
Its me Earnest T. - 25 Dec 2006 2:13 PM - 3 messages
I have a class that looks like Public Class Number     Public Index As Int16     Public Appears As Int16     Public Ratio As Single     Public Sub New(ByVal index As Int16, ByVal appears As Int16, ByVal ratio ...
Score How to get virtual path of a folder on a server independent of where it is reside.
gujarsachin2001@gmail.com - 25 Dec 2006 9:25 AM - 2 messages
Hello friends,    I have one folder Named as MainFolder on server. I have one more folder named as subfolder inside tht main folder.Now I want to save some pictures in tht folder but at runtime I m not getting correct ...
Score Best Method for using other languages in C#
ccurrens - 25 Dec 2006 8:06 AM - 3 messages
So, I am writing an application in C#, and I have some old C code that I want to use.  Now, i tried to convert it to a DLL, and while I easily got it working, it didn't work like it was supposed to.  The problem, is that there ...
Score Weird things in Vista and VS 2005
Henry Jones - 24 Dec 2006 10:25 PM - 4 messages
I am Using Vista with Visual Studio 2005 and when I open a project, it could take a full minute or two before the "start debugging" button turns green on the menu.  Also, in the Solution Explorer, the buttons for "View Designer", ...
Score output window disappeared
Sinclair - 24 Dec 2006 1:43 PM - 2 messages
Hi everyone, it happened to my VS2002 that I can't see Output window. I selected view-other windows-output, but nothing happened. It is really nightmare to find errors after build process. No one error message appears. How to have output window back on VS main window? ...
Score Deploy App with ReportViewer (VS2005)
mtczx232 - 24 Dec 2006 12:44 PM - 4 messages
to use with ReportViewer on end user machine, need to install the Microsoft Report Viewer Redistributable 2005. [link] Have a way to do that without this installation? ...
Score Sort not working
Peter Schmitz - 24 Dec 2006 11:49 AM - 2 messages
Hi, I tried to use the Sort() function of my ArrayList object to sort a list of the following structures: Public Structure myData a as Long b as Short End Structure Therefore, I wrote the following Comparer: Public Class MyComparer ...
Next »