all groups > dotnet faqs > recent posts
Rundll cmicnf.cpl missing
Posted by Tazz at 4/17/2008 10:37:01 AM
This message pup up at start time,i try AD-Aware and still there.Any
suggestions plz
Also i lost all sound on Pc my speakers work even after redoing my pc from
scratch i cant hear nothing any help would be nice... more >>
Re: Transferring my outlook 2003 to another computer
Posted by Jose A. Fernandez at 4/16/2008 11:36:23 AM
Hi Lynn
I hope it will be useful
- Using the Microsoft Outlook Personal Folders Backup tool
http://office.microsoft.com/en-us/outlook/HA010875321033.aspx
- Using the Office Profile Wizard
http://office.microsoft.com/en-us/orkXP/HA011362571033.aspx
- Description and use of the... more >>
blue screen
Posted by Gateway man at 4/15/2008 8:18:00 PM
when importing a audio cd using Windows Media Player 11.05721.5230 &/or
iTunes 7.6.2.9 I get the blue screen with STOP: 0X000000B8 (0X00000000,
0X00000000, 0X00000000, 0X00000000). When running the event viewer I found:
Product: Windows Operating System; ID: 1003; Source: System Error; Version... more >>
Possible to Upgrade from XP Media Center to XP Pro?
Posted by peh at 4/15/2008 3:39:01 PM
Hi, I'm trying to Filemaker Pro 9, but crashes. FM says 9 is not certified
for XP Media Center, only XP Pro.
Has anyone else encountered this problem?
Is it possible to upgrade from Media Center to XP Pro? One IT individual
said this would be very time consuming, even if it is possible... more >>
Re: .NET Framework
Posted by Bob Powell [MVP] at 4/14/2008 12:15:46 PM
Your system will work just fine without the .Net framework until you need to
run something that requires it.
Are you administrator on that system?
Are you running the web installs or have you downloaded the ISO framework
distribution?
--
--
Bob Powell [MVP]
Visual C#, System.Drawin... more >>
Re: Problem with create event of filesystemwatcher
Posted by BlackWasp at 4/11/2008 7:10:38 PM
Those actions certainly should be captured by the Create event (and quite
possibly the Update event too).
Can you post your code?
Also, check out http://www.blackwasp.co.uk/FileSystemWatcher.aspx. I have
included a demo that you can download - does this work for you?
--
BlackWasp
... more >>
Transferring my outlook 2003 to another computer
Posted by Lynn at 4/11/2008 12:38:03 PM
Hi I have to change computers at work and i have become comfortable with
using my Outlook 2003 versus using the company's web mail. Hence my webmail
is not up to date with folders and sent emails as my outlook is. I really
would like to have the same Outlook on my new computer- folders, sent... more >>
Problem with create event of filesystemwatcher
Posted by RaviNagam at 4/11/2008 2:34:01 AM
Hai,
I am using filesystemwatcher in a windows service.Create event is to be
fired when a file is created in particular folder.its working when i paste a
file in to that folder.its not working when a file is created dynamically in
that folder.manually if i create a file in that folder its w... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.NET Framework
Posted by KBECE at 4/10/2008 11:31:02 AM
Installed Vista Upgrade. Download of .NET Framework 1.1 Upgrade failed with
error code of 643.
I followed instructions to uinstall all versions of .NET Framework and
reinstall in the proper order. Great, but I can't get the first 1.0 to
reinstall. It states there are problems with my sys... more >>
update
Posted by what is the code error at 4/6/2008 3:29:00 AM
error 0x800700c1... more >>
Blank Web Page in Internet Explorer
Posted by kaspkav at 4/4/2008 2:28:09 PM
I keep getting a blank web page popping up in internet explorer. Can anyone
help me with a way to stop it happening?... more >>
Internet - Take Advantage of Multiple Windows When Surfing
Posted by Visitbazaar Info at 4/1/2008 1:36:49 AM
--
Internet - Take Advantage of Multiple Windows When Surfing
SUMMARY: Stop jumping back and forth between index pages by using several
browser windows.
Why use one web browser window when you can have multiple? If you have an
adequate amount of memory, open up several web browsers t... more >>
Re: how to play MP3 files
Posted by TAB at 3/24/2008 3:17:05 PM
//Hi, I am using this for playing mp3 and wav. I think I found the example
at Codeproject.com
//Use
Player play = new Player();
play.Open(filename);
play.Play(false); //true for repeat, false for once;
play.Close(); // to stop
//To use the MCI Functions we have to import the winmm.dll... more >>
Web timesheet in $100 for unlimited users (asp.net 2 based)
Posted by LiveTecs at 3/20/2008 7:51:34 PM
Web timesheet 100$ for unlimited users
Source code is available in just US$250
by http://www.livetecs.com
TimeLive Web timesheet suite is integrated suite for time record, time
tracking and time billing software. The TimeLive suite of products
deliver a time tracking solution for professional... more >>
Re: Implementing the Factory pattern
Posted by Erik Cruz at 3/18/2008 11:32:49 PM
Hi Anthony.
Maybe I am failing to see when to adopt the pattern, since I am trying to
start creating a framework for my company. I am thinking of decoupling, but
maybe an utilities class is not a good example.
Do you know of any article that can clarify when to use this pattern and
when ... more >>
What process to attach to in Vista when debugging Web apps?
Posted by Steven Pinto at 3/18/2008 9:52:22 PM
Hi all,
I've recently got a new laptop with Vista installed (last machine had XP
Pro) and I just needed to ask what process to attach to when debugging web
apps in Vista. Any pointers greatly appreciated.
Steven
... more >>
Re: Implementing the Factory pattern
Posted by Anthony Jones at 3/18/2008 5:01:23 PM
"Erik Cruz" <erikacf@antares.com.br> wrote in message
news:ODhEbnJiIHA.6084@TK2MSFTNGP06.phx.gbl...
> Hi Peter.
>
> I am designing an utilities class that will be used by all the developers
of
> my team. I made a single project with 3 .vb files, one for the Interface,
> other for a class fact... more >>
Norton Ghost 9.0 Crashes System
Posted by dpward1974 at 3/18/2008 9:37:03 AM
Every time I try to install Norton Ghost 9.0 on a system that is running
Window XP Sp2, after I restart the computer like I am told to, the system
goes into a relentless circle of rebooting and will not boot into Safe Mode.
The only way to get back into the Windows Desktop is to reboot to the ... more >>
Re: Implementing the Factory pattern
Posted by sloan at 3/18/2008 4:50:42 AM
Understanding the simple factory pattern
http://sholliday.spaces.live.com/Blog/cns!A68482B9628A842A!126.entry
If you change something on your interface, you'll be forced to change that
something on your single (or multiple) concrete classes.
check www.dofactory.com as well for their lis... more >>
Re: Implementing the Factory pattern
Posted by Erik Cruz at 3/17/2008 10:45:25 PM
Hi Peter.
I am designing an utilities class that will be used by all the developers of
my team. I made a single project with 3 .vb files, one for the Interface,
other for a class factory and another one for the implementation class.
Interface IUtils
Function SaveFile(path As strin... more >>
RE: Implementing the Factory pattern
Posted by Peter Ritchie [C# MVP] at 3/17/2008 11:46:03 AM
The factory pattern is a form of dependency inversion. This means you're
attempting to keep something from depending directly on something else.
There's various levels at which this can happen. The simplest is simply one
class doesn't depend on another and is used indirectly via an interfa... 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 >>
trouble reading cd content while windows auto update icon shows
Posted by UNIORYOU at 3/14/2008 7:57:02 AM
where is the windows update discussion group on technet?
I can't find a right category to fit in the query.
whenever i the windows update icon (yellow shiled) popped up. burn4free
fails to eject the disc while a burning job is done. afterall, disc content
are not rad right away. have to... more >>
outlook express 6 on windows vista
Posted by Alisongy at 3/13/2008 3:01:02 PM
Have had my laptop for a year and have always been able to access the links
in my emails to the internet, cannot do it as from yesterday, have contacted
my ISP but they can't help have been trying all night!!! turned off my
firewalls but it made no difference can anyone help?
--
davinia... more >>
how to play MP3 files
Posted by Andrew at 3/8/2008 4:15:59 PM
Hi,
Sorry for crosspost.
I need to play MP3 files from my .NET 2.0 SP1 C# WinForm app.
I tried referencing Microsoft.DirectX.AudioVideoPlayback; and creating =
Audio class for playback. But I get the following error which is beyod =
my ability to comprehend.
[
DLL =
'C:\WINDOWS\assem... more >>
Re: Redistributing MSVCR70.dll
Posted by David Hearn at 3/7/2008 3:19:47 PM
Martin Holmes wrote:
> Hi there,
>
> I have a question about whether I'm legally allowed to redistribute
> MSVCR70.dll. The situation is this:
>
> I'm writing an open-source application in Delphi, released under Mozilla
> Public Licence 1.1.
>
> There's a Delphi hook called JSBridge th... more >>
Redistributing MSVCR70.dll
Posted by Martin Holmes at 3/6/2008 11:03:22 AM
Hi there,
I have a question about whether I'm legally allowed to redistribute
MSVCR70.dll. The situation is this:
I'm writing an open-source application in Delphi, released under Mozilla
Public Licence 1.1.
There's a Delphi hook called JSBridge that would allow me to use the
Mozilla J... more >>
Re: Remote desktop connection failure
Posted by Teresita_Núñez_-_SorCereSs_-_ at 3/5/2008 9:53:28 PM
Hi!
I found in a forum that the MrvGINA.dll is an update problem of a Netgear
card and it supposed to fix the problem by uninstalling the driver.
http://forums.majorgeeks.com/showthread.php?t=88820
Hope this helps!
--
SorCereSs
MCTS: ... more >>
Web timesheet 100$ for unlimited users
Posted by LiveTecs at 3/5/2008 9:07:06 PM
Web timesheet 100$ for unlimited users
Source code is available in just US$250
by http://www.livetecs.com
TimeLive Web timesheet suite is integrated suite for time record, time
tracking and time billing software. The TimeLive suite of products
deliver a time tracking solution for professional... more >>
RE: Remote desktop connection failure
Posted by Rhonda at 3/5/2008 11:41:01 AM
Did you find a answer? I am also having the same problem. Also can't Network
"SlicerKing" wrote:
> every time i try to run the remote desktop connection i get a error message
> that states
>
> You cannot initiate a Remote Desktop Connection because the Windows logon
> software on the re... more >>
|