CoffeeGuy's Q&A profile
Visual C# quest on downloading C# from the internet
Hii,,, I downloaded all prerequisites of the C#, like dotnetFrameWork and Windows installer, and i need a link for c# program only. Can anyone help Note: I downloaded the prerequisites while downloading visual basic 2005 express. hi you can use this link http://msdn.microsoft.com/vstudio/express/visualcsharp/download/default.aspx even though the recoment you to remove visual studio 2005 and sqlser ...Show All
Visual FoxPro what is the maximum field VFP9 can handle
Good day to everybody... just a little problem with my update at VFP interface with my back-end database I dont have this problem updating my employees table in SQL2000 with 35 columns at my VFP interface, but recently I add another 3 columns at my table, that's where I encounter this problem. Inserting a new record or deleting there's no problem, but when i edit a particular record then saved the changes,the update is OK.. but after I clo ...Show All
Visual Studio Can't run project (DSL November)
I removed DSL Tools (September), SDK, Studio b2 (hope did it correct), installed released Studio, SDK October, DSL Tools Novemeber. After creating a new DSL project (Minimal Language) have a message: "Unable to read the project file .... Class not registered. Looking for object with CLSID {....}". If do "Start debugging" the message is: "Constructor on type Microsoft.Build.Buildengine.Utilities not found". What's wrong For the fi ...Show All
Visual Studio 2008 (Pre-release) Transform math help would be useful
Transforms give me a headache, but usually I can work it out. I have one that is not coming together. 1) I have a canvas with 2 borders enclosing other elements. The borders are positioned using Canvas.SetLeft and Canvas.SetTop, and have Width and Height set. 2) If I set the render transform for the canvas as a whole using ScaleTransform(s,s,center) all is well. The scales track the center point and I can concatenate them to ge ...Show All
SQL Server Filter parameter based on prior parameter
Hi guys, i have some report parameters that are dropdowns, and i would like to use whatever is selected in them to filter subsequent dropdowns. I know that the report designer automatically makes parameters dependant on each other, but that has been stripped out of the rdl, i need to replace it with more targeted filtering. So assuming that parameter A and parameter B get their values from a dataset, how can i filter parameter B's conte ...Show All
Software Development for Windows Vista ActivityBind and it's ID property
Hello. I've noticed that when I use an objectdatasource and bind it to an updatedata activity, an activitybind object is automatically created. according to the docs, the ID property points to an activity (by using the ID od that activity) and the path property points to a member of that activity that has the value that is going to be passed to the 1st parameter of the IDataHandler.UpdateData method. so, for instance, if i ...Show All
Visual Studio Team System Message "rsItemNotFound' in Web Part
Hi, After I change the Web Part appearance in my Team Project site (just for quality indicators), I’m now with this following Message: The item '/SAGAAdvanced/Quality Indicators' cannot be found. (rsItemNotFound) Does anyone know how can I fix it ...Show All
SQL Server How do I create a new db in sql 2005 express
How do I create a new db in sql 2005 express useing manager express I'm used to mySql front and this is my first try at sql. Also, does anyone know of a link(s) on the vast msdn website that explains how to use this software All I've found so far, are a lot of pages telling what it can do not how to do it. I'd appreceate any help, I want to get started on this . Never mind I did it I see you have to do a lot of right clicking. I ...Show All
Visual Studio Express Editions What's wrong with this: "If DoctorBindingSource.Current("StreetAddressLine2") <> "" Then"
Visual Basic 2005 Express Edition didn't like the "<>" in the statement below: If DoctorBindingSource.Current("StreetAddressLine2") <> "" Then DoctorTextBox.Text = DoctorTextBox.Text & DoctorBindingSource.Current("StreetAddressLine2") & vbNewLine End If It didn't like it when I substituted "DBnull", either. hi, assi ...Show All
.NET Development How to get all SQL tables at once
Hi all.. I have a database running on SQL Server. It has a lot of tables that I need to load into a dataset (all at once) so that I could work with the in memory data. How can I do it using a SqlDataAdapter or other object if this is possible I could load it one by one but it is a very tedious work (to load not only data, but also relationships). Thanks Jaime You can use the data adapter to do this directly: DataSet ds = ...Show All
Visual C# api text viewer
Hi Can anyone send a link to api text viewer so i can download it.. i realy need it to view some decalrations ...Show All
Windows Forms forms seperator line
Hello all, I need to implement a seperator line in a form to visibly divide the information in a window. The requirement states that the seperator line should look like the one used in the about box of Visual Studio 2003. If you look at th ...Show All
Visual C++ linkLabel_LinkClicked
With managed C++ what would I have to type on this linkLabel_LinkClicked code in order to make my link go to a website of my choice #pragma endregion private : System::Void linkLabel1_LinkClicked(System::Object^ sender, System::Windows::Forms::LinkLabelLinkClickedEventArgs^ e) { } }; } http://www.codeproject.com/system/newbiespawn.asp df=100&forumid=3298&exp=0&select=706737 ShellExecute is th ...Show All
.NET Development Dataset serialization
I have an issue with the Dataset serialization. I have a class, say BaseDataSet which inherits from the Dataset. More classes inherit from BaseDataSet. I would like to pass on the object inherited from the BaseDataSet back to the client via a web service. Before passing on I cast the derived object to BaseDataSet type. On the client, I am not able to down cast the dataset back to the specific class which is the type of dataset passed across. ...Show All
SQL Server Optional Characters in Search String
I'm trying to search for commonly abbreviated company titles (ie limited, partnership, and so on). I would like to make my sql statement as short as possible (it's already quite lengthy as is). But I'm having trouble netting the abbreviated forms such as LTD and LMTD for limited (I have no control over the data I get, it comes from different counties with no standardization). I've tried using braketted strings like "L[I,IMI,M,]T[ED,D,]" ...Show All
