Ozan's Q&A profile
Visual C# Books on C# language needed.
Hi We have bought the following books from Microsoft press: Visual C# 2005 Step by step Visual C# 2005 The language (Core reference) The step by step was easy to read, with good examples, although seems to be aimed more towards beginners. Not our level. The language, was hard to read, difficult english, with "not that good examples"(trying to be polite). Its seems to be more on the right level for us though. So my questi ...Show All
SQL Server Error while importing Text file using Import Export Wizard
Hi all i have text file where i can import it to excel to access or sql2000 without problem but when i import it using (sql2005 pro) i get this error message during the import O peration stopped... - Initializing Data Flow Task (Success) - Initializing Connections (Success) - Setting SQL Command (Success) - Setting Source Connection (Success) - Setting Destination Connection (Success) - Validating (Success) - Prepare ...Show All
Windows Forms label with transparent background
Hi, I am making a scrolling text over a picture box. However, I can't hide the label background to show out the picture box. Any idea Did you try setting the Label's BackColor property to Transparent Also, try drawing your text directly onto the PictureBox in its Paint event. ...Show All
.NET Development strongly typed dataset
Hi, The following line populates a datagrid using a strongly typed dataset. dsEmps is the .xsd file in the foreach line I would like to loop through each record I get an error on the foreach line and it says: specified cast is not valid I think this line has to be somehow casted employeeDetailsData.Employees.Rows EmpBusRule.EmpService.dsEmps employeeDetailsData; EmpBusRule.Employees br = new EmpBusRule.Employees(); employeeDetailsData = ...Show All
Visual Studio Express Editions pre-written codes in "Visual C++"
I'm really interested in application development, but I don’t want to learn any coding language, Recently I've discovered "AutoPlay Media Studio 6.0" and I love it, but it doesn’t have all the features that I need as yet. So I turned to "Visual C++" It seems to have everything I need except I would have to learn the coding language. Are there any plans to have pre-written codes in "Visual C++" that would enab ...Show All
SQL Server Conflict of Permissions by NT Groups
Hi, This is regarding permission issue in windows-authenticated sql server 2000. I have two NT groups namely A & B. Groups A has all permissions on SQLDB1 while group B has all on SQLDB1 and SQLDB2. Since I dont want B to have INS/UPD/DEL rights on SQLDB1, I revoked those permissions for B on the same. But users belonging to both groups suffer INS/UPD/DEL rights on SQLDB1. Could anyone help please Tha ...Show All
Windows Forms Messagebox Location?
Is there a way to display a messagebox in the center of an Active Form or will it always be displayed center screen Several of the overloaded versions of MessageBox.Show allow you to specify a window that you want the alert t ...Show All
Visual Basic User Control not updating
I have a control that I created in VB .net 2003. It works fine for the most part in 03. I went to upgrade it today to 2005. The upgrade seems to have gone fine. I have attached a test app to the control for testing purposes. But since moving to VS 2005 when I make a change in the control and build the solution the change is not made in the test app. I've tried deleting the control and putting it back on, and e ...Show All
SQL Server Insert /Update data in destination
I am new to integration services. I am trying to a build a data warehouse and need to be able to insert new data as well as update data that has changed. I am getting the data in a flat file and need to import it into SQL 2005. I saw some post on www.sqlis.com/default.aspx 311 but I did the example is for OLE DB component. I am not sure how to achieve this using a text file as source. Any help would be greatly appreicated. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Problem installed DirectX 8 SDK
I have Windows XP and I can't istall DirectX 8 SDK on it. It installs really quickly and it says it's installed under the Programs list but there's nothing there. I heard Windows XP has problems with DirectX 8 SDK, but I don't know how to fix them. I found a site on google on the topic, but the link was old. This sounds similar to a problem we had with integration in Visual Studio 7.0 and 7.1. Are you sur ...Show All
Windows Forms Speech SDK! No winform support?
I built a very nice we app in minutes, and the tools make it very easy to build simple web sites. But I need speech in winforms!.... Does anyone out there know what I'm getting at My target audience is win xp home, so asp.net ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Rotation matrix: absolute rotation instead of relative?
Hi, When multiplying rotation matrices for rotating around x, y and z-axes R = Rx * Ry * Rz ( http://en.wikipedia.org/wiki/Rotation_matrix ), I get a relative rotation matrix, meaning that rotation around Y is not the original Y-axis, but the new axis that has "occured" after rotating around X. What I want to do, is to have absolute rotation, so that the Y-rotation is performed around the original Y-axis, and not the new one (abs ...Show All
Visual Basic How to strip/Rearrange textbox characters?
Hi all, Here's what I wanna code in VB 2005: I have a textbox that accepts only numeric characters upto 17 characters max. now, depending on the button i click, i want to either rearrange those characters and/or strip them (based on the character postion) to have another combination. Example: I input 27130948129045716 on the text box. i click on a button to convert it into 12 characters (by taking the last 5 digits, st ...Show All
Visual C++ Code to compile???
Hi, I need my program in C to compile a .c file. I remember that there is a call of system to do that. Something like system("compile the file",file.c,file.exe) I dont remember how to do that. please can u help me :D thanks You can just execute the compiler from straight ahead assuming that you have the compiler binaries in the path. system("cl.exe a.c") should compile a.c. cl.exe is th ...Show All
SQL Server VS.NET Deployed Assemblies not showing up in Management Studio
I am using Yukon June CTP and VS Beta 2. I have created an assembly containing a number of user defined functions. I have tested them in a database which should cause them to be deployed there. When I look in management studio under the Database/Programmability/Assemblies they are not listed. Nor are they listed in Database/Programmability/Functions/Scalar-valued functions. Is this a known bug in this version Thanks, Chris Neve ...Show All
