Software Development Network Logo
  • Windows Vista
  • Visual FoxPro
  • Visual C#
  • Microsoft ISV
  • Visual Studio
  • Windows Forms
  • Visual C++
  • VS Team System
  • .NET Development
  • Visual J#
  • Smart Device
  • Game Technologies
  • Architecture
  • SQL Server
  • Visual Basic

Software Development Network >> Dr. Neil's Q&A profile

Dr. Neil

Member List

MagicDust
pavvu_kk
Real David
Portigui
Richard Šusta
Mohammed Hossam
joteke
BrianW
vbnewcomer
Kevin Prendergast
Raul Rodriguez
Jim R
benjcev
McZ
Steverino2
SquireToad
Keyvan Nayyeri
Gareth Welch
KD Hallman-MSFT
mamu
Only Title

Dr. Neil's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. frames per second benchmark for games

    Hello all,       I'm John, a newbie to real-world apllication development.  My experience so far has been in the classroom working with C/C++, no DirectX knowledge yet.  I would l ike to write a program that will allow users to benchmark games by analyzing frames per second (FPS).  My main hurdle at this point is retrieving the FPS information from the games.  I believe the answer lies in understanding DirectX programming.  Here's a brief summary of what I want to do in my program: - allow the user to start/stop benchmark process. - while benchmark is running    - gather d ...Show All

  • Windows Forms DataGridView - Invisible Cell Error

    Hi, I have a potential problem with the datagridview. When I have an empty table, and start editing the first row, but press ESC to cancel the edit, I get an error "Current cell cannot be set to an invisible cell.". Is this a known problem, or is there a way to trap the error, and move the current cell to a cell that is not invisible This is a bug when the first column is hidden. I don’t know any workaround at this time. -mark DataGridViewProgram Manager Microsoft This post is provided "as-is" ...Show All

  • Windows Forms Filter DataGridView That Has Columns With Values From Other Sources

    Hi, My name is tomer. I have a problem with filtering a datagridview. the grid is bound to a binding source. I have a text box that alows me to filter the DataSource accoording to the values in the text box. How do i filter the DataSource when i have a combo box column in the DataGridView Example: I have a combobox that show customer name ( value is customer id). CustomerID is 1, CustomerName is Tomer When i write in the filter text box "T" i want the datasource to bring me all the values that start with a "T" in them (like tomer). How do i do that   thanks.   ...Show All

  • .NET Development LPT port mode changing

    Hi. How I can change LPT port mode with .NET (or even with WinAPI) to EPP mode Regards. Eugene. The team that monitors this forum doesn't work with LPT ports. This forum is specific to the objects contained in the System.Net namespace, so you may not get a response to your question here. I will, however, leave the question open for a while just in case someone from the community knows the answer to your question. ...Show All

  • Visual Studio package load failure in referencing external assembly

    When my DomainModel project references (and uses) an external assembly, I get a package load failure. An example: - Create a new minimal language definition project - Add to your solution a class library project (ClassLibrary1), which will contain only the default project class (Class1) - Add a value property to any class in the domain model. Assign to the value property type a new symple type (namespace = ClassLibrary1, name = Class1) - Generate code and run. Package load failure happens when trying to load a language diagram. Is there any workaround Thanks, -- AFurtado Is this still the case, that external ...Show All

  • SQL Server Is there a way to protect an olap db meta data - technically

    Hi we try to bild an olap db as core of a nsolution we provide and want to secure the olap db meta data. Is there a way to secure the meta data for the olap db technically (like a procedure in TSQL with encryption - for the whole SSAS DB) Because at the moment everyone with admin permission could connect by VS2005 and extract the whole solution. Best Regards HANNES I see. Unfortunately this is not possible yet with Analysis Services. Even theoretically it is bit hard to implement. Even if you were to encrypt your cube design with some key. You still need to provide such key to Analysis Server be able to decrypt it to read defini ...Show All

  • Smart Device Development Build with an older .net CF

    Hi, iam new here and in the programming area. I have written a little app for a WM05 device. When i do i build and copy the files to my ppc it warns me that i havent installed the newes .net CF on it. Nevertheless i have a QTEK9100 - a very new device and want to use the built in Functions. My app is not as complicated as i need the newest CF. Is it possible to do a build with an older CF Any hints for me All devices currently on the market have NETCF V1 in ROM. If you want to use this version instead of V2, please choose V1 projects in VS 2005 (marked with 1.0). VS 2003 can only do V1 projects. ...Show All

  • Software Development for Windows Vista SDK for low speed connection?

    Far from the town, i have a low speed connection.. :-( For me, 1 Go is a dream I will never reach .....!!! Is there any other way to get the Last SDK You have two main options: Download the SDK using a download manager that can stop and resume if you have internet connection issues. Many will also allow you to set the priority of the download, so that it will not affect the total speed of your internet connection Download using the setup.exe. This web setup uses the power of Internet Explorer caching to download just some smaller individual files rather than the entire SDK at once. You may still experience some slownes ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Where is DirectX going?

    I read somewhere *cof* http://www.managed-world.com/SoonDirectXDirect3DNothingElse.aspx  *cof* that Microsoft is deprecating a large part of DirectX (DirectInput, DirectSound) he then hints about learning Shaders http://www.managed-world.com/AdviceLearnShadersNow.aspx so the question is, should I not bother to learn DirectInput, DirectSound, etc... what should I be learning if I want to develop DirectX applications in the future is DirectX the future of graphics programming or is there something else coming (XAML anyone ) thanks for your comments heh heh.. I was just joking to myself that the next thin ...Show All

  • Visual Studio Express Editions how to Flash in vb.Express

    Hey , i want to know how to integrate a flash movie in visual basic express edition. Thanks I am note sure if these will work with Express but, here are some examples and tutorials: http://experts.about.com/q/Shockwave-Flash-1515/Flash-VB-6.htm http://www.vbcity.com/pubs/article.asp alias=flashvb http://www.vbcode.com/asp/showzip.asp ZipFile=http%3A%2F%2Fwww%2Evbcode%2Ecom%2Fcode%2FFlash%2Ezip&theID=2544 and for the third one, just scroll all the way and download the zip file... just ads on the page itself home these help... ...Show All

  • Visual C++ malloc error in C

    >c:\s.t>cl /MD /GS- a.c >Microsoft (R) C/C++ Optimizing Compiler Version 14.00.40310.41 for AMD64 >Copyright (C) Microsoft Corporation. All rights reserved. > > x.c > Microsoft (R) Incremental Linker Version 8.00.40310.39 > Copyright (C) Microsoft Corporation. All rights reserved. > > /out:x.exe > a.obj > > T:\s.t>x > 3000000000 0 > > c:\second.try>type a.c > // cl /MD /GS- > #include<malloc.h> > main(){__int64 n=3000000000; > printf("%I64d %i\n",n,malloc(n));} why does malloc(n) return 0. What is wrong with this code Three gi ...Show All

  • SQL Server Using error handling techniques in cursor routine

    Hi everyone! I am trying to use error handling within a cursor routine. I have an Error Handling label outside the cursor that handles errors generated outside the cursor or when @@Fetch <> 0, but doesn't work for capturing errors inside the cursor routine. The cursor has a value that I am using for updating data. This requires a transaction for each pass. I also must select the max value of a selected field from the table where these updates occur. If an error occurs in any part of the transaction, I want to capture the error, select it from the sysmessages table, write it to a table, roll back the transaction and move to the next ...Show All

  • Visual Studio Team System Couldn't add user/group ...

    Couldn't add user/group 'Lastname, Fname (Company/Org)'. It may be in an incorrect domain. Thats the error if I try to add additional Namespace Administrators or to the TFS Everyone  group.  Any reason TFS won't accept commas, forward slashes, parenthesis or @ symbols Hi, I also get this problem. It happens when I try to add a doamin user ( same domain) that has / char in it's caption. The message is: "Couldn't add user/group 'Technical Leader/ Eli Ofek'. It may be in an incorrect domain." The workaround I found so far is to create a new security group with a simple name & caption that I am th ...Show All

  • SQL Server Lowering priority on thread - SQL Server 2005 (64 Bit)

    Hi all, Is it possible to lower the priority of threads running in SQL Server 2005 (64 bit) I know that the Kenn Henderson author of ; The Guru’s Guide to SQL Server series of books, have developed an extended stored procedure: xp_setpriority which does the work for 32 bit version (I presume it will work for the 32bit of SQL Server 2005). But I’m in need of using a similar work-around for 64 bit. My case is that I can have multiple jobs running on the SQL Server – slowing down the system, but need to keep an opening for a client 24/7 and not be late returning the records the client wants. If I somehow could lowe ...Show All

  • Windows Forms How do I stop the character from appearing in a Textbox

    I'm writing an HTML Editor and I added a feature that adds a <br /> if shift + enter is pressed and a &nbsp; if shift + space is pressed. However the enter/space is still added to the text box. Any Ideas on how to stop the enter/space from apearing The code which is already catching the keypress to impliment this gets passed an event handler. This has a Handled property. Set it to true. ...Show All

©2008 Software Development Network