JudyX's Q&A profile
Visual C++ Microsoft Visual C++ Runtime Library
I have experienced problems with my MusicMatch Jukebox. It became corrupt and fried my external hard drive with about 90 gigs of music/movies. I lost all of those files and had to reformat the drive as well as mess around with my PC's BIOS. Finally I uninstalled MusicMatch, reinstalled it only to have this message appear. Microsft Visual C++ Runtime Library Program: C:\Program Files\MusicMatch\MusicMatch Jukebox\mmjb.exe This application has requested the Runtime to terminate it in an unusual way. If anyone has any solutions or has experienced similar problems please help me out. I am not very knowledable with computers and not having access to music really hurts. Thanks Guys and girls, this forum is for Visual C++ ...Show All
Windows Search Technologies WDS Deskbar *Badly* Encroached On Taskbar Real Estate - Fix? (Toasted WDS Meantime)
A user wanted *less* WDS & Language space (actually, much less) used on her Taskbar and *more* for open Window tabs, but everytime I removed something (e.g. microphone icon), WDS Deskbar expanded in size. At the end, it was taking an incredible ~50% of Taskbar space and thus quickly crowding Taskbar window tabs to almost no width, and to a second row - i.e. doing exactly the opposite of what the user wanted :-(. I didn't have time to investigate much - just tried Help (search not available) and then a quick online search, and when solution was not quickly apparent, I uninstalled WDS. The user's now happy (I installed Google Desktop Search, which is easily configured to take zero real estate until <cntl><cntl>), but I ...Show All
Windows Forms using default Windows login form in windows applications
How can I invoke the default Windows login form to authenticate an user in Active Directory and get the result of such authentication Thanks, -- AFurtado No. Try one of the MSDN news groups like this one ... ...Show All
Visual Studio Express Editions clock time
what is the best to keep track of time What I want to do is calculate time worked in the morning and in the afternoon. For example: person clocked in at 7:55am clock out for lunch at 12:10pm clock in from lunch at 1:15pm clock out for that day at 5:22pm Is there an easy way to calculated this or I am basically going to have to do all the calculation in the code thanks You can use a method like this to do the work for you, all you need to do is supply it the punch times: public static TimeSpan TimeWorked( params DateTime [] punchTimes) {   ...Show All
.NET Development communicate between Server and Client ( using Socket)...
hi forum how to communicate between Server and Client ( using Socket), if OfficeScanNT Personal Firewall (Trend Micro OfficeScan) is running in both computer and we cant stop there service. any help would be heighly appreciated. Rastogi wrote: port no is 21157. when ever i run client and server program in same computer ,it is working fine but when i run server and client program on different it is shows "A connection attempt failed because the connected party did not properly response after a period of time, or established connection failed because connected host has failed to response" Error. I am doing this in my office machine The problem is your firewall, ...Show All
Visual C# An unhandled exception of type 'System.DllNotFoundException' occurred
hi all am using a library for image processing. i have built a seperate application to compare images. this application is working sucessfully and when i try to integrate this application with some other application then i am facing the error like this An unhandled exception of type 'System.DllNotFoundException' occurred Additional information: Unable to load DLL (VICTW32.DLL) but am following the same steps as i did in that application the dll gets loaded without any error in that project. but i face some problems with loading it here. i have also given the references that are needed for the project now am stuck up at this point with nothing to do.. as i dont have much idea about working with ...Show All
Visual Studio 2008 (Pre-release) Serializing a collection
Hi, I want to return a collection of objects and other collections via a tcp service. It is failing as I guess the collection is not serialized. How can I serialize it Thanks Stephanie You need to put a SerializableAttribute on the classes in your list (collection). If that isn't enough, you need to implement the ISerializable interface (in your classes) and serialize the classes in your collection on your own. ...Show All
Software Development for Windows Vista Not able to view my Custom workflow in the workflow monitor
I am not able to view my custom workflows in the workflow monitor. I have posted an issue in the VSS forum inadvertently here is the link http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=699069&SiteID=1 Can someone help me please Take a look at this post. ...Show All
Smart Device Development DataGrid row forecolor on criteria (Visual Basic .Net CF)
There's some example at http://www.opennetcf.org/Forums/topic.asp TOPIC_ID=350 but it's in C#. I tried to translate the code to Visual Basic but all I managed is what how to change color for all rows. Could someone please give an example how to change color for specified row index If I could change color for one row (not all), I think I could after that do it with on criteria also. Thanks for any reply. Not possible with NETCF V1 DataGrid. You would need to purchase and use 3rd party control. As to “translation”, please see this, item 11: http://www.danielmoth.com/Blog/2005/03/please-read-before-posting-to-ng.html ...Show All
Visual Basic continuing file search after UnauthorizedAccessException error
I want to search an perticular .exe file on all the fixed drives (c:, d:, ....) and then replace it with another same named file. I am trying to get it but could not. With try catch method the search is stopped with 'UnauthorizedAccessException'. I have given the following code Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim folder As String = "c:\" Dim pattern As String = "example.exe" Try For Each file As String In My.Computer.FileSystem.GetFiles(folder, FileIO.SearchOption.SearchAllSubDirectories, pattern) MessageBox.Show(file) Next Catch ex As UnauthorizedAccessException MsgBox(Err.Description) End ...Show All
Visual Studio 2008 (Pre-release) .NET classes from EDM schema and entity relationships
Does the generation of .NET classes from EDM schema and entity relationships uses the actual relational database Also when you create EDM schema and entity sets and relationships, does the database really has to exist Moving the thread to ADO.NET CTP. To the first question - when you generate classes from EDM schema, the database is not accessed. To the second question - you can create EDM files manually in which case no database is accessed. But you may use a tool (EntityModelGeneration.exe ) that needs a database to generate all the files for you. ...Show All
Visual Studio Team System Schema Compare Problem #5
I am comparing a Database to a Project. One table is showing up as being different. Here is what DBPro reports as the difference: In the Database: [DefaultPerformanceEmailText] [nvarchar] ( max ) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , In the Project: [DefaultPerformanceEmailText] [nvarchar] ( max ) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL CONSTRAINT [DF_HumanResourcesPolicy_DefaultPerformanceEmailText] DEFAULT ( '' ), When I click the 'Write Updates' button to synch my Project, DBPro says everything was successful but when I do a recompare, this same difference reappears. DBPro is not removing the constraint. Thanks - Amos. Gert, I have 2G of RAM. All ou ...Show All
SQL Server MSreplication_agent_status in sql server 2005
Is this table still residing in tempdb in 2005 I have created replication but the server doesn't have this table anymore ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Palette Swapping
How would I go about implementing palette swapping for 2D animated sprites Le't say I have a bunch of 8-bit indexed png images, that all use the same palette. Now I want to create a different palette to apply to these images when I draw them (maybe for player 2). Also consider the possibility that the images might have the same RGB color mapped to different index values in one palette, but they might map to different colors in another palette. (Maybe there's an evil dark palette were all the colors are black or shades of gray, and another palette where there's a logo on a shirt that's only visible in that palette, in others it's mapped to surrounding colors) I couldn't find any way to manipulate a palette in the XNA API. How is it done ...Show All
SQL Server Is there a way to loop through tables in update TSQL statements, based on name criteria?
I'm updating a table on my SQL server with fields from tables in a linked server. This linked server has about 100-150 table names that all start with public.CF and was hoping I could just create some sort of loop to update my table with all the tables that start with public.CF* name. All the tables have the same fields names. Below is my statement I use to update my table, I would just want to run a loop and change out public.CFATY with the next table name like public.CFATZ. Any help would be greatly appreciated and would save me hours of work. Thanks SELECT * FROM OPENQUERY(SCH,'SELECT [Account_ID], [Last_Action_Date], [Next_Work_Date] FROM [public.CFATY]') AS A INNER JOIN WorkList AS B ON A.Account_ID = B.[ACCOUNT#] Update WorkLi ...Show All
