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 > march 2008 > threads for march 15 - 21, 2008

Filter by week: 1 2 3 4 5

#div/0 problem
Posted by Mary Jo at 3/21/2008 9:04:00 PM
I need to know how to write a formula so that 2 numbers that are blank & 1 that is filled in will average together without showing the #div/0 error. Thanks, Mary Jo...more >>


Missing System.Runtime.Serialization.Formatters.Soap
Posted by Darwin at 3/21/2008 8:45:18 PM
Hi, I am using 2.0 with VS2005 SP1 on an XP box. When I type: System.Runtime.Serialization.Formatters. The only option I get is "Binary" and I need to use "Soap". I guess I am missing the System.Runtime.Serialization.Formatters.Soap.dll assembly but I don't understand how I could have lost...more >>

Cannot play games on Messenger
Posted by Mike Almond at 3/21/2008 11:07:00 AM
I keep getting an error message saying, "This activity or game is temporarily unavailable. Please try again later." It should be working as it is on another computer. I have not changed anything that I know of. Please help. Mike Almond...more >>

Forfiles question
Posted by Loberts at 3/21/2008 7:09:02 AM
I'm trying to use the forfiles command. I had downloaded a version of forfiles and got it to work on my xp workstation. I tried to move the code I wrote to a server and found the version of forfiles to be different. On the workstation the syntax with dashes "-" worked but on the server the ...more >>

How to install .msi?
Posted by Paulo at 3/20/2008 7:28:27 PM
Hi, how can I install the NETCFSetupv35.msi on my Win CE 5.0? It says there is nothing associated with the extension... I need to run a .exe generated by VS 2005 on my Win CE 5.0 Can you help me ? ...more >>

ASP Net.Web Applicaiton or Windows Applications
Posted by CAM at 3/20/2008 5:34:28 PM
Hello, I need to get some advice from a pro or someone who encounters this situtation. Currently we are using user friendly MS Access databases for two inventory warehouses located in California and New York. Unfortunately we cannot connect the two together due to poor proformance and d...more >>

migrating vb6 code using adodb
Posted by Peter at 3/20/2008 12:53:00 PM
I am involved in migrating a sizeable vb6 application to vb.net but don't want to add the extra complexity of migrating adodb to ado.net. Is this a sensible approach and if not what are the drawbacks?...more >>

Cross-Thread Exception
Posted by Relaxin at 3/20/2008 12:29:44 PM
How do you handle the cross-thread issues if you don't have a UI? I'm writing a class that's using the MSMQ and MSMQ notifies the class when a new message has arrived. But it notifies you on a new thread. I need to notify a class on the main thread that a new message has arrived, but I ge...more >>



Unit Testing - The Merit of Writing Tests First is Questioned
Posted by Robert Cramer at 3/20/2008 10:26:53 AM
So I'm looking at this test-driven development (TDD) paradigm, and I like the idea of having automated tests. That idea is not new. But according to the TDD approach, we are to write our unit tests FIRST - even before writing the code that the test is ultimately going to test/verify. I d...more >>

automtic closing
Posted by klaas at 3/20/2008 10:13:37 AM
Hi, i'am writing a program in vb.net 2005 based on an access database. Now, i want to close my program automaticly when the user is inactive to a period of eg 10 minutes. I want to close all mine connections to the database en quit the program. is there a procedure to achive this or even bet...more >>

Windows Mail Attachments
Posted by tomstarr at 3/20/2008 8:25:01 AM
I am trying to attach a file from Excell to an e-mail in Windows Mail. It shows up as an attachment in the address screen, but when I go to send I get an error message "some files could not be found and attached to this message. Do you want to send anyway?" What's up with that. Obviously...more >>

How reflect the changes in array to bound grid
Posted by Latha at 3/19/2008 5:13:19 PM
I have bound a array of objects to datagridview in vb.net. If I add new objects to array, that doesn't reflect in datagridview. What I have to do? Thanks, Latha.P ...more >>

What Versions Are Needed By Non-Developer?
Posted by Jack Mills at 3/19/2008 12:56:02 PM
With version 3.5 now installed, is it safe to delete versions 1.1 and 2.0 Service Pack 1 and 3.0 Service Pack 1 from my computer?...more >>

Could Application.DoEvents(); messup code execution ??
Posted by Kristijan Marin at 3/19/2008 11:00:58 AM
Hi, I have experianced same wierd behavior by one of my customers ..... Here is the thing .... We have the application for newspaper article management. so adding end editing etc .... After a while my customer started to complain that they have duplicate articles in there database .... ...more >>

Window Media Player - Impersonation Issue
Posted by jasonheath.net@gmail.com at 3/19/2008 8:41:22 AM
I am running into an issue attempting to play a WMV file across the network while impersonating. I have WMV files that I can only access while impersonating, so I do the impersonation and can see the file (without impersonation, the framework returns that the file does not exist), but when I try...more >>

Word 2007
Posted by Coachb at 3/19/2008 8:35:01 AM
I have been using word 2007 for over a year. Why is it so slow now when opening and closing documents....more >>

Probable bug in VS2008
Posted by Bruce HS at 3/19/2008 7:55:01 AM
VS2008 crashes, then crashes again whenever I reopen VS. Winforms, Visual Basic. I have a solution with a class library project and an application project. In VS2008, I have a form open from the application, and then change the form's ancestor in the class library project. I don't recomp...more >>

HowTo Textbox.Focus with a Panel
Posted by jp2msft at 3/19/2008 6:34:01 AM
I have several applications that use panels as screens for different parts of our application. Panel1.BringToFront() Panel1_Textbox.Focus() ' do something with a control on Panel1 Panel2.BringToFront() Panel2_Textbox.Focus() ' do something with a control on Panel2 When the applications ...more >>

Dictionary<TKey,TValue> as a Dictionary key in C# 2.0
Posted by dox at 3/19/2008 5:56:00 AM
Hello, I'm having trouble using Dictionary classe. I want to use a Dictionary as a key for another Dictionary. The following code gives a sample of what I'm talking about. Dictionary myDates = new Dictionary<Dictionary<string, string>, DateTime>(); The 'Add' or 'ContainsKey' methods nee...more >>

Windows Server 2003 Ent Edition Active Directory
Posted by Muhammad Nadeem Ahmed at 3/19/2008 4:53:03 AM
The RID pool has exhausted and when ntdsutil.exe is used to seize the role it says that it already has the role. No other domain controller is running.Netdom.exe shows all five roles contained by the same domain controller. when try to create a user it returns an erron message saying "RID po...more >>

printing font examples
Posted by BethAnn at 3/18/2008 8:15:01 PM
I would like to print examples of all the fonts in Word. I have Office Home and Student 2007. Is there an easy way to do this other than typing each font name and changing the font to match the name? ...more >>

ImageList for Console Application
Posted by jp2msft at 3/18/2008 11:42:05 AM
I am experimenting with a concept the engineers want. I want to create an app that runs in the console. When an event happens, I want to display an image. Can I do this without having a form? Right now, my app compiles, but crashes with an unhandled exception at this part: // this.ima...more >>

help with using micro mail / outlook express
Posted by 5europeancups at 3/18/2008 10:32:02 AM
just picked up a new laptop and want to use my main email account on this machine + my desktop. I use outlook express on the desktop and wondered whether it was possible to view my main email account + contacts and history on both machines? I have been able to create an account using the sa...more >>

Menu Item Icon shows in the IDE but does not show when app is runn
Posted by Mark Hollander at 3/18/2008 7:02:01 AM
Hi All, I am sitting with a bit of a problem. I have a MDI Form and added a menu strip, then used the "Insert Standard Items" from the Right Mouse Click Menu. I then added a menu item below the File/Open menu item to which I have assigend a 16x16 graphic. When working with the menu whil...more >>

configuration setting
Posted by Andrew at 3/18/2008 6:43:01 AM
Hi, I want to display the list of setting names in my app.config file in a combobox. In my app.config file : <applicationSettings> <My.Properties.Settings> <setting name="sSetting1" serializeAs="String"> <value>sSetting1</value> </setting> <setting name...more >>

some easy languages
Posted by davidboon28@gmail.com at 3/18/2008 6:35:47 AM
http://computer-language-tutorials.blogspot.com http://comp-languages.blogspot.com...more >>

Itunes 7.6 won't launch in Vista
Posted by bennygi at 3/18/2008 6:29:05 AM
I can't launch iTunes 7.6 using Windows Vista Ultimate. I was using it and it was working fine until it froze up. I ended the task and now it won't launch at all. Things I have tried: 1. Uninstalling and Reinstalling iTunes. 2. Doing a system restore in Windows Vista. 3. I created a...more >>

windows media player. saving songs at higher speed
Posted by rachaelpoppy at 3/18/2008 6:29:04 AM
I am able to use the play speed settings on windows media player 11 to increase the speed of the song. How can I save the song at this higher speed to be played faster each time? Many thanks, in anticipation Rachael : ) ...more >>

