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

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

Shady9399

Member List

Al Durazi
b.p.
jgd12345
William Lowers
Ulfaen
hazz
DavidATaylor
Rajat Talwar
HumteeDumbtee
graab
Tryin2Bgood
Aatu
OscarKwok
Manoj Verma
bsktcase23
David Joyce
TTris
Amanda Jamin
Vaassu
macca01
Only Title

Shady9399's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Vector maths methods...

    Following a long day of writing and debugging some nasty rigid body physics code, and feeling the pain of the maths library I have to use for this C++ work, I thought I'd take another look at the XNA maths code to see if the results would be more readable (as you might hope ;). ... But my quick look at the framework docs seems to show more deficiencies than in the code I have been using all day... 1/ There is no Point3 class. This is a real pain as libraries that don't distinguish points and vectors are a right pain - transforming a point by a 4x4 matrix will result in a different result to transforming a vector. (And I don't want to resort to coding every point/vector as a homogeneous coordinate either!). There appears to be a ...Show All

  • .NET Development Coud not connect to Sql Server 2005

    when i am trying to connect to sql server2005 thru Visual studio i am getting an Error: "SQL Server does not allow remote connections (provider: Named Pipes Provider, error: 40 could not open connection to Sql Server)" Can any body tell me why is it happening and its Solution.... It looks like there are no network protocols enabled for SQL Server. This is the default situation with SQL Server Express Edition and Developer Edition. To turn them on follow the instructions here . ...Show All

  • Visual Studio Express Editions Asynchronous Calls

    hello fellow programmers, i was just having some problems on how to make an asynchronous call. well, can someone show me a very simple program thats uses asynchronous calls thanks in advance! I don't really consider delegates to be asynchonous in the sense I'm talking about. Yes, a timer event is asynchonous but what I'm really talking about is asynchronous I/O. Delegates are about multithreading, another aspect of asynch, but they are not true asynch communications. ...Show All

  • Visual Studio Express Editions geting numeric data in and out of text boxes

    Hello, Summary: How do I set up text boxes so that when I enter numeric text in one box (named X_Test_Input) , it will raise events that the other box (named X_Accel_Raw_Value) will collect/consume and display the data in that second box. Overview: This is my first attempt Windows programming. My goal is to collect six numbers from an embedded device over Ethernet (five to ten times a second) and display them on my computer so as to have them available for further processing. In dividing this into small steps, I first want to be able to get values from somewhere and display that data. Only after I get the basic windows display part of this working will I attempt to get the data from the embedded device. In my ...Show All

  • Windows Forms Referencing New Row

    Hi all, I am having difficulty referencing a new row created like this: Me .BindingContext(dtaSet.Load).AddNew() I have controls bound to a dataset that works just fine. The problem I am having is that I need to insert data into one of the rows like this: dtaSet.Load( Me .BindingContext(dtaSet.Load).Position ).lc_CustID = dtaSet.Customer(cboCustomer.SelectedIndex).c_ID When I try run this code I get an exception saying that there is no row at position 0 I understand it's because me calling the AddNew creates the row but it doesn't actually exist in the dataset yet. All I need to know is how would I reference the newly created row so I can insert data into it. Any help would be most appreciated. Regards Eric ...Show All

  • Visual C++ fseek function in CFile of vc++

    Hi everybody, please help me to solve this problem... my vc++ coding is, try { CFile cfile_object("D:\\IW-Workspace\\yogi\\file1.pmd",CFile::modeRead); int r=cfile_object.Seek(0,CFile::end); char szSampleText[100]; UINT lBytesRead = cfile_object.Read(szSampleText,100); AfxMessageBox(szSampleText); CFile object; object.Open( "D:\\IW-Workspace\\yogi\\filenew1.excel",CFile::modeCreate|CFile::modeReadWrite); object.Write (szSampleText,100); } catch(CFileException e) { AfxMessageBox("error"); } i need to pass the no of bytes of the file in that character array... but i dont know how.. pls help me... Hi, when i use GetLength function the file which i write ...Show All

  • Windows Search Technologies Vista: Moved index location, drive died, now not indexing

    >>> Short version: My Windows search configuration is invalid. I would like to set it up cleanly as if I were doing a fresh Vista install. But I do not want to change any other aspect of my current installation. How can I do that Vista Ultimate RTM Indexing Options dialog buttons are disabled >>> Long Version: 1. From a working installation of Windows Vista, I moved the location of the index files from the default to e:\index. 2. Then the E: drive failed. 3. I replaced the E: drive After that, Windows Search no longer worked. The Indexing Options dialog said the indexing service was not running. - I have tried starting the service. At frist, it would not start saying it could not find a particul ...Show All

  • Visual Studio Team System Specify IFormatProvider...

    I am trying today, for the first time, to check a console C# project with FxCop. There is a rule that it is difficult to understand for me. It is the rule 95 (warning CA1305). For example I have the code : throw new FileNotFoundException(String.Format("The file specified {0} does not exists!", bitmapFileName)) and it complains: makes a call to System.String.Format(System.String,System.Object) that does not explicitly provide an IFormatProvider. This should be replaced with a call to System.String.Format(System.IFormatProvider,System.String,System.Object[]). how do you manage this problem Do you specify always the CultureInfo every time that you have to provide a feedback message thanks for ...Show All

  • SQL Server Transaction error

    When I use Informix ado.net connection manager+ data reader as source and I put the data flow under transaction the source fails to load data and give me this error [Informix_Source[1]] Error: System.Runtime.InteropServices.COMException (0x8004D01B): The Transaction Manager is not available. (Exception from HRESULT: 0x8004D01B) at System.Data.Common.NativeMethods.ITransactionJoin.JoinTransaction(Object punkTransactionCoord, Int32 isoLevel, Int32 isoFlags, IntPtr pOtherOptions) at System.Data.OleDb.OleDbConnectionInternal.EnlistTransactionInternal(Transaction transaction, Boolean forcedAutomatic) at System.Data.OleDb.OleDbConnectionInternal.EnlistTransaction(Transaction transaction) at System.Data.OleDb.OleDbConnection.EnlistTransact ...Show All

  • Visual C++ DAO failed

    Hi, I'm trying to compile a VC++ 6.0 project on VC++ 2005 Pro. But I got the following error at run time. It seems DAO failed on AfxDaoInit(). Anybody has a similar case DAO Call Failed. pCF2->CreateInstanceLic( NULL, NULL, guidEngine, V_BSTR(&varKey), (LPVOID*)&pDaoState->m_pDAODBEngine) In file f:\rtm\vctools\vc7libs\ship\atlmfc\src\mfc\daocore.cpp on line 5692 scode = 80040155 0x80040155 = Interface not registered. DAO and the Jet database drivers are no longer distributed in the latest MDAC packages. Try installing the Jet drivers ... ...Show All

  • Visual Studio Crash in setup.exe after VS2005 SP1 failure due to insufficient disk space

    Dear all, Sorry if this question has already been asked but I cannot install VS2005 anymore on my machine. The scenario was: - Installation of VS2005 - Attempt to install VS2005 SP1. - VS2005 SP1 setup reports insufficient disk space to copy a file and ask to retry after making space on disk - "Retry" pressed after making space on disk - VS2005 SP1 setup reports an error and stops installation - Uninstallation of all VS2005 components - Attempt to install VS2005 The result is a crash in setup.exe. Error signature: EventType : visualstudio8setup P1 : 183 P2 : 8.0.50727.42_rtm_x86ret P3 : msi P4 : inst P5 : f P6 : ca_installassemblydef.3643236f_fc70_11d3_a536 P7 : - P8 : 1603 P9 ...Show All

  • Visual Studio Increasing the wait timeout for the VSS2005 Internet Web Service and IDE plug in

    Is there any way to adjust the time out parameters on the server and/or client side when using the Internet provider What's happening is that occassionally the connection between the developer and the server is a very slow one, and the plug in gives up (often at the worst of times), resulting in bindings getting confused. My client has also discovered that the server (Windows 2003) needs to be rebooted about once a week in order to keep the web service speed up. VSS2005 starts running slowly, they reboot the server, it speeds right up. VSS2005 is the only application hosted on the server at the moment. Thanks The timeout Barry talked about is set on the client machine, and affects how long will the client wait to receive the r ...Show All

  • Visual Studio Express Editions syntax code

    to those of you who are familiar with the coding, could you write a simple code example so we can understand,give us simple syntax examples please of; deleete command accept changes command that way those  of us who are beginners can read the syntax and get a better view of how it works. I'll try my best here. well you can avoid the first approach altogether, since you are using a DataAdapter. 2) depends. In order to correctly insert, update or delete records in the database when we are doing an update from the dataAdapter, it needs to have the correct commands created, otherwise you will get an exception thrown that the correct command was not found/generated. So for the delete comman ...Show All

  • Windows Forms bindingsource position after table.AddRow(..)

    I would use the bindingnavigator's addnew method to create the new row. I would set the values in the datatable's tablenewrow event or the datagridview's defaultvaluesneeded event. ...Show All

  • Visual Basic How to sign exe with digital certificate to suppress security warning from IE7 when executed from a client

    Hi newsgroup, I searched a lot in many newsgroups today, but now I'm very disappointed not to find an answer to my question. I know, that this is not a VB5 forum, but maybe my problem is useful for .NET users, too. I would appreciate, if you could point me to the right newsgroup, if this is not the right place. An old Server/Client software, developed with VB5 many years ago and still in use, is installed on a server and executed on some clients through a network share. Server and Clients run with every operating system Microsoft has released the last 10 years (Windows 95 to Windows 2003 Server). For many years this approach worked fine. But since the latest Updates from Microsoft for Windows XP SP2, especially IE7, a security war ...Show All

©2008 Software Development Network