slolife's Q&A profile
Visual C# DataTypes
Hi Kind of stupid doubt When we use primitive data types like int, we never use new operator. but if we define our own datatype we need to use new operator. Thanks in advance Sorry, My Question was how can we create a user Defined DataType and use it like how we use int. that is without using new operator ...Show All
Visual Studio Express Editions Certification courses for vc++
hi, Iam Lakshmi, i have 4+ years of experience in c++, 2+ in vc++ (version 6.0) .I had a break in my career for last 1 year.To upgrade myself i thought of taking some certification courses. Will MCSD- .net certification will help in building my career i heard .net course covers c#,vc# and asp.net. this is new technology for me. And i don't have experience in this field also.. Is there is any certification courses for vc++ will anybo ...Show All
Visual Studio Team System "Show Project Portal" dimmed out
It seems that I have no permission anymore after the upgrade. Can someone tell me what my IIS Directory Settings should be and what my AppPools persmissions should be Can you please share out setup logs they should be under %programfiles%\<%ProdName%>\<%ProdName%>\Logs. Also, can you do the following: 1- Go to TFSWSSAdmin appPool and verify that it is running under the tfsservice identity 2-verify that tfsservice can ...Show All
.NET Development How can I get as a table name by naming a query in the Stored Procedure ?
Hi All, I have written a stored procedure which has multiple SELECT statement. So it is supposed to return multiple tables of rows. It is got as set of DataTables ( DataSet ) when retrieved through SqlDataAdapter. By default those resultant tables of the queries, have their table name as Table, Table1, Table2 etc. So to access a particular table, I've to do as, dataSet.Tables [ 0 ] or dataSet.Tables [ "Table" ] Is there any way to name ...Show All
Windows Forms Calling MsgBox inside a TabPage's Validating event
I have a form that contains a tab control. I want to perform (multi-field) user input validation when the user changes tab. If the user input is invalid, I want to display a MsgBox. However, whenever I call MsgBox inside a tabpage's Validating event, this seems to affect the behavior of the comboboxes on that tab page. To see what I mean: 1. Create a new project 2. Create a form 3. On the form add a tabcontrol with 2 tab pages 4. On the f ...Show All
SQL Server Report Access over the internet
Hi, I need to install and setup accounts so that external users can see the reports over the internet. The SQL Server is behind a firewall and SSRS 2000 will be on a separate machine. Would someone know how I can install RS and what kind of accounts need to be created and set up so users outside the network can see the reports Very much appreciate your help! Take a look at using Forms Au ...Show All
Visual C# Define Name in Excel through C# code
Hello, I have a code to import Excel Sheet into an .NET application through OLEDB connectivity provided if my excel sheet is defined as a table with a name by going through Insert-->Define-->Name. But I want to automate this option through code by simply selecting the excel sheet and it would define the range and then import the data. Has any one ever done this before The ...Show All
.NET Development .NET Framework 2.0 question
I appologize in advance if some of my questions to the forum is a little out of place. I am not a programmer or developer, just a gamer, system builder, and network administrator of a home network. After installing .NET Framework 2.0, Direct X9.0c's Diagnostic shows that one of the two system.dll files is missing. The one that is listed belongs to 1.1, so logic dictates that it is the one for 2.0 that is missing. However it is in ...Show All
Smart Device Development Joystick and Hardware Buttons
Hi, I am trying to find out how to read the joystick and other hardware buttons on a PDA using C# - I cannot find any information at all - can anyone help Also I did find some help about a button component that is supposed be on the 'Device Components' panel in the toolbox but it is not there, anyone know where it is Thanks All, Hi Chris, Yes - I must remember that - thanks again for your fast help. Actually this is the firts ...Show All
Visual Studio Printing Problem
Hi All, I am developing an web application using Visual Studio 2003. When I am viewing the report from IE, it is fine. but when I am using print preview on IE, I always get one more blank page at the end of the report. Does anyone have same problem Pleas tell me how to solve it. I am using Windows XP Professional SP2, VS.NET 2003 and SQL 2003. Thanks a lot Hello, Since you are printing straight HTML fro ...Show All
SQL Server Where is the tutorial File: "Customers.xls"?
In Lesson1 of SSIS Tutorial, section "Running the Wizard to Create the Basic Package", is stated "Specify the data source. You will use the Excel workbook, Customers.xls, as the data source..." I have both AdventureWorks databases installed on my box as well as a host of samples but I can't find that file. Any pointers much appreciated. TIA, barker on ...Show All
SQL Server Conditional Container
May be it's too late, but I think this requests could be scheduled at least for a SP1 if it's not possible for the RTM. 1) Execute Task without debugger: it would be very nice to be able to execute a single task without going in debugging mode. Just as you would ask "Start Without Debugging CTRL+F5" but for a single task 2) Customize default properties for task and component: when you drag a task on the package you get a default value for the ...Show All
.NET Development Major shortcomings -will vs2005 fix them?
I coded Dim a As Boolean = Me .ActiveCheckBox.CheckState and get the warning, implicit conversion from syste.windows.forms.checkstate to boolean. I have lots of such warnings. You'd think vs would allow you to get more information on how to solve it. I have many such warnings and can't submit a million questions to this forum on solving each one. In addition, I can't copy the warning Another irritant is the well known need to ...Show All
Windows Forms richtextbox and treeview problem
i am currently developing an XML editor with a tree view and a richtexbox. The tree view is populated depending on the XML format you typed in the richtextbox. What I wanted to do is everytime I click a node in the tree view,&n ...Show All
SQL Server Unable to use MS SQL 2000 SA Password
Dear All! I have installed my sa password "sa" during my MSDE (desktop engine of sql) installation. currently i am loging into query analyzer using windows authentication. But i cant access the database through my code, coz i dont have sa access. Please kindly Help me finding my current sa password. Thank You! Did you get an answer I am having the same problem. Thanks. Oguchi ...Show All