SQL question with Autocomplete functionality
Posted by mazdotnet at 3/18/2008 4:45:51 AM
Hi, I'm working on a little autocomplete functionality with the AJAX toolkit. I like to the following, Take the following 2 SQLs SELECT NAME FROM COUNTRIES WHERE NAME LIKE '%TORONTO%' (would return false) SELECT NAME FROM CITIES WHERE NAME LIKE '%TORONTO%' (would return true) I like to...more >>

Create reports at runtime?
Posted by Byron at 3/17/2008 6:40:00 PM
I'd like to create a report completely at runtime, adding fields, grids and the like through code. I've got reports that are very dynamic - a variable number of tables, columns, etc - and want the control that doing it in code would give. Similar to creating HTML with tables, rows and column...more >>

can not open attachment ending in pdf., ppt, wmv
Posted by LaGirl at 3/17/2008 9:39:00 AM
windows vista XP i cannot open email attachments with extension pdf., ppt, wmv. I could perform this function when I first got the PC now I go through all the open dialogue boxes and check the allow box, but the document doesn't open and if I attempt to save it it goes through the prompts for ...more >>

CDO Send To Space-Included Emailaddress
Posted by fyitang at 3/17/2008 9:13:40 AM
hi guys, i'm using the methods of CDO.MessageClass to send email. like this: using CDO; .... Configuration MailConfig = new ConfigurationClass(); MailConfig.Fields[CdoConfiguration.cdoSendUsingMethod].Value = CdoSendUsing.cdoSendUsingPort; MailConfig.Fields[CdoConfiguration.cdoSMTPAuthentic...more >>

Can I modify some XML files inside a DLL?
Posted by James at 3/17/2008 8:41:39 AM
I have a dll file which has some embedded XML files inside it. Now I need to add a field to this xml file, but I dont know how to go about it. I have tried to decompile the whole thing and recompile but it produces lots of errors. Is there another way? Any sort of xml resource editor?...more >>

IE 7 error
Posted by paaul028 at 3/17/2008 8:40:03 AM
A friend has been using the Guest account on my Windows Xp machine. He managed to download something that kept giving a Dr. Watson error each time he tried to launch IE 7 and would shut it down straight away. This I fixed but then every time you launch ie in the Guest account as soon as you st...more >>

Dispose Unmanaged resources
Posted by Curious at 3/17/2008 8:11:44 AM
We all know that in .NET, we don't need to worry about memory leak becaseu GC does a nice job to collect it. The only time we need to worry about memory leak is when we use unmanaged resources, such as COM-based objects written in C++, for an instance. Therefore, I've created the following sam...more >>

Newbie question on multi-threading
Posted by Curious at 3/16/2008 8:14:04 PM
I've created a multi-threading program - I have an ArrayList of 10 accounts each of which is represented by an Account object. So I need to create 10 threads to process the accounts (each thread processes one account). The key part of the problem is coded in C# below: private void bu...more >>

Versions, Errors and Chaos
Posted by Anil Gupte at 3/16/2008 9:48:36 AM
I reently made the move to Visual Studio 2005 using the express editions downloaded from Microsoft's site. In 2003, I was not able to use some DLLs in VB that were created in C# 2005. So I upgraded. Now I find that I still can't use them. I can use DLLs written in C# 2005 in another C# ap...more >>

Petty Cash different currencies
Posted by carole at 3/16/2008 3:21:00 AM
we have petty cash in different currencies... we used petty cash before with 3 currencies with QB - someone an idea how we could use it in the business accounting (we use microsoft accounting pro 2008) - i only saw one currency... thank you for your help...more >>

Implementing the Factory pattern
Posted by Erik Cruz at 3/16/2008 1:33:56 AM
Hi. I don't know if it is a FAQ, but I am reading about the Factory pattern on MSDN. I understand the concepts and the structure of the files involved. But when it comes to .NET, how do I implement this pattern? In order to achieve real abstraction do I need to create separate projects for ...more >>

Desktop Display
Posted by lgl53 at 3/15/2008 8:54:01 AM
After installing UniBlue (performance software), the Windows XP SP build information now displays on the lower right corner of the desktop. Maybe coincidence, but it just showed up. How do I get rid of it?...more >>

Paypal source code
Posted by Chetana at 3/15/2008 2:41:32 AM
Hi All, I need to integrate Paypal in my project in VB.NET.Please help me out..................... Chetana Systems....more >>

Showing Script Font
Posted by G at 3/15/2008 12:23:00 AM
As of late, when I enter a web site the web page/pages are presented in a "script" style font. I'm running XP Pro and 2003 Office Pro with a fairly modern "Lexmark printer. Another quirk is that when I print some web pages, the headers and footers will print in a script style font also. Pos...more >>


DevelopmentNow Blog