Phil at AUT's Q&A profile
Visual C# Where is the Quick Console Window in RC version now?
I have setup up the RC version of VS2005 for some days and I can't find the Quick Console Window when I was in the debugging mode which should be there. Is it removed in this new version Yes, we have removed the quick console window for the RTM version. Unfortunately, there were a number of remaining issues with the feature, and we made a difficult decision not to include it in the final release. HTH, Karen Liu Visual C# IDE Program Manager ...Show All
Smart Device Development DataGrid issues
Hi, I've installed the CF2.0 SP1 patch so that my DataGrid could be align to the right (I'm writing a RTL program.. hebrew) But I didn't understand how to get the headers to be align to the right aswell, another question regarding the binding of the SQL MOBILE and the DataSet, I have a table, and i want the user to see only 3 columns in the datagrid, but the problem is that one of the columns vary in the DB, I need to display in the datagrid somesort of the "final" column, which i need to manipulate data into (For example: I have a weight and quantity fields, and the user can choose which one to enter, the o ...Show All
SQL Server Ssimple Data Flow ? - processing after using a Destination
I have a data flow that reads multiple rows from a table and then inserts to another table for each row. I use an ole destination for my inserts. However, after that insert I need to do other table inserts and I can't figure out how to continue the data flow with the fields in the pipeline. Out of the destination is only the Error flow - Is there a way to do this thx Yes, sort of, but you'll need another data-flow. Use raw files to transfer data between different data-flows. -Jamie ...Show All
Windows Forms trivial combobox problem
Hello, I have 2 tables. Clients [FirstName, LastName, ..., TownID, ...] and Towns [TownID, TownName, State, Postcode]. In the Clients form, i want to have a combo box that lists all [TownName + State + Postcode] from Towns table and which is also bound to TownID of Clients table. Thanks Thanks Joe, It works now! Here is the code: &nbs ...Show All
Visual Studio Express Editions Visual Web developer 2005 and SQL server
Hi to everyone, somebody can tell me how to validate a login with an aspx page and sql server with visual web developer 2005, it's my first time using web developer so i don't know how to do that!! Any help would be appreciated That is a conflict between the collation on you server and the scripts that you are trying to load, It has been a while since I played with collation problems. I would go to the SQL Server forums and ask the guys there. ...Show All
Visual Studio Team System Visual studio locking up when doing TFS stuff.
Hi, I am wondering if anyones else is having a similar problem as me. It seems at certain times when I do various actions (getting latest code, checking in something) the action completes and then Visual Studio locks up to the point where I have to kill the devenv.exe from the task list. It has happened to me quite a few times now. I am running the VPC image for the server and have installed the TFC from the en_vs_2005_tfs_trial.iso file. I really like the product and have convinced my manager we should move to it but I can't really do that in good faith if the team is going to lock up frequently. Cheers, Clint It is true t ...Show All
Smart Device Development Deploying PPC2003 project (coverted to VS2005) in WinCe5.0 device
My application was developed in vs2003 C# CF1.0 and Sql Server Ce with SQL Server 2000 for synchronization for PPC2003 devices. I am trying to convert that project to VS2005 sothat I can deploy it on Windows Ce5.0 device. The conversion wizard didn't successfully convert the project, it kept throwing the error Compact Framework 1.0 is not installed on the computer even though I had it and I can compile the project in Vs2003. So I installed VS2005 on other computer and successfully converted the project. But still it didn't give me the option to connect to Ce5.0 device. So I created new Vs2005 project for Ce5.0 devices an ...Show All
Visual Studio Express Editions Search
Ok i was wonderin. Can I, and if so, how do you search or if you like 'Scan' a hard drive with vb for a filename such as lala.exe or what eva. I'd love to know! Directory.GetDirectories and Directory.GetFiles can be used to recurse over a directory structure and apply a search string. ...Show All
Visual Studio MsiProductCheck element
Hello, I'm preparing custom package for Bootstrapper. I need to check if such a product was installed already (using my application or another installation). Product redistribute as msi file. I added folowing section to product.xml: <InstallChecks> <MsiProductCheck Property="ComponentsInstalled" product=" "/> </InstallChecks> <Command PackageFile="Components.msi" EstimatedInstallSeconds="60"> <InstallConditions> <BypassIf Property="ComponentsInstalled" Compare=" " Value=" "/> </InstallConditions> </Command> What should I write instead of , , ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Corrupted texture on Radeon
I'm using C# and managed DirectX to display a mesh with two texture stages. It draws fine on a GeForce, but looks corrupted on a Radeon X300 and also a ATI Radeon 9600 Pro. I think it started when I added a second texture stage to modify the texture color before rendering. You can see the results on both cards here: http://gosub.com/DirectXTextureError.htm Here's how I setup the render states: dx.RenderState.Lighting = true; dx.RenderState.NormalizeNormals = true; dx.RenderState.ZBufferEnable = true; dx.RenderState.CullMode = Cull.CounterClockwise; dx.RenderState.ColorWriteEnable = ColorWriteEnable.RedGreenBlueAlpha; dx.RenderState. ...Show All
Visual Basic IT Asset Tracking System Objects
I am fairly new to object oriented programming. I have developed a few usercontrols for an IT Asset Tracking System that I am developing but I need some good advice on the coding side of things as I am using VB 2005 Professional. What kind of classes and objects do I need to create for my system within VB 2005. So far as an example, I have the following tables in my SQL Server 2005 express database as I am fine with the db side of things: OperatingSystem - Lookup table for operating systems HardDrive - Lookup table for hard drive sizes CPUSpeed - Lookup table for CPUSPeed MemorySize - Lookup table for System memory Warranty ...Show All
Visual Basic Trying to get StatusStrip on a Form to display text
Hi I am trying to display lines of text I am reading from a file to the status bar. I want to see progress of the programme through the file contents, but not through the message box as I have to close it for each line and their long files and that soon get tedious! Please see code below... All I get is the hour class - I need to trap end of file but first I wanted just to display the progress. Ideas anyone Appreciated - Regards, Graham Do While icnt >= 1 stringReader = fileReader.ReadLine() icnt = icnt + 1 Me .StatusStrip1.Visible = True Me .StatusStrip1.Text = stringReader Loop I take it that strin ...Show All
Windows Forms RowLeave event raised to early in DataGridView?
Can anyone tell me why the RowLeave-event is raised before e.g. the CellLeave or CellEndEdit It seems to me more easy to handle events when this ordering will be changed. It is a true sin. In an object oriented environment, it would have been comfortable that it was the single object (in this case the maskedtextbox ) to be able to get back if the contained value was correct or no. I think that is strange that if I moving with the mouse or the keyboard between 2 columns he has 2 different behaviours. Thanks al lot I’m sorry for my painful english ...Show All
Windows Forms How can Implement a string Collection Editor in a property Grid
Hi I have done some reserch how to implement the above,however I get lost in more complex examples I have found in codeproject and so on. What I want to do is when showing my propertyGrid I want to have the ability to have a collection editor of strings. For example sake lets say I want to have a collection of car Models. THe problem i have is that i see the collection editor but when I press Add I get "Constructor on type system.string not found" AM I missing something If so could somebody show me with a bit of code Thanks in advance for any suggestions. I have done as follows: '//Collection class #Region "Imports Directives" I ...Show All
Visual Basic Overloads in a Module
Can I not have multiple Overloads in a single Module I'm converting from VB6 to .net and I'm having the issue of trying to use the same sub or function with different forms. I thought the solution might be to use an overloads statement, but it seems to only let me use one. Here is an example: Overloads Sub gp_DisableInputs( ByRef frm As frm1, ByRef DIndx As Short ) Overloads Function gf_Method( ByRef frm As frm2 , ByRef DStructure As DirectStructure) As Boolean The first one seems to work fine, I get the blue line under the second and I can't complie. Any suggestions ...Show All
