Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > april 2007 > threads for april 15 - 21, 2007

Filter by week: 1 2 3 4 5

Startup Programs
Posted by sistahgurl at 4/21/2007 9:08:04 PM
My computer currently uess windows xp. I recently found out when trying to download an upgrade that my software couldn't be validated. I am hoping that someone can tell me how to uninstall this software and install valid software. -- xoxoxoxoxox Sistahgurl xoxoxoxoxox...more >>


MCAD Certification classes
Posted by ksid at 4/21/2007 7:56:00 PM
Hi , I want to do MCAD , so i want to join the MCAD Certification classes , I have little bit experience with Visual Studio 2005 , I am working in Concord (california) , so i am looking for school some where around in bay area , if anybody knows about the schools , i will really appr...more >>

Xp wants a password to access Vista network
Posted by so_y_not69 at 4/21/2007 6:50:00 PM
I got the Vista & Xp machine on a wired network and I can access the Xp machine no problem. The trouble is Xp is looking for a Username & password to access the Vista machine. In the network and sharing center, If I select public folder sharing or Printer sharing, it says that a password is ...more >>

Assemblies requiring admin on Vista
Posted by Carl Woodward at 4/21/2007 1:08:59 PM
Dear all, Reasonably new to .NET I am confused. Some of the .exe assemblies I am creating using VS2005 are requiring User Account Control confirmation on Vista, but some are not. I am not intentionally (could have done it by accident I suppose) specifiying anywhere that they should need Adm...more >>

problem with relocated dll
Posted by tash at 4/21/2007 4:56:01 AM
when turning on computer comes updll user 32.dll was relocated in memory because dllc:\windows\systems32\hhctrl.ock has occupied an address range reserved for windows systems dlls -- thankyou...more >>

Custom document app design
Posted by TEK at 4/21/2007 1:17:30 AM
Hello I'm wondering if anyone have some good ideas/solution to a problem I'm working on. Target: Give the user a "MS World" like document UI to work with when editing data stored in a object model. The application this will be used in is a rich-client. An simplified version of the model ...more >>

Passphrase to hexadecimal
Posted by John NO[at]SPAM gmail.com at 4/21/2007 12:00:00 AM
my network card does not have a Passphrase to hexadecimal WEP conversion capability which means when i travel I have difficulty getting on a network. I have found an on line option http://www.powerdog.com/wepkey.cgi but it is useless if i cannot get on. Can I do the same thing in VB6? Where w...more >>

Bug in dotnet 2.0 ? Retrieving properties for desktop folders
Posted by Martin jensson at 4/20/2007 3:53:10 PM
Hi, If I get the ACL of a desktop folder, I do not get the 'right' security settings. For example the right Read is true when I check using the security properties in the windows explorer. The strange thing is that in comparison with a normal folder (say c:\temp) in the code below bReadAll...more >>



AJAX - Force Full Page Postback
Posted by Bryan at 4/20/2007 2:22:02 PM
Is there a way to force a "traditional" full page postback in AJAX? I have a page with multiple UpdatePanels and I usually call UpdatePanel.Update() to do a partial postback, but I have one condition that requires an update to several controls that are not in an UpdatePanel and it makes sen...more >>

Which method can I override in List<T> to validate inserts?
Posted by Niels Ull at 4/20/2007 12:24:33 PM
Hi! I am looking for a simple way to validate members in my own System.Collections.Generic.List<> derived class? In CollectionBase, I can override OnValidate - is there a similar functionality in List<>? Regards Niels Harremoë ...more >>

Sending mail.....
Posted by squishy at 4/20/2007 10:42:07 AM
I want to check an emailbox (that does not offer forwarding functions) and forward the mail in it to my new account. That's not a problem. But, I want the mails that I forward to my new email account to look and act like they came from the original sender (i.e. when I click reply, I want the...more >>

XP - "Delete Block? No, (Yes) where did this come from?
Posted by TED at 4/20/2007 10:26:03 AM
I just recently bought a refurb laptop with XP Home Edition (all updates current.) Now in Outlook 2003 as well as Word I get a message when I highlight a block of text to delete. Specifically I get: "Delete Block? No, (Yes)" Then I have to hit the "Y" key on the keyboard to delete the select...more >>

Custom OLE objects in VB.NET
Posted by Anthony Queen at 4/20/2007 9:30:04 AM
Hello All, I have created a custom "field" object in .Net that implements IOleObject. It inherits from "System.Windows.Forms.Label". It also has several public properties that contain data to be recalled later. I have also provided COM identity by exposing ClassID, InterfaceID, and EventsID...more >>

