crussmann's Q&A profile
Software Development for Windows Vista Drivers signing question.
Hi all! My product installs a boot-start filter-driver, but uses co-installer for its setup. I have successfully signed this driver using MS recommendations, but I have a number of questions and I would be very happy if someone could help me clarify them: 1. For LOGO certification - is it obligatory to install filter-driver through .inf file or I can use co-installer 2. Shall I generate .inf and .cat files if I use 'co-installer' way 3. MS docs say that .cat files must be signed with a cross-certificate. But what about .sys-files inside the driver package What certificate should I use - from Verisign or the cross-certificate 4. In case of '.inf-file' installation scheme, are the sign rules similar for device drivers and for filter-drivers ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Trends in Managed Game Development
Hello all I'm just starting developing games and am wondering which language / envirronment to write them in. At the moment for experimenting using Direct3D I'm using C#, with Visual Studio 2005 (.NET), and mucking around with DirectX 9, and XNA (the XNA game studio express). I've always figured that the professional game devs use unmanaged C++, but is that changing now with the additional support for managed DirectX So, in short: If I want to make a game using DirectX, what language / environment should I use to make it Thanks =) -Cabbeh Lots of game shops use Visual C++ and Visual Studio. Don't let the .NET scare ya, it's still plenty easy to crank out unmanaged c ...Show All
Visual Studio Toolbar: Customize drop down items to be icons
Hi Everybody I'm working on building a toolbar in visual studio. The toolbar should include a drop down combo box. I didnt decide yet if I want to use an add in or extension sdk. What I would like to know is if I can customize the combo box inside the toolbar to have images (icons) as its drop downs items (instead of text - usual case). Is it possible in an add in or VSIP Thanks, Ron You got an answer in the Yahoo forum: http://tech.groups.yahoo.com/group/vsnetaddin/message/3761 ...Show All
Visual Studio Express Editions Verify sending an email
is there a way to verify an email was succesfully sent from vb I have got it to send without any problems, but I would like to know if it was sent without any problems. This is what I have got sofar Dim Email As New System.Net.Mail.MailMessage( My .Settings.user, My .Settings.email1) Email.Subject = "Test Subject" Email.Body = My .Settings.mymessage Dim mailClient As New System.Net.Mail.SmtpClient() Dim basicAuthenticationInfo As _ New System.Net.NetworkCredential( My .Settings.user, My .Settings.identifier.ToString) mailClient.Host = My .Settings.email3.ToString mailClient.UseDefaultCredentials = False mailClient.Credentials = basicAuthenticationInfo mailClient.Send(Emai ...Show All
Windows Forms How can make one cells value changed with other cell value same time in DataGridView ?
In DataGridView control , there are more than 3 cell in a row, like int i = invoiceDetailsDataGridView.CurrentCell.RowIndex; DataGridViewRow row = invoiceDetailsDataGridView.Rows ; row.Cells .Value = Convert.ToInt32(row.Cells[3].Value) * Convert.ToDecimal(row.Cells[4].Value) - Convert.ToDecimal(row.Cells[5].Value); how can i make the Cell .value changed with the Cell[3].value changing same time i can make Cell .value changed by leave the current cell (Cell[3]) and click other cell of the DataGridView. I want all the values changed at same time with out exit the current editing. I searched many times in this forum, but didn't find any advice worked. I tried a lot events of DataGridView to make ...Show All
.NET Development Best/fastest way to save a large DataTable a database?
Hey, Whats the best way to save a rather large DataTable to a database It consists of roughly 60 columns and 15 thousand records (6MB of raw text). I was thinking of using a stored procedure but would that give any performance increases on an operation like this Thanks! Regards, Weiran. Thanks for your reply. Unfortunatly I still have to use .NET 1.1 for this project so I can't use SqlBulkCopy. Is this 10MB size limit one that would affects the performance, or can I just not send more than 10MB ...Show All
SQL Server Date Range filter
Hi guys, I need to filter result in MDX query by passed Start Date and EndDate I come up with following solution Without specifics on what you're doing, it's hard to suggest a specific course of action. (What is the full query, what tool, etc.). Some suggestions on how to proceed: Validate that your filter "set" is in fact correct. I'd look at the the specifics behind the selection, date formatting, etc to ensure it's still being properly parse. Try (in the MDX) creatng a dynamic set, then referencing the set in the where statement. At a minimum, it'll make what you're trying to do easier to understand and test. Depending on your front end tool, consider putting the "WHERE" into the pages (axis 2 ...Show All
Visual Studio Team System Sharepoint sites for TFS disappeared
Hi Today I noticed a big problem with our TFS test server, the SharePoint sites for all the team projects are gone. The sharepoint sites haven't been visited for a few weeks due to the summer holidays, but they were certainly not deleted on purpose. This is not a big problem however, as these were only sample sites. The big problem is that it's not possible to create new team projects, I have tried both repairing and reinstalling SharePoint, but this doesn't seem to help. I would prefer not to set up everything all over again, so if anyone can help me get back on track I'd be very happy. Would you be able to post the error that you are getting on project creation from the logs Also - shot in the dark this one, but could one of th ...Show All
Game Technologies: DirectX, XNA, XACT, etc. .x file
I posted another question about converting 3d pixles to a .x file, but no one seemed to know the anwser, so I have the go the down and dirty route: Can some one please explain to me, or point me to a page that explains how a .x file works I want know how a .x file works so I can make the conversion software my self, but just incase some knows how already: I want to turn a bunch of pixles of this or simular format: r, g, b, x, y, z into a .x file, I know direct x use triangles, not pixles, but i guess you can see what I'm trying to do X File Format Reference ...Show All
Visual C++ atof rounding error
Hello, While using visual studio 2005 I noticed an odd rounding error where 0.0355 gets converted to 0.0349 when atof("0.0355") * 100000.0 is done. If you run the code below you will see it printed out. Any help / ideas would be appreciated. string strList[2] = { ".099999", ".0355" }; for ( int i=0; i<2; i++){ string strVal = strList [ i ]; double fVal = atof(strVal.c_str()); long lValx10 = ( long ) (fVal * 10.0); long lValx100 = ( long ) (fVal * 100.0); long lValx1000 = ( long ) (fVal * 1000.0); long lValx10000 = ( long ) (fVal * 10000.0); long lValx100000 = ( long ) (fVal * 100000.0); cout.setf(std::ios::showpoint | std::ios::showpos); ...Show All
Smart Device Development .net compact framework won't install on my mobile 2003 arm pocket pc.
Error says it isn't compatible with my device. I need this in order to run my most useful software on the pocket pc. The latest revision of my software (myOffice.net) requires the .net compact framework. Any clues why this isn't working More info: toshiba 350, intel PXA255. Thanks. Please, someone respond. Not sure of your specific question. I tried via the desktop as well as thru the msi thru the download from the software company that is using it to run their software. Since they changed over to using the .net framework, I'm not having any luck with the .net install. I'm using the latest active sync which is required for the latest .net to work with the pocket pc.. ...Show All
SQL Server Stored Procedure Performance
Dear Friends, I have this query that work 100% OK. But I want to have better performance. CREATE PROCEDURE [dbo] . [GD_SP_GET_AplicacaoByNome] @prmAplic_Nome as nvarchar ( 100 ) AS IF @prmAplic_Nome = '' OR @prmAplic_Nome = '*' BEGIN SELECT AplicID , Aplicacao , NrUsers , Descontinuada , PacoteXP , Certificada , InstManual , SoShortcut , Custo FROM dbo . Aplicacao WHERE ( Descontinuada = 0 ) END ELSE BEGIN SELECT AplicID , Aplicacao , NrUsers , Descontinuada , PacoteXP , Certificada , InstManual , SoShortcut , Custo FROM dbo . Aplicacao WHERE ( Descontinuada = 0 ) AND Aplicacao LIKE '%' + @prmAplic_Nome + '%' END I ...Show All
Game Technologies: DirectX, XNA, XACT, etc. importing files from other programs ex: 3ds max
will i be able to import animated scenes and renders of characters from maya, 3ds max or other 3d modling programs to xna angel1 wrote: will i be able to import animated scenes and renders of characters from maya, 3ds max or other 3d modling programs to xna I need clarification. What do you mean by renders Images Presumably those are just Texture2D's. As to the animated scenes... I'm not exactly how a whole scene would be used in a game. Individual models I can understand, but whole scenes ...Show All
Visual Studio Express Editions UGH....Save Function
I am not getting why this is not working. I have tried to get this to work, TallDude has done a great deal to help me better understand this all. But I am still having trouble to get this to work. I want to understand how the NotePad FIle>Save works. I am thinking, as TallDude as suggested, that they use StreamReader/Writer. So in that thinking I am strying to get the File>Save Function to work. Here is the entire code: Imports System.IO Public Class Form1 Public FilePath As String = "" 'Open Option Private Sub mnuOpen_Click( ByVal sender As Object , _ ByVal e As System.EventArgs) Handles mnuOpen.Click Dim open1 As New OpenFileDialog 'display only text files ...Show All
Visual Studio Team System Login!
Hi, I created a webpage using ASP.NET-C# with login Control ( Form Authentication). I can add/delete user from ASP.NET configuration or from code. Now, I want it works with TFS ... How can I make user from ASP.NET login page link with the user login from TFS. Thanks Ddee Thanks for a very useful Info, Naren. In this case, If I use ASP.NET configuration and add any new users, It has to match exactly the usename and password from the TFS or if that user is not in Team, then I have to add that user in Team, Is that correct Thanks Ddee ...Show All
