Software Development Network Logo
  • SQL Server
  • Visual C++
  • IE Development
  • Visual FoxPro
  • .NET Development
  • Visual Studio
  • Game Technologies
  • SharePoint Products
  • Visual Basic
  • Visual C#
  • Smart Devicet
  • Microsoft ISV
  • VS Team System
  • Windows Forms
  • Windows Vista

Software Development Network >> AaronBrock's Q&A profile

AaronBrock

Member List

skrajmohan
satab
Alex2200
Jason Wilborn
ImpureEvil
Elango311325
Sathish Alagirisamy
Andreas Kammann
piekop
BDev13
chubbysilk
Sanath4vcpp
josericardo_jr
SelvaVenkatesh
Cosmin Nicolaescu
RLawson
Zajda
voko
Paul Bates
sybaselu
Only Title

AaronBrock's Q&A profile

  • Visual Studio Team System Compatibility between VS Professional Edition and Team Edition

    I would like to know if a solution built on a machine with Professional Edition can be opened on another machine with Team Edition. I am getting the following error: " The Project type is not supported by this installation" Thanks Its a ASP .Net web application. any clue thanks ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. GPGPU: 1-to-1 pixel-to-texel mapping using Direct3D

    For a GPGPU application using shaders we need to map a given texture directly 1-to-1 to the render surface. The simplest way to do this (so we think) is to use a rectangular quad with coordinates from (-1, -1) to (1,1)) and to set the FOVY and the zoom such that the quad will exactly fill the whole render surface. Rendering a given texture to this quad should give the expected results, i.e. a direct mapping from each texture pixel to the corresponding screen (or any other render surface) pixel. But what happens is that the texture appears to be shifted one pixel down and right which will make the direct mapping impossible. The correct results are achieved if we use a slight correction for the viewing Matrix: (D3DXMatrixTranslation( &m ...Show All

  • Visual Studio Team System Performance Tool - Is not working

    Development OS: Windows XP x64 Visual Studio 2005 RTM C# Windows Form application, the Solution consists of about 5 projects.. one exe, 4 dlls. All are strongly named. I'm trying to do instrumentation but am completely mystified by serveral problems and the documentation is rather poor.   I start the Wizard.. I select the assembly that's going to be the exe. I select the instrumentation option. I provide it its own path. I set this as the post-insturment event command: "C:\Program Files (x86)\Microsoft Visual Studio 8\SDK\v2.0\Bin\sn.exe" -R "C:\Projects\WinIrc\WinIrcNet\bin\INSTRUMENTED\WinIrcNet.exe" "C:\Projects\WinIrc\WinIrcNet\pacella.snk" I am under Release build. Two things happened.. 1) VSPer ...Show All

  • Visual Studio 2008 (Pre-release) How to implement WCF Security and Addressing

    Hi I am new to WCF. I know the concept why we are using WCF and how to approach is not known. How to call Service from client and through Security level. Could u please help me how to start . Thanks & Regards P.Madhu Hi Michele , Thanks for great reply . I gone through the security concept, one thing i did not understand without any SSL certificates and HTTPs we are not able to transer the data, Is it correct In the Configure UserName authentication model findValue="WCFJumpstartServer" , is noted in Web.config file could u explain how can u get that name 1.In my scenario Client sends a request to Service at that time we have to check whethere Clients username and password or correct ...Show All

  • Windows Forms RichTextBox help needed!

    Hello, I am writing a fully featured text editor. How can I code this: When the user clicks Save, it saves any changes to the current open file. If the file has not been saved yet, it launches the Save As code. Also, when the program exits, how can I make the program check if there are any unsaved changes, and ask the user if he/she would like to save the file. Matt How can I detirmine wether to save a file or to save as a file. I got save as working just fine. Now I need to determine weather a file has been opened or save as. How can I do that Matt ...Show All

  • Visual C++ need a book

    What book can I use to learn ADO.NET and visual C++ I have found books of ADO.NET and C#. It is the same as C++ Also I can't find samples for ADO.NET in my documentation, does anybody knows where can i find them Thank's for your help in advance. Ricardo 8a Better buy used...those are rather dated titles (2001 & 2002). If you are using Visual Studio 2005 you might want to also check out : "Pro Visual C++ / CLI and the .NET 2.0 Platform" by Stephen Fraser. http://www.amazon.com/Pro-Visual-C%2B%2B-NET-Platform/dp/1590596404/sr=8-1/qid=1165809668/ref=pd_bbs_sr_1/104-9935884-8953558 ie=UTF8&s=books Like all books its not 100% complete, nor deep in some areas (its only 85 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Game and GameComponent Feedback

    We've been combing the forums and the Connect database for bugs, feedback and suggestions around the application model. We still have a small amount of time to consider any other feedback you may have. So this is the thread that you post your latest likes or dislikes with Game, GameComponent, services, etc. Please scan the other threads before posting here, I'd like to just gather things that haven't already been discussed or reported elsewhere. Thanks! proposed components to include MenuComponent CameraComponent RadarComponent (2D postion view of objects in 3D world) TerrainRenderingComponent StatusComponent (Display info) and .. SceneGraphComponent Matias ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Black Ships

    Hi it appears non of my sprites (i think) are working, when I run spacewar, in which I have to disable multisampling, the ships, and the "star" are black. The flames for the ships are coloured, and I believe the explosions work.     http://img243.imageshack.us/img243/7564/examplewk3.jpg GForce 4200 is a DX8 card that support Shader Model 1.3. You are lucky it runs at all. I suspect the background shader is simple enough that it works in 1.3 but the ship and sun shaders are too complex. I would have hoped for an error somewhere so you should report this as a bug on connect.microsoft.com ...Show All

  • SQL Server remote access for windows form application

    I have a windows based software application that connects remotely to a sql server 2005 and calls stored procedures. There is someone that I work with that is cautioning the company strongly that this is a bad thing to do in terms of security. Isn't this a very common thing to do Assuming that the SQL Server installation is setup appropriately. Is this a bad practice There isn't anything bad in the scenario you described. Maybe that person was worried about more specific aspects. What was the reason he provided for his advice Thanks Laurentiu ...Show All

  • .NET Development Table adapter configuration wizard only creates insert and select statements ....

    Hi: I'm using VS2005 Team Edition for Software Architects and created a strongly typed DataSet with 5 tables. My data source if an MDF file that I 've attached to my project and it is using SQL 2005 (9.0) compatibility. For each table I added a Table Adapter using the "Table adapter configuration wizard" and choose to have it create my Insert, Delete, Select and Update stored proc's. However, the wizard only creates a Select and Insert Statement. Has anyone encountered this and if so, what is the root cause Nevermind. I didn't create the data model but see that the PK's have NOT been properly set on the table... Once I set them proper, the Table Adapter Wizard worked as needed. Sorry for the bum post and ...Show All

  • Visual FoxPro System resolution

    Hi. How can I find out what the system resolution is, and how can I change it via FoxPro Thanks If the form is too short, the correct solution is to group your sets of controls in some logical way and place them in different pages on a PageFrame control. If the process of filling the form is formalized in a set of steps (e.g. step #2 must be done after step #1 and not jump to it directly), then you could use a wizard which is nothing more than a PageFrame with no page tabs showing and you control the page change programmatically. ...Show All

  • Visual C# How to insert a table into HTML page with doc.execCommand() method ????

    Hi all ! I want to insert a table into HTML page with doc.execCommand,but i don't know its command,please help me.I tried to search on Internet but not effect. I tried work with DHTMLEDLib.DHTMLEdit object .Here my code : DHTMLEDLib.DHTMLEdit dobj = new DHTMLEDLib.DHTMLEdit(); DHTMLEDLib.DEInsertTableParamClass oTableParam = new DHTMLEDLib.DEInsertTableParamClass(); oTableParam.NumCols = 3; oTableParam.NumRows = 3; oTableParam.TableAttrs = "align=\"left\" border=\"1\" width=\"100%\""; dobj.ExecCommand(DHTMLEDLib.DHTMLEDITCMDID.DECMD_INSERTTABLE, DHTMLEDLib.OLECMDEXECOPT.OLECMDEXECOPT_SHOWHELP,ref oTableParam); //error at ----> ref oTableParam . ...Show All

  • Visual Studio Team System Is there a way to edit/modified changeset?

    Hi all, Is it possible that we could update changeset using commandline/UI I remember somebody already post this but I couldn't find. Best Regards, Thanks for your responded. You meant there is no way that I could update changeset. For an example: I've changeset 1 which contain file1.cs, file2.cs Now I want to update changeset 1 to add 1 more file, file3.cs Best Regards, ...Show All

  • SQL Server question about like

    Hello, i'm just wondering if i have for example a table with 2 colummns the first one is some primary key (int) and the other is of the image data type . For example one row would be: key data 232 0x7A5B6789D4E2...(thats just how sql server 2005 express shows me the data when i make a query insede Management Studio Express) now i'm wondering if it is possible to do query for lets say %89D4% with LIKE,(i kinda want to search for a certain pattern of bits or in this case hexadecimal values ) i've tryed but i get an error. I just want to know if it is possible to do this with like and how and if it isn't, what other options do i have (full-text search - ) i tryed the following sql statement: ...Show All

  • SQL Server How to Access cube from ASP.NET

    Hi, I have developed a small code to access a cube, below : 1. Dim cnOLAP As New AdomdConnection( "Data Source=localhost;Catalog=[Analysis Services Tutorial]" ) 2. Dim MyCube As CubeDef 3. cnOLAP.Open() 4. MyCube = cnOLAP.Cubes(0) 5. Dim MyDim As Dimension 6. MyDim = MyCube.Dimensions( "Product" ) 7. Dim MyH As Hierarchy = MyDim.Hierarchies( "Product Model Lines" ) 8. Dim i As Integer = MyH.Levels.Count 9. TextBox1.Text = i.ToString When i run the code using internal web browser, I got this error : Either the user, MyDomain\user1, does not have access to the [Analysis Services Tutorial] database, or the database does not exist I noticed through deb ...Show All

©2008 Software Development Network