Manish 3177's Q&A profile
Software Development for Windows Vista LAN Driver problem
Hi all. Finally yesterday finished downloaded Vista x64 Ultimate for my pc, it is build 5600 rc1. Upon getting into vista and being very impressed with what ive seen i started to install the drivers and such, now i couldnt install the drivers using vista so i set the compatibility for Windows XP SP2 and the drivers installed fine Unfortunately under the network area in vista it says unidentified network and the onboard lan cannot connect to my router. whenever i try to renew my ip address nothing happens and the private 169 address is given to the adaptor. Im using an Asrock 939Dual-SATA2 - This has a ULi M1695 chipset. Does anyone have an idea where a vista compatible driver is for this chipset Any help appreciated! ...Show All
Smart Device Development RTC client on Pocket PC
Hi, I recently downloaded RTC API, is it possible to use it in a Pocket PC Kartit wrote: Thanks alex, I read that Pocket PC does not support RTC. So is it possible to use the VoIP stack of WinCE in Pocket PC 2003 and P/Invoke it does Windows Mobile 5.0 has some VoIP functionalities Hi. I'm looking for the same answer... Anyone can help Thanks ...Show All
Software Development for Windows Vista struggling with the Dump sample
can anybody help me with this, I'm trying to incorporate the Dump sample into my code I link in the dump.lib library and that's ok but as soon as I try to do an Addfilter by CLSID and use the CLSID_Dump I get unresolved external error can anybody help I would be forever in your debt ...... please Andy On Thu, 15 Feb 2007 10:17:02 -0800, = UTF-8 B QW5keSBNYWdvbw== =@discussions.microsoft.com wrote: > I link in the dump.lib library and that's ok but as soon as I try to do > an Addfilter by CLSID and use the CLSID_Dump I get unresolved external > error > > can anybody help I would be forever in your debt ...... See the DirectShow FAQ in the SDK docs or the FAQ ...Show All
.NET Development Table does not appear to update after UPDATE statement
I am trying to update a table (asps) in MS access with the code below. However even though it complies and appears to execute, the table is not updated. Both ID and recID are double. I am working in ASP .NET C#. Any ideas Thanks private void Button1_Click( object sender, System.EventArgs e) { OleDbConnection conn = null ; conn = new OleDbConnection("Provider=Microsoft.Jet.OleDb.4.0; Data Source=C:\\Inetpub\\wwwroot\\WEB\\afterschoolprograms.mdb"); string strEditCommand = "UPDATE asps SET "; strEditCommand += " NAME = "; strEditCommand += " WHERE ID = "; using (OleDbCommand cmd = new OleDbCommand(strEditCommand, conn)) { cmd.Parameters.Add( ...Show All
Visual C# Make end of statement ";" optional?
I think microsoft should make the end of line statement, (i.e. the ";") optional. If you program VB.net like I do and is inevitably forced to write/read C# code, having to write the ; after each statement is annoying. I know C/C++/java etc all have it but in an enviroment like Visual studio where the IDE makes life so much easier the end of line statement is unnecessary. Who agrees with me I know that people with a C like language background would most likely not agree but I don't mind the underscore for spanning multiple lines of code in VB, though it too can be annoy sometimes it does make code more clear (like oh, this line of code spans 3 rows). But remember I'm talking about people that comes from VB, not from C/C++ et ...Show All
Visual Basic On error...
I want a message box to popup when error occurs. What is the code for that you should use try catch blocks to catch exceptions in .NET then handle it if you can, if you cant then perhaps show the user the error but it will be ugly try 'do something here which may produce an exception catch ex as Exception MessageBox.Show(ex.ToString()) 'this will be shown to the user if there was an exception in the try block end try you should also catch specific exceptions like FileNotFoundException or IndexOutOfRangeException then finally the general exception. ...Show All
Windows Search Technologies PARTIAL SOLUTION
Hi, I have search everywhere for a solution and still I do not seem to find a solution. Outlook is not finding any emails (instant search). I think it is not really indexing anything. Vista search works perfect (seems like it). The index says it is done (outlook is included on it) As I receive emails, the list of pending items to index just grows and grows. I am using pop accounts not exchange. (I already checked the instant search options, the indexing thorugh control panel). Any ideas. I spent the last two weeks searching for a solution, and I have read and follow the suggested solutions from microsoft, but still is not really finding anything.. so frustrated!. Thanks for reading this, and I hope somebody can help me ou ...Show All
Visual Studio Printing InkPicture
Hi, I'm using VS 2005. Using the InkPicture control, I'm saving the image as PersistanceFormat.Gif. When I try to print this in a Crystal report, the picture is blank. Are the any known issues on this The image seems valid, as I can write out the bytes saved in the database and the .gif show up just fine. Thanks, Mike Since I've had no issues with printing bitmaps with Crystal, I converted the gif byte array to a bitmap and that prints just fine. So I guess Crystal does not support gifs Thanks, Mike ...Show All
Visual Studio Team System Newbie question about installation
Hi all, I know to be able to install database prof edition, I've to install team suite edition. Is there anyway that I could work around with this issue or I must install team suite edition before I install database prof editiion. I currently have team developers edition isntalled on my machine. Best Regards, Andy, When VSTE DBP is released, it will work with ANY version of VS Edition from Professional and higher. Only the CTP7 version requires VSTS. Amos. ...Show All
SQL Server MDX -Can I get the count of engagements under level
I have cube in one measure is defiend "engagement count" one of the dimension is "Client ",under which I have hiearchy name "Client" , under which I have 5 levels "level 1","level 2" ........so on now can i get the engegement count under each level result should be like this ......................Engagement Count Level 1................10 Level 2................15 Can any one help with the MDX query for the same I feal it is simple task what i am understanding.....is SELECT {[Measures].[engagement count]} ON 0, DrillUpMember( Hierarchize( { [Client].[Client].[Level1], [Client].[Client].[Level2], [Client].[Client].[Level3], ...Show All
Software Development for Windows Vista CreateProcess fails with ERROR_ELEVATION_REQUIRED error code
I was trying to run one of my applications in Vista Feb CTP and I ran across this issue. I was logged in as a protected administrator. My application tries to start an installer using CreateProcess() API. I was expecting Vista to prompted me with "Allow" or "Deny" Windows Security dialog but it didn't show any security dialog. Instead the API call simply failed. GetLastError() returned ERROR_ELEVATION_REQUIRED. What could be the problem here Should CreateProcess() call be modified or is it an issue with Vista Thanks in advance, Kalpana Hi David, thanks for your answer, but in my case, the user has already given full privileges to the parent (creating) process by saying "Yes ...Show All
Microsoft ISV Community Center Forums List available printers?
Hello guys, I am having a hard time to access a list of available printers. How do I do that I am trying to print mail merged labels. When I record the macro, it sets the activePrinter to a string. I wish to set that value using a drop down list GUI. Thank you. Anyone All I need is a function that returns a list of available printers. I am unable to find it in VBA reference. Thank you. ...Show All
Audio and Video Development uncompressed YUV to EVR
Hi, I am writing a simple YUV media source to take in .yuv bytestreams and send it to the EVR. I have modified the MFT_Grayscale to act as a dummy transform to copy the yuv samples to the EVR. I am also using the playbackFX sample for the player. I'm having a problem with the player just showing a black screen, as if no samples are being sent to the EVR. I have verified that the samples are being processed in the dummy transform with the correct image size and attributes for my given yuv sample. I have tried other yuv samples and all just display a black screen, but the samples are being processed for sure. Is there any way to debug this to see if the samples are being sent to the EVR Or does anyone have any clues why this is happeni ...Show All
SQL Server What's Wrong With This?
What's wrong with this Here's the revised code (basic) Thanks. Error: The variable name '@ID' has already been declared. Variable names must be unique within a query batch or stored procedure. Dim command As SqlClient.SqlCommand = New SqlClient.SqlCommand( "INSERT INTO Bible (ID,Book,Chapter,Textt) VALUES(@ID,@Book,@Chapter,@Text,)" , connection) While not eof stream get data command.Parameters.Add( New SqlClient.SqlParameter( "@ID" , SqlDbType.Int)).Value = ids 'jID command.Parameters.Add( New SqlClient.SqlParameter( "@Book" , SqlDbType.NChar)).Value = ibook 'j ...Show All
SQL Server How to import word documents into SQL Server
Hi All, I need to import multiple word documents of same structure into SQL Server table. Could anyone suggest the way of doing this Thanks, Hemal Shah wrote: I mean i want to extract information from word documents into sql server tables. I'm not sure really. This isn't a common request seeing as Word documents are not structured files. The normal answer to extracting unstructured data using SSIS is that you're going to have to use code. You can download Primary Interop Assemblies for Office that enable you to interact with Word documents using dotnet code - hence you can use them in a script task/component. -Jamie ...Show All
