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

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

GunaChinna

Member List

Porch263896
Buhari
Suman Ghosh
myherdem
RhysDavies
robinjam
Matt Lin
shah_hs
cooldoger
Machhindra
blanc0
walking fish
ivanFSR
tonn
dzimmy
Chris Doull
Rockyrud
Terry M
scorange
Jademobile
Only Title

GunaChinna's Q&A profile

  • Visual C++ C++ in visual

    I have just started using visual and my codes don't work. DO i have to change some setting or what's wrong. #include <iostream.h> main() { int a; int b = 20; int c = A + B; cout << "ENTER A VALUE FOR 'A' : "; cin >> a; cout << "Here is the ANSWER when u add 20 to ur varible: " << c ; return 0; } I got an error again 1>------ Build started: Project: code, Configuration: Debug Win32 ------ 1>Compiling... 1>code.cpp 1>c:\documents and settings\gagandeep\desktop\visual codes\code\code\code.cpp(24) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget ...Show All

  • Gadgets We're sorry but we won't be able to host your submission ?

    Hi i just got this email can anyone tell me why ps its still there http://gallery.live.com/liveItemDetail.aspx li=7e4ba3f8-29db-42db-8fb5-2ba61e67c08c&l=1 Hello, We're sorry but we won't be able to host your submission of BBC Radio Player on the Windows Live Gallery website. There was a problem and we need to ask you to resubmit it. We hope you'll give it another shot - just modify your submission, send it back to us, and we'll take another look. If you have any questions or comments, please send them through the support link on the gallery website. This is an unmonitored mailbox, please do not reply to this email directly. Sincerely, The Windows Live Gallery Team Hi Tom (and ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3D 3rd Person Camera

    at the moment i have created a kart racing game and have the model and have set up a camera but it does not look at where i want it to look. which is following the back of the kart. This code is mainly from going beyond  ( i think). my draw function... protected override void Draw( GameTime gameTime) { graphics.GraphicsDevice.Clear( Color .CornflowerBlue); //Copy any parent transforms Matrix [] transforms = new Matrix [kartmodel.Bones.Count]; kartmodel.CopyAbsoluteBoneTransformsTo(transforms); //Draw the model, a model can have multiple meshes, so loop foreach ( ModelMesh mesh in kartmodel.Meshes) { //This is where the mesh orientation is set, as well as my camera and ...Show All

  • Windows Forms Continue event processing after a prompt within the Validating event handler

    I have many controls visible simultaneously on my Windows Form. One of them is an "editor," and when the user tries to leave that control by clicking on another control, I want to prompt the user to save their editing session, with a "Yes/No/Cancel" prompt. If the user clicks "Yes" or "No", then (after saving if they clicked "Yes"), the original click event should be processed. if they click "Cancel," the user should remain in the original "editor" control. To cancel, I just set the Validating event handler's CancelEventArgs argument's Cancel property to true (i.e., in C#: e.Cancel = true; ). However, displaying the MessageBox prompt in the Validating event inter ...Show All

  • Software Development for Windows Vista Can't install VS6 SP6 or VB6 SP6 on Vista RTM (6.0.6000)

    Hi, I can't install SP 6 for Visual Studio 6, either the VB6 cutdown version, or the complete VS6 version. I have Vista Ultimate version 6.0.6000. This problem exists even if I "Run as administrator". I already have UAC off, and the problem exists whether I use Compatibility options or not. The process to follow to reproduce this problem is: Double-click Setupsp6.exe Click 'Continue' Click 'I agree' [ Very short time-period follows] Message box: "Visual Studio 6.0 Service Pack 6 Setup was not completed successfully." Click 'OK' Setup then finishes. SP6 is not installed. I have about 100 applications I must maintain and recompile periodically. I now cannot do that. Does it mean I have ...Show All

  • Visual Studio Team System How to customize permission

    Can I ask is there possible to customize the permissions that created by TFS Absolutely :) You can modify permissions for users that connect to TFS in a variety of ways. I will give you some examples - but these are not the only ways: To modify server level data (create/delete global groups, add members to groups etc) Connect to your TFS via Team Explorer Right click on the server name For membership management, go to 'Team Foundation Server Settings -> Group Membership' For permissions management, go to ''Team Foundation Server Settings -> Security' To modify project level data Connect to your TFS via Team Explorer and open your TFS Project Right click on the pr ...Show All

  • .NET Development Dataset Scalar query - riddle you this.

    Hello all. I am struggling with datasets and the disconnected data architecture and hoping you kind folks can help me out. My question today is how do you create a scalar query from the information inside your datasets. For example, I have a datatable inside my dataset called customers. I want to create a calculated query which returns the number or count of the customers I have in my customer datatable and bind that value to a textbox so when a customer gets deleted/removed from the dataset, the calculated value will change in the textbox. I am trying to deploy the same concept as using a bindingsource. So, basically, when the customertable gets modified the scalar query will refresh the value of the textbox to show the appropria ...Show All

  • Visual C# Writting a rolling file !

    I need to write to a rolling file - i will setup a limit for the file - let's say 10 MB. When the file reaches the limit - i will delete the first line and add one to the end. Can anyone give me a hint on this - is there any way to avoid String/StringBuilder on this 10x Everything can be done. But i will ask you also, why would you need such thing. Here is a logic for that problem: check file length if it's length + length of new string is greather then 10MB then    using StreamReader open the file and read first line    //this will exclude first line, if i read a line and not store it    then use a StringBuilder variable to store the result of streamreader.Re ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Importing and Embedding Flash Movies into XNA

    hello, I am currently evaluating the XNA Framework for the company I work for, and I would like to know if it is possible to display a .swf file into XNA's 3D Engine I believe I heard someone mention that they were able to, but they were somewhat sparse on the details. If I could get more information on this, I would be sincerely appreciative. Thanks! Just a quick one.... the XNA Framework and Game Studio Express are not an Engine.... They are just the API to complete the tasks, If you want to have a look at an XNA Engine you should look at www.garagegames.com an there torqueX engine, or some of the newer ones being worked on. Also if you do want to use flash you will have to remember that if you do parse a C# Library in that ...Show All

  • SharePoint Products and Technologies Error on updating document library on ASP.NET App but not in Console App

    Hi, I’m trying to upload a document/meta-data to a Document Library. The curious thing is that with the exact same code I’m able to do it in a Console App but not in a ASP.NET 2.0 App (I get an error in file.Item.Update();). The code in both Apps run with the same elevated privileges . The code I use and the error: SPSecurity .RunWithElevatedPrivileges( delegate () { Logger .Write( WindowsIdentity .GetCurrent().Name, "General" , 0); using ( SPSite siteCollection = new SPSite ( ConfigurationManager .AppSettings[ "Site" ])) { SPFolder folder = siteCollection.AllWebs[ "saude" ].Lists[ "teste&quo ...Show All

  • SQL Server Need help importing .CSV file

    Hi all- I am in need of some help importing a .CSV file into a SQL Server 2005 Express database. I can't use SSIS because it's SQL Server Express. The operation needs to run as a parameterized Stored Proc which I will call from ASP.NET. The problem is that I need to get the only 2 columns from the text file, then "tack on" 3 more columns that will have data that changes, which will come in as parameters to the T-SQL stored proc. This prevents me from using a straight BULK INSERT. The data in each of these columns will be the same for each record in that column - that is, every record in every field in column 3, for example, will be the same. Some of the files will have 4 million records and up, so speed is of the esse ...Show All

  • .NET Development very basic question re webservice namespaces

    This is a VERY basic question. sorry :) I'm new to Webservices. I created the sample project found in the help text. It creates a webservice with a <WebService(Namespace:= "http://tempuri.org/" )> listed in it. When running the service, a warning is issues that this is a temporary placeholder only and should be replaced with a custom one. The problem is I can't find any reference to what I should do. I have searched thru the help text and this forum, and I'm not getting an answer I can relate to. I'm sure I've missed something somewhere, but I'm a bit lost right now. Any help appreciated. Thanks - Kerry You have just found the first major problem every webservice develope ...Show All

  • Visual Basic Finding Access Table

    Is there a way to programatically get the name and path of an Access table I'm trying to write a conversion application to move data from an Access DataBase to an SQL Database.   Thanks   tattoo   The studio manager or Studio Data Console and with SQLE I think it's SMSEE has an import facility. I add Access databases all the time with it. You don't need to any database design. The import facility is rather flexible and nice. ...Show All

  • Visual C++ Any interest in building an FAQ?

    I'd like to propose that we put together an FAQ to address some of the issues that pop up regularly here. It seems like we have an awful lot of questions like: - "How can I call my C#/VB/FORTRAN routines from C++ " - "How do I compile and run my project " - "I've included the correct header files, so why am I getting LNK2019 errors " - "How on earth am I supposed to use destructors/finalizers/IDisposable " And of course these are all valid questions! But since they are common questions which tend to be answered in the same way from one thread to the next, I think it would be very helpful to have all (or at least most) of the common answers in one single place. This would be helpful both to aske ...Show All

  • SQL Server Integration Services and Teradata as source

    Hi All, Please let me know whether we can use Teradata as Source in SSIS (Target is SQL Server 2005). ie. Do we have oledb driver for NCR Teradata to connect to it. Our SSIS will be hosted in 64 bit SQL, but for development we use 32 bit. Any inputs is really appreciated. Regards, kart NCR provide an OLE-DB provider, so I would guess that would be your first option. Saying that I do not know if it supported within SSIS, not all providers are, you need a minimum set of features to be implemented in the provider, and implemented correctly according to the specification. Give it a try. ETI also produce a SSIS connector for Teradata which may be worth a look- ETI - High Performance Data Integration ( http://www.eti.com/mic ...Show All

©2008 Software Development Network