misscricri's Q&A profile
Windows Search Technologies Windows Vista cannot multi-select files in Windows Explorer.
Hi, I dont know if this is a right place for about my question My Windows Vista CANNOT multi-select the files in Windows Explorer, I try to Shift-Click, Ctrl-Click, even mouse-select, NO WORK AT ALL !! just one file can be selected in one time. my vista edition is utimate and build# 6000 the behavior is okay in other way, like winzip. and I switch to other accounts in the same vista machine, it still okay. any idea please help, and thanks in advance. This isn't a solution, I don't want everything resetted. And it also keeps coming back! ...Show All
Smart Device Development screen resolution
Hi, we work on small app for Pocket PC 2003 (c++/MFC). I code DLL which creates forms and workmate calls it from main app. Problem is that my forms are four times bigger and not all controls are visible when called from his app. When I test that DLL using my test app all is ok. I tried to add this call to DLL: int cxscreen=GetSystemMetrics(SM_CXSCREEN); Now DLL returns 480 when called from my test app and 240 when called from his app. We suppose that problem can be in that he started his project in eVC4 and lately converted it to VS 2005. I am using VS 2005 from start. We both has same iPAQs for tetsing. We probably miss some project setting or something similar, thx for any t ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Render transparency with shaders
Hi All! I'm in the beginning of shaders programming. I've two shaders that renders two meshes with some nice textures effects This is my great render queue: setEffect1 drawindexedprimitive setEffect2 drawindexedprimitive Cool. Now, i want the second drawindexedprimitive to draw the mesh at the half of opacity, over the first mesh rendered with Effect1. Have i to modify Effect2 so that it supports some kind of alpha blending transparency Or is there some magic setrenderstate bunch of commands that do the trick Thanks in advance Hi guys, thanks for your answers. I have to modify my pixel shader that is: float4 hotPS(vertexOutData IN) : COLOR { float2 nuv = float2(IN.Color0.x,0); float4 nc = tex2D(Grad ...Show All
Software Development for Windows Vista Control panel "Windows Cardspace" doesnt work
Every time i start the "Windows Cardspace" from the control panel, i get this eventlog error: Running on german XP Pro SP2 Ereignistyp: Fehler Ereignisquelle: CardSpace 3.0.0.0 Ereigniskategorie: General Ereigniskennung: 269 Datum: 07.11.2006 Zeit: 19:38:32 Benutzer: NT-AUTORITAT\SYSTEM Computer: ATHLON64 Beschreibung: The Windows CardSpace service is too busy to process this request. User has too many outstanding requests. Additional Information: bei System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) bei System.Environment.get_StackTrace() bei Microsoft.InfoCards.Diagnostics.InfoCardTrace.BuildMessage(InfoCardBaseException ie) bei Microsoft.InfoCards.Diagnostics.InfoCardTrace.TraceAndLogExceptio ...Show All
Visual Basic Setting Authentication to multiple pages
How do one set authentication for mulitple pages for an administrator using Login Function in Vb.net using vb language multiple pages You mean multiple forms Or are you referring to ASP.NET pages In which case the ASP.NET forums is the place for answers related to web pages: http://forums.asp.net . If this is VB code, then you can simply keep track of the login (using a global variable), and each form check the authorization. ...Show All
Smart Device Development Managed version of lineDrop in Windows Mobile 5.0?
I'm trying to write an application that drops calls from known telemarker numbers. The SystemState class in the Windows Mobile 5 SDK makes it easy to detect incoming calls and determine the number. However the matter of dropping the call is a whole other issue. AFAIK, there is no facility in the Compact Framework for this (correct ). I've looked at OpenNETCF and Alex Feinman's TAPI wrapper (which I don't believe works on Windows Mobile 5). Am I missing something or is there simply no way to do this Thanks, Matt Correct, there's no facility in NETCF to do it, so use TAPI. Alex's TAPI wrapper should work on WM 5.0 just fine. If you have a specific issue with it, please post a message and describe ...Show All
Visual C++ How to send a wmv or avi file inline to/from outlook?
Hi, In my one application I want to send a wmv file by mail. But I want that file to be send as inline instead of attachment so that user will start playing it as he opens the mail. Is it possible How can I achive this Regards, Hemant. Hi, Thanks for reply. Yes. User can click on it to view it. But this adds extra click . I want that when user opens his mail(which may be gmail,yahoo etc) the wmv file should start playing. Regards, Hemant ...Show All
Visual Studio Team System TSD7025: Unable to identify the schema type contained in the .sql file. A schema type of 'Certificate' was expected...
I have a file ending in cert.sql and it contains a valid CREATE CERTIFICATE statement: CREATE CERTIFICATE [xxxx] AUTHORIZATION [dbo] WITH SUBJECT = xxxx , START_DATE = '2007-01-01T00:00:00' , EXPIRY_DATE = '2020-01-01T00:00:00' ACTIVE FOR BEGIN_DIALOG = ON Even though, I get the following error during build: Error 1 TSD7025: Unable to identify the schema type contained in the .sql file. A schema type of 'Certificate' was expected, based on the name of the .sql file. ....WZBLMessenger.Client.Service.Cert.sql Can someone tell me what kind of schema/statement is expected thanks! that's the way I'm doing it now. I was just stunned that BUILD actually recognized the .cert.sql extension. The subjec ...Show All
Windows Forms Run an application after Install.
Hi, I've created a setup project and add an Installer class to do my custom Action. When the installation is end i want to run my application : To do that I use the method Process.Start public override void Commit(IDictionary savedState) { base.Commit (savedState); string DirMain= System.Windows.Forms.Application.UserAppDataPath; DirMain = DirMain+"Hip\\Hip.exe"; System.Diagnostics.Process.Start(DirMain); } When I'm in a administrative windows account that run correctly but when i'm with a user with no privileges i've an error message of the JIT : ” JIT Debugging failed with the following error: Access is denied.” I search in the msdn and the solution is to add the user to the Debugger Users gro ...Show All
.NET Development Change the background color on individual cells within the .Net 2003 datagrid
Peoples... In VB6 you can specify a range of cells (or an idividual cell) in a datagrid and set it's background color to display whatever color you want. I haven't seen a way to do this in the .Net 2003 Datagrid. You can change it when you click on it or you can change a row or column but what I want to be able to do is change the color at the cell level. In other words, I may only want to "highlight" a few cells within a column. Does anyone know how to do this or is this a known limitation Also, has this been addressed in .Net 2005 And, lastly, if the answers are NO and NO to the last 2 question above, I can't help but wonder who worked on the .Net datagrid for MS It seems to me that this is a step backward considering that ...Show All
Visual Studio Team System Get Latest Version on a Network path doesn't work
Hello, I've defined my project workspace on a network path Every time I do a Get Latest Version on my project, every file crashes with the message "Attempted to perform an unauthorized operation". end the file are not flagged as readonly so nothing goes well after with Version Control. If I enable the Trace in TE.exe.config I can see for each file I try to dowload a System.UnauthorizedAccessException in Microsoft.TeamFoundation.VersionControl.FileSpec.ResetFileDACL itself calling a System.File.SetAccessControl. But if I set my workspace on a local drive, I don't have the problem anymore. On network path I can do quite everything ( create/delete/change attributes ) What am I missing Thanks ...Show All
SQL Server Strange SQL CLR error
Hello, I am running the code below that simply adds a row with two values to a Table. When it is run, it gives me the following error: A .NET Framework error occurred during execution of user defined routine or aggregate 'InsertCurrency': System.Data.SqlClient.SqlException: Violation of PRIMARY KEY constraint 'PK_Sales.Currency'. Cannot insert duplicate key in object 'dbo.SalesCurrency'. This seems to indicate I am adding a duplicate key, however I have confirmed several times that I am not adding a duplicate key. Here is the code. Thanks for any suggestions about why this error is occuring. <SqlProcedure()> _ Public Shared Sub InsertCurrency( ByVal currencyCode As SqlString, ByVal name As SqlSt ...Show All
Smart Device Development problems with VS2005 and IE7
Hi, if running VS2005 with IE7 (the beta, the final or the WinVista RC1 included one) it is not possible to create a new C++ "Smart Device" project. If I choose to create a "Win32 Smart Device Project" with Visual C++, enter a name for the project in the "New Project" dialog i'll get the "blub" sound, wich also appears if internet explorer blocks a pop up or an addon, and Visual Studio falls back to the "New Project" dialog instead of showing the details for creating the new application. i guess this has something to do with the internet explorer security settings and so I tried to disable them all or setting them to the lowest possible level... has anybody an idea how to get VS ...Show All
Visual C# Quick Find in visual studio 2005 disappeared
I used to be able to hit control key and F key, it pops up the Quick Find window, now this does not work anymore. All the options listed under pulldown menu Edit and Find and Replace do not display any window. it just did nothing. could anyone please let me know how to get those functions back. I'm glad I found this thread. I just had the same problem with VS2005. After uninstalling VS and reinstalling, the Find dialog still would not appear. I thought this might have something to do with having VS2003 and VS2005 installed--but seemed unlikely. After reading this thread I looked closely and found the dialog hidden off screen at the bottom right edge of my screen, just enough to put my mouse over ...Show All
Visual Basic C:\Documents and Settings\...\My Documents\Visual 2005\...\bin\debug\Reports *Spaces will not let me open .doc file in word*
Hi, if someone on here could help me, I'd really appreciate it. I am currently building a program that will be able to open excel and word documents in their appropriate programs. Heres my code: Dim Job As String = txtJob.Text Dim str2File As String str2File = "" str2File = Application.ExecutablePath str2File = str2File.Substring(0, str2File.LastIndexOf( "GaugeHelper.EXE" )) Dim wordstart As New Process wordstart.StartInfo.FileName = "winword.exe" wordstart.StartInfo.Arguments = str2File & "\Reports\" & Job & "\" & Job & ".doc" w.Start() I can get it to work, except for one thing, When you use the common folder name \Documents and Settings\ Word will try to ...Show All
