Dharmendra Singh Baghel's Q&A profile
Windows Search Technologies Why no MSI installer? Is one coming
Why was the AMAZING (good job guys) WDS tool not shipped from the start with an MSI installer to be used with a GPO I can tell you, this coupled with Office 2007 losing the ability to be customized in GPO-based deployments feels like a real stab in the back / blackmail to spend thousands of extra $$$$, needlessly in my opinion, for SMS..... Sorry for my first post here to be negative. I love Office 2007 and what's been done with it, and I am taken at how well the WDS tool works...thanks so much for making it available for XP SP2...but my deployment of both of these products is on hold until I can find a realistic way of deploying them the way they should be deployed. Thanks, and I'm glad to hear it ...Show All
Visual Studio Copy Local does not always copy
Here is an example set of references: <ItemGroup> <ProjectReference Include="..\..\Core\Libraries\Analysis\Analysis.csproj"> <Project>{176228FD-87F9-4615-A270-D33C294A59E7}</Project> <Name>Analysis</Name> </ProjectReference> <ProjectReference Include="..\..\Core\Libraries\Configuration\Configuration.csproj"> <Project>{20ADF998-FB31-43EF-BB30-94AFA701677A}</Project> <Name>Configuration</Name> </ProjectReference> <ProjectReference Include="..\..\Core\Libraries\CPlusPlus\Dlls\IO\IO.vcproj"> <Project>{84B5229B-B49D-4122-A7D0-24D21CD779B9}</Project> <Name>IO</Name> </Proje ...Show All
Visual C++ More PDH trouble...
And now, I don't have the slightest clue where I'm going wrong - hey, at least it compiles. Here's the code: /* Este arquivo trata de verificar a carga de * processamento e a memoria livre do computador. * O resultado destas funcoes sera usado dentro da * funcao main e enviado para o cliente atraves do * servidor, a cada pequeno periodo de tempo. * Estas funcoes usam a interface PDH (performance * data helper), que interage com o registro do Windows. */ #include <windows.h> #include <stdio.h> #include <pdh.h> #include <pdhmsg.h> long getload(void){ PDH_FMT_COUNTERVALUE value; PDH_STATUS status; HCOUNTER pCounter; PDH_RAW_COUNTER raw1; LPDWORD type = NULL; WORD dwUserData = 0; PDH_HQUERY query = NULL; char c ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How to display chinese character
I have already read http://blogs.msdn.com/garykac/articles/732007.aspx .But that solution is useless to display chinese character because there are 6000 more characters in GB2312 character set,far more than A-Z in english.We can not create a texture to hold all characters.It's too large. Is there a easy way to display chinese character Can’t you reduce the number of needed character in advanced How many pixels do you need per character ...Show All
Smart Device Development Combobox.SelectedValue has a value of Nothing
Dim rs As SqlCeResultSet Const Field0="lngID" Const Filed1 = "txtName" GetSetX(iSql, rs) 'assume this fills the resultset, cuz it does cbo.ValueMember = Field0 If Field1 = "" Then cbo.DisplayMember = Field0 Else cbo.DisplayMember = Field1 End If cbo.DataSource = rs.ResultSetView i have tried this many ways...but when i later use code: cbo.SelectedValue=39 the item with lngID=39 is NOT selected, nothing is selected!!! please help thank Mase Combobox.SelectedValue has a value of Nothing... i have code cbo.SelectedValue = 200 but the SelectedValue is NOTHING!!!!! please please please anyone... the ValueMemeber is there and i can msgbox it.....help I can se ...Show All
Visual C# SQL headache
i'm very new to C# and SQL and i was hoping someone could help. i am trying to make a simple inventory program, i'm trying to set up a data base(like a speadsheet) and then display it, i'm planing on having more controls later on but i can't seem to blend the GUI of the window to the database i've been stuck on this for days and i've search everywhere and nothing comes up for my situation, please help, i would offer a code "snipet" but i don't have too much code to begin w/..... thanks Thank you … I’ ve got the DataGridView up and the DataSource Connected to it, but it is only showing one column, I have 7 that need to be displayed, I can do it but I end up making 7 DataGrid ...Show All
Visual Studio Solution to Error 1305 when installing Visual Studio Pro 2005 90-day trial
A few people including myself have encountered during installation of Microsoft Visual Studio .NET 2005 90-Day trial in a first few minutes of installation the error message occurs: Error 1305, Error reading file G:\vs\program Files\Microsoft Visual Studio 8\ SDK\v2.0\Bootstrapper\WindowsInstaller3_1\WindowsInstaller-KB893803.exe. The Visual Studio .NET 2005 90-Day trial setup.exe has encountered a corrupted WIndows Installer file WindowsInstaller-KB893803.exe which needs to be replaced. 1. Create Folder C:\vstudio2005. 2. Download the Windows Installer 3.1 file from Microsoft Download Center WindowsInstaller-KB893803.exe.and copy it your harddrive. 3. Copy file WindowsInstaller-KB893803.exe to folder C:\vstudio2005. 4. ...Show All
Visual Studio Team System How can I create Dynamic Query between two dimension parameters.
I have created a report which has two parameters: Build and Run. I want to create Dynamic Query between them. ex. If I select a value of @Build, then the @Run should be generated by @Build. That is to say the @Run should just display the values which have run on the selected Build. Any help highly appreciated. Thanks, You can set the Report Parameters Default value to come from a query. For an example see the Builds report. When you select a Flavor, for example, the list of values in the Build parameter change accordingly. The default value for a parameter can be set (in a Report Server Project) by selecting Report -> Report Parameters (having the Data or Layout view active -- not the Preview ...Show All
Visual Studio Express Editions how can i select startup to user control at start up
I am new to programing and would like to know how to do the following. I have multiple use controls and i would like to select the control to show at start up from a combobox list. i would like to save the selected control to a usersetting so it will start up when the aplication is restarted. Thanks LOL You always make my day ! Typeofs Are wonderful !!!! Here's an example If Not ( TypeOf row(Common.Inqdesc.DBFieldName) Is System.DBNull) Then PlayGoodMorningVietnam() Very clean and very cool. I love the Word indentation on your Excellent Code! ...Show All
SQL Server Connect to many server
Hello, I asked this question before and being told to use configuration table to connect multiple server. Here is the question again Problem: I need to connect around 50 different server and run the script (which creates a temp table and returned the result set which I need to insert or update to table) I try to create configuration table added my servers there by when I am runing the package it is only running against one server only where is connection is created. Here is SSIS Configuration table ServerName, sqlserver1, \Package.Connectionsnstm0621dap.MSSQLCentral].Properties[ServerName], String ServerName, sqlserver2, \Package.Connectionsnstm0621dap.MSSQLCentral].Properties[ServerName], String ServerName, sqlserver3 ...Show All
SQL Server Templates - Predefined parameter values
I have created template that the dba team is going to use to generate consistant code. What I was wondering is there a way to save some of your parameter values so each time I open a template some of the parameter are already set for me... Ex. We have an author parameter. If I could set that to my name and save the parameter template then when I use a template I wont have to populate that value. Ex 2. DataBase parameter. We typically work on a project that interfaces with one db. If I could set the parameter value to MyDB then any time I use the template it would already be populted intstead of having to set the same parameters over and over when they will either never change or very seldom.... I did several searches with no ...Show All
Visual Studio Tools for Office RibbonX - gallery like the styles one?
Hi, maybe I'm blind a little bit, but how can I make the gallery like Styles in Word 2007 - that is, having the items on the Ribbon rather in drop-down menu Thanks, Jan Hi Jan It's ok to ask in both places, as long as you let everyone know you've done so, then report back with the answer, as you've so kindly done ...Show All
.NET Development Sharing library between embed web server and application
Hi, I'm making an application that embed Cassini as web server to command application with WebServices. The Web Service and the application use both a library that I'll call "myLib.dll". If I compile both with references to this library, the application copies it on the root directory and the web project copies it on the "bin" directory. So during the execution, the application and the server use different libraries, so the static variables have bad values. I would like the web server and the application could call the same library, ie that cassini loads it from the root or the application loads it from the bin directory. I try since one week with no results. It would be great if someone could help me. Thanks in advance. ...Show All
SQL Server matrix report
hello all, I have to make matrix report, my problem is that I have to make report like this picture: http://img2.tapuz.co.il/forums/1_93196948.jpg Is there is a way to make it do I need a subreport Any tips would be appreciated Thanks Its definitely all in your query. Then you'll have one column group for the "comes from" and two row groups, one for your week and one for your details ...Show All
.NET Development Yet another .KeepAlive question
When I'm uploading files to an FTP server running Unix (which I don't have any control over) I repeatedly get: System.Net.WebException: The remote server returned an error: (500) Syntax error, command unrecognized. at System.Net.FtpWebRequest.SyncRequestCallback(Object obj) at System.Net.FtpWebRequest.RequestCallback(Object obj) at System.Net.CommandStream.Abort(Exception e) at System.Net.FtpWebRequest.FinishRequestStage(RequestStage stage) at System.Net.FtpWebRequest.GetRequestStream() This happens slightly more often than once in a minute. I eventually *do* get all files through since I have extensive error recovery, but it is very annoying and also degrades performance. Now we have tracked down the "unrecognized" ...Show All