micrsoft works vista home premuim
Posted by xxluciferxxd at 4/20/2007 9:30:01 AM
im looking to buy a new laptop with vista, could anybody tell me which microsoft works software is compatible with vista....more >>

My Zune install error fix
Posted by Spyke at 4/20/2007 8:16:04 AM
I FOUND MY FIX!!!! I think my problem was i didnt have access to the Documents folder in My Computer. Not sure how that happend. But heres a fix for it and more fixes I have tried that might help someone else... http://www.zunmp3player.com/help/zune-software-installation-error-1317-resolv...more >>

change company name in Visual Studio
Posted by Matt F at 4/20/2007 7:48:16 AM
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. Changing the company name on the MSDN subscription is p...more >>

Dependency Properties...
Posted by Jason Richmeier at 4/20/2007 5:56:03 AM
I came across a code sample in a book that I am reading that uses a dependency property. I looked at some of the documentation for dependency properties but, for some reason, the concept is not clicking. Can anyone provide an simple explanation of what they are and why I need them or point ...more >>

DNS Administration on Vista?
Posted by MK John at 4/20/2007 5:40:02 AM
Hi, I'm fairly new to Vista and was wondering if it is possible to administer a DNS server on Vista (if one is available) using .Net? I have used the System.Management namespace for DNS administration on Windows 2003 server, but can't find the DNS server anywhere on Vista, nor any rela...more >>

Gmail & yahoo
Posted by Mahesh at 4/20/2007 4:46:00 AM
How do I set my mail account to receive and send from Gmail and Yahoo...more >>

Outlook 2007 super slow
Posted by Craig at 4/20/2007 3:06:01 AM
Hi, Has anyone worked out a way of speeding this up? I spent over £4000 on licences for my company and installed it first on my laptop only to find it super slow during send/receive and then to learn from all the posts on the web that it is a known and very common issue so i can't roll it ou...more >>

ASP.NET ticking
Posted by tom at 4/20/2007 12:00:00 AM
Hello, 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. Could you please explain to me how to imple...more >>

DatagridView Binding
Posted by John Bundy at 4/19/2007 10:50:02 PM
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 amount_paid, the ...more >>

Interrupt SQL Query
Posted by Bruce HS at 4/19/2007 1:36:04 PM
I'm using VS2005 Winforms. I want a method to allow the user to be able to interrupt an SQL query if he decides he doesn't want to wait for it any longer. I've used IAsyncResult to open an async connection that runs an ExecuteNonQuery, but this method doesn't allow interruption (EndExecu...more >>

What do you use for Application Server?
Posted by BF at 4/19/2007 1:08:05 PM
In Microsoft architecture diagrams, I always see 3 layers of application structure: web server, application server and database server. Web server is IIS. Database server is SQL server. What do you use for application server? COM+ server is for COM interface which is not ideal for .NET ap...more >>

Gridview Select Event does not fire
Posted by (eric.dehaan NO[at]SPAM gmail.com) at 4/19/2007 12:39:39 PM
Hello, I'm writing my own mini-CMS. Default.aspx has a placeholder which i dynamicly populate with Web User Controls. On of these controls consists of three Gridviews. The Select command doesn't get fired when I click 'Select' on these gridviews. But, when I create an empty aspx page, wit...more >>

Configuration File
Posted by Irfan at 4/19/2007 12:28:02 PM
hi, I have few projects in my solution and they all access a single Acces Database. I want to create a coonectionString that is unique to the whole solution, however when I set the ConnectionString in the configuration file it is specific to a PROJECT in the solution, not the whole soultion...more >>

accessing main frame from .net application
Posted by Vinki at 4/19/2007 12:22:04 PM
Is there any way I can access .net application through mainframe....more >>

Can .NET Remoting or COM+ serviced component help performance?
Posted by BF at 4/19/2007 11:46:01 AM
I want to improve the response time of my application. I have 3 options: 1. Run both ASPX pages and our business objects on web server and use web farm technology. 2. Move our business objects to COM+ as serviced components. Then run our web pages on web servers in a web farm. And run COM+ ...more >>

Zune Install Error
Posted by Spyke at 4/19/2007 9:24:02 AM
I am having some trouble installing Zune for my Xbox360. I see that alot of people are having problems but I can seem to find a fix for me. I download Zune from the website, installs all the way until the last minute, than says an error during the install, close apps and restart PC. Here is ...more >>

Performance Tools in Enterprise Archtect version?
Posted by mudGil at 4/19/2007 8:26:00 AM
Hi, I have the Enterprise Architect version installed on one machine, and the developper edition on another (VS.Net 2005). To my surprise, the performance tools are only available (in the menu system) on the developer instalation. Is that realy so? Is there a way to get them in the Arc...more >>

RichTextBox multithreading
Posted by lizii at 4/19/2007 8:08:45 AM
At the moment i am trying to write into a richtextbox using the Rtf call from another richtextbox. However realising that richtextbox do not have multithreading - i know i need to invoke this item and make it multithreaded safe. But i cannot find a single good example of how to do this. The ...more >>

.NET Remoting vs COM+ Serviced Component
Posted by BF at 4/19/2007 8:04:04 AM
I am currently working on moving our business objects into COM+ serviced components. But in the process, there are too many changes such ComVisible and serviced component does not support parameterized constructors. So I am thinking whether I should change to use .NET remoting instead. Have...more >>

TypeCodeDomSerializer and TypeConverter
Posted by supportdev at 4/19/2007 3:12:02 AM
Hi, Does anyone has a link or sample code of how to use the above two classes. We want to to perform the following: 1. Have a ControlA in Toolbox 2. When we drop it on the form we generate ControlB class as internal class declared in the form and create an instance of this ControlB class...more >>

Help with Regex
Posted by TumurS at 4/19/2007 12:00:00 AM
Hi! I need to parse an input string. The string must consist of 1, 2 or 3 float numbers separated with blanks: Regex r = new Regex(@"^\s*(?<x>[0-9.]+)(\s+(?<y>[0-9.]+)(\s+(?<z>[0-9.]+))*)*\s*$", RegexOptions.ExplicitCapture); Match m = r.Match(intput_str); string x, y, z; if (m.S...more >>

Unable to decipher CD
Posted by Verlene at 4/18/2007 9:24:15 PM
I recently upgraded my computer from Windows ME to Windows XP. Before upgrading I saved my files on a CD. After I upgraded I am unable to decipher anything on the CD. It appears to be in code or something foreign. Is there anyway to decode my CD so I can read its contents? Thanks for the help....more >>

Activation context generation failed
Posted by Dieter (DDP) at 4/18/2007 9:21:57 PM
Hello When i add new resource files to my usercontrol project and i compile the project a i get a error message in the event log Activation context generation failed for "C:\Windows\Microsoft.NET\Framework\v2.0.50727\AL.exe". Dependent Assembly Microsoft.VC90.CRT,processorArchitecture="x...more >>

access the axis of the graph
Posted by smith.mariya NO[at]SPAM gmail.com at 4/18/2007 11:35:27 AM
hi, i am mariya. i am working on vb.net. i have created the powerpoint addin. i have inserted the chart on the slide through vb.net code. now, i want to remove the gridlines on the chart and want to remove the y axis. i am not able to get the exact object and properties of the axis . can u plz ...more >>

Emulate HyperTerminal
Posted by C a r l o s A n t o n i o at 4/18/2007 10:29:01 AM
Hello, I have to submit a file via HyperTerminal using my PC's internal modem on a daily basis. Does anybodoy know how to accomplish this in VS2005? Any language is good, VB preferred. Thanks. Regards, C a r l o s A n t o n i o ...more >>

Sessions in Custom RoleProviders
Posted by anonymous at 4/18/2007 9:50:01 AM
I'm working on a Web Application where we control access to our Web Pages by using Roles. We assign which roles can view which web pages in our Web.sitemap file. Due the nature of our Application we needed to create our own Cusomt Role Provider that will go out to the database and get the ro...more >>

Binding a grid to master/detail related datatables
Posted by J.Matthews at 4/18/2007 7:58:17 AM
Picture the cut down scenario... Say I have three datatables (Person, Address, Street) that are linked with datarelation objects using the PK/FK associations... Person -------- PersonId {PK} AddrId {FK} Forename .... Address ---------- AddrId {PK StreetId {FK} HouseName .... ...more >>

ShellExecute on MSVC6.0 vs MSVC.NET
Posted by Gary at 4/18/2007 7:12:00 AM
I'm ported several existing projects from VC++6.0 to .NET2003. I seem to have a problem with ShellExecute() however, as in: // Opens a browser HINSTANCE rc; rc = ShellExecute (NULL, "open", "http://123.456.789.001", NULL, NULL, SW_SHOWMAXIMIZED); This works as expected w...more >>

CreateFile to open a COM port woes
Posted by Gary at 4/18/2007 7:10:06 AM
Been struggling with the code below for the last couple of days: m_hSerialHandle = CreateFile("COM1:", GENERIC_READ | GENERIC_WRITE, 0, NULL, OPEN_EXISTING, /*FILE_FLAG_OVERLAPPED*/0, NULL); With VC++6.0, this executes fine and I am able to establish a connection w/ a device via COM1 h...more >>

How do you pull a copy of a dll from the GAC?
Posted by NullQwerty NO[at]SPAM gmail.com at 4/18/2007 7:06:30 AM
Hi folks, We have a dll in the GAC (a dll that we created but lost the source code for). We would like to pull a copy of the dll out of the GAC (to install it on another server). I have tried browsing to the GAC and hitting Ctrl+C on the dll, but that does not work. The GAC utility can in...more >>

Add reference to 2.0 library ????
Posted by calderara at 4/18/2007 6:00:05 AM
Dear all, I have build a library with .NET 2.0 I want to deliver that library for beeing referenced by a .NEt 1.1 project. For that, on the machine where I have .net 1.1 installed and VS2003, I copy my 2.0 library into a folder. then from the 1.1 project I add reference to that library. Doi...more >>

set default font in office 2003 by using group policy
Posted by bazza at 4/18/2007 3:34:02 AM
Hi, Can anyone tell me how i can use group policy to set one default font in microsoft office 2003? Or if you have another answer for my problem please let me know! Thanks!...more >>

Very anoying problem, please help (asp.net, IIS, regex)
Posted by Tomislav Fistric at 4/18/2007 1:01:10 AM
Hi all. I have very uncommon problem. I am running IIS 6.0 on 2xXEON dual core 3.06 (8 virtual CPUs) with 4 gb of Ecc ram and i get system.outofmemory exception on asp.net website. Thing is that i have big load on site (site is a crawler that visits 500k pages daily). I have optimized the co...more >>

Too much in Load-Event?
Posted by Rudy at 4/17/2007 7:20:01 PM
Hello all! This may seem stupid, but here it goes. In my load event I have a bunch of Add Handler statements for a file watch process. Here is a sample. I have 8 of these little gems goin on. Basicly this is looking for a *.rb file to create a another window in the program. I can go into ...more >>

Passing "Are you sure" message across layer boundaries
Posted by Barry Gilbert at 4/17/2007 1:52:02 PM
I would like a particular business object to ask for validation when a property is set to a specific value. In this case, I have a TimeStart property and a TimeEnd property. When creating a new object, the default for these properties is Now. However, saving the data with both values set to no...more >>

Framework Bug: KeyedCollection<T>
Posted by Chris Mullins [MVP] at 4/17/2007 12:10:50 PM
KeyedCollection is a very handy little class, that unforutnatly has a nasty bug in it. The bug (which I ran across) causes the following code to fail: if (!rooms.Contains(room)) _rooms.Add(room); The problem is that contains returns "false", but then Add throws an exception because...more >>

Msoft, please stop using that word
Posted by Toco at 4/17/2007 9:18:05 AM
why is it that microsoft always has to use the word "RICH", everytime they describe some component of .net or new software release? can someone please tell me the company's RICH attachment to that word? I think I'm going to start a new .NET app. It will fire everytime I navigate to MSDN.c...more >>

Limiting a Bound ComboBox List Items
Posted by gleadams NO[at]SPAM gmail.com at 4/17/2007 9:02:37 AM
I have databound a Windows form ComboBox control to a DataSource and DataMember and it is properly showing the data as I navigate through the records. My question concerns the choices in the pull-down list itself. The Field is Priority and the only available choices should be "High", "Low", "...more >>

Can you serialize nested objects to XML?
Posted by Byron at 4/17/2007 8:52:03 AM
When I try to serialize an instance of the LocationCell below (note Building field) I get an error in the reflection attempt. If I remove the _Building field it serializes fine. I tried renaming Building._Name to Building._BName in case the duplicate name was the issue, but that didn't help....more >>

How to connect remote server
Posted by MSK at 4/17/2007 8:28:03 AM
Hi, I am a newbie to .NET/Networking if I develop a project in 1. VB.NET + SQL server database 2. ASP.NET + SQL server database 3. .NET ( vb or asp) + Access database Which one is advisable, in terms of hardware, security, cost...? one more thing, my user has just internet connectio...more >>

XP 64 OEM Licensing
Posted by Luciano at 4/17/2007 7:56:03 AM
Hi to all, I have a lot of windows XP 64 OEM wkts and I want to install Windows XP Pro on this wkts. Did the license of XP 64 cover this downgrade? Should I reinstall all the system without bought any licence of XP Pro? Thanks...more >>

Migration from VS6.0(VC++) to VS2003(.NET)
Posted by PSN at 4/17/2007 7:55:23 AM
Hi all, I have a VC++ project built in VS6.0. I now want to migrate the project to .NET with Visual studio 2003. The only reason being the availability of the function "_strtoi64" in .NET which has a critical role in my project. Also i guess migrating to this environment is inevitable may be in...more >>

Visual Studio 2005 and VBS6 installation
Posted by lemanp at 4/17/2007 7:18:02 AM
Hello, I've installed VS2005 and VBS6, and when I launch VBS6 VB2005 installs many components at every starts ... (20Minutes at least). Does anyone knows why and how to bypass it? Regards, Peter....more >>

Forms and lebels
Posted by Allen Maki at 4/17/2007 2:53:40 AM
Hi Everybody, I am new to Famework Programming and I need your help. In Visual C++ .NET Forms. Labels. If I want to add XXXX to the label, I can do that through the "Text" property in the property editor. But I want to add the XXXX during run time. In other words I w...more >>

need power pt display different than computer screen
Posted by Dick C at 4/16/2007 2:16:01 PM
I have typed in lots of notes on each power point screen. And when I use my projector to display the presentation all my notes are observable. There must be some way to keep my notes hidden from the viewers and only observable to me on my own computer screen. Anyone got any ideas about how ...more >>

Design time link
Posted by supportdev at 4/16/2007 5:42:02 AM
Hi, Is it possible in visual studio 2005 at design time to link a control on Form 1 to another control on Form 2. Regards Charles Mifsud Shireburn Software Ltd....more >>

Telnet session ANSIW
Posted by pickedaname at 4/16/2007 3:32:01 AM
Hi, I am trying to establish a telnet session to do screen scraping. This device returns some custom escape sequences, which I can ignore, and some standard escape seq's. At your suggestion, I used Ethereal and netcap.exe. On negotiation the server requests ECHO, and also BINARY. When submitti...more >>

ASP.net web development - iTechArt Group
Posted by VB at 4/16/2007 3:30:54 AM
iTechArt Group - Custom Software Development and Offshore outsourcing Company http://www.itechart.com/ Offshore custom software development company iTechArt - Web site and Content Management Solutions development, CMS consulting: Ektron, Drupal and DotNetNuke iTechArt Group provides high...more >>

reflection
Posted by Perecli Manole at 4/16/2007 2:17:00 AM
Is there a way to reflect the events in a class that are declared as "Friend"? Dim objEventDescriptors As EventDescriptorCollection = TypeDescriptor.GetEvents(Me, New Attribute() {New ScriptEventAttribute(True)}) For Each objEventDesc As EventDescriptor In objEventDescriptors 'do stuff ...more >>

build script
Posted by tom at 4/16/2007 1:26:01 AM
Hi, I would like to create a script (.bat file) so that I can right-click on a ..sln file and have the extra option "Build" in the menu so that I can execute a build without opening the solution in visual studio. The bat file would be sth. like : echo Building solution... devenv /build...more >>

Uninstall McAfee Security Center
Posted by Judy at 4/15/2007 9:46:00 PM
My free subscription has expired and I want to change AV protection for a new Dell computer with Vista (which is driving me nuts). Do I uninstall McAfee Security Center prior to installing a new AV? Anything I need to know firs? -- Montana...more >>

How many times does a control's MODIFIEDCHANGED event get TRIGGERED???
Posted by Alan Mailer at 4/15/2007 8:47:31 PM
Ok, I'm pretty new to VB.Net, so please bear with me. Imagine the Load event of one of my forms includes the following: Dim ctrl as Control Dim txtbox As TextBox For Each ctrl In Me.Controls If TypeOf ctrl Is TextBox Then txtbox = CType(ctrl, TextBox) AddHandler txtbox.ModifiedCha...more >>

codes to work in .NET Framework
Posted by Allen Maki at 4/15/2007 2:48:20 PM
Hi everybody, I need help. I want to print the current time on the screen. After research I managed to run the codes below in regular C++. But I could not make it to run in .NET Framework environment. Can anybody tell me how to make these codes to work in .NET Framework or sho...more >>

HID Non-User Input Data Filter: screensaver fix doesn't fix
Posted by gailrolfe at 4/15/2007 1:12:01 PM
I have read all the posted discussions about the screensavers not working after installing a wireless optical mouse and keyboard. I installed the above "fix" from the Microsoft web site and nothing has changed. I am hesitant to use the "workarounds" because I don't understand what I'm really...more >>

Web Developer
Posted by WELCOME ### at 4/15/2007 12:36:49 AM
Hi all How can I do "web site" or "Web developer" by using C++. I tried using Visual studio 2005. I could not do it because C++ language not available by using ASP.NET. How can I overcome this problem? Than you. ====================== ...more >>


DevelopmentNow Blog