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

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

Matt354245

Member List

Pawel J
marco.ragogna
MechiF
eddy05
Nir Kovalio
Anu Beniwal
Jakein2006
Sequel2k5
guy87
volksisme
LiquidAsh
nadasurf2
cristi71000
dczraptor
HelderPinto79
IraMaster
killerless
FrankSp
MikeDai
CodeScribler
Only Title

Matt354245's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Compiler support

    Will the XNA framework support the standard .NET framework APIs for compiling C# code into loadable assemblies at runtime I currently use those APIs to compile game scripts on the fly at startup to enable faster prototyping, but I can imagine reasons for these APIs not to be supported on the 360. On Windows you can continue to use any .NET class libraries available in the 2.0 framework. Please be aware if you stray from any libraries that aren't on the Xbox 360, this will limit your code portability (as I'm sure you already know). On the Xbox 360 we currently don't support the C# code compiler. Your scripting scenario is a commonly requested (and super important) one and we are investigating potential sol ...Show All

  • Internet Explorer Development Regression: SELECT shrinks when dynamically adding OPTION or OPTGROUP (compared to IE6/Firefox)

    I have identified a regression in IE7 (compared to IE6/Firefox) and include a simple test case to demonstrate it (below). Open the code below in IE7 and try clicking the various buttons. Notice how the SELECT box gets narrower and narrower until it vanishes completely! --- CODE BEGINS --- <html> <head> <script> function addOption() { var select = document.getElementById( "foo" ); var option = new Option(); option.value = "New"; option.appendChild( document.createTextNode( "New Option" )); select.appendChild( option ); select.selectedIndex = select.options.length - 1; return false; } function addOptGroup() { var select = document.getElementById( & ...Show All

  • Visual C++ MFC Class Wizard Member Variables

    What happened to this dialog box in 2005 It's not in the view menu anymore. Where is the MFC class wizard for adding member variables Thanks. In VS .NET 2005, the Class Wizard is not available in the View Menu. If you want to add a varaible to a class, switch to the class view, select the class and do a Right Click->Add Item and select either to "Add a Variable" or "add a fuction" If you on a form you can perform the same after selecting a control and performing a right click. ...Show All

  • .NET Development disconnect event needed

    I have a situation where a client which receives data from a server at irregular intervals. The server only sends data and cannot receive anything. The client however needs to know when the connection with the server has been lost. In .NET C# is there an event that can be trapped for this purpose. I have searched for a while now and found anything. There is no such event in C# but you can build your own like this. While reading the Nework Stream whenever you get data with length '0' it means that other party is disconnected. When you are readin data from the network, always check the returned int value of Read method or equallent in asynchronous mode. int readData = networkStream.Read(buffer, 0, ...Show All

  • Visual Basic ??? :( Loading into & Saving Text File from RichTextBox ): ???

    For the project of compiler, i already have the rows & cols sloutons from these forums, thanks every one for that specally dman1 now for the phase of Lexical Analysis, i have to generate tokens, i m using vb.net, i have made a listbox that holds all possible KEYWORDS alowed in the grammer, i match every seperate WORD with all itmes of that list now the problem is all KEYWORDS found should be displayed & saved in a text file, i want to know how can we save the text in the richtextbox control in a text file, & how can we load it back see simply loading text file into & Saving Text File from RichTextBox Also if someone can tell if we want to check the character we are reading from the rich text box, ...Show All

  • SQL Server How to Add Subtotal in a matrix which shows all colunms nut seletd vales of total

    Hi I have a Matrix Like This Sales Type AZ CA ID NV WA OR Total No Surplus 1 2 1 3 4 1 12 Reverted 1 4 2 4 7 2 20 Surplus 2 4 1 2 2 1 12 This "Total" is of All States(AZ, CA, ID, NV, WA, OR). But I Just want the total of just four states i.e(ID, NV, WA, OR). And I also Want that States which are not included in the total i.e(AZ, CA) Should also appears in the matrix , but their values should not include in the total. I have already applied the filter on the subtotal, but (AZ, CA) did'nt appears in the matixr after filter. thanks Regard Mohammad Yaseen Hi thanks for ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Out of video memory when I have plenty (128Mb)

    I've had several computers fail to create the DirectX device in full screen mode because of an "out of video memory" error. In two cases, the cards have 128Mb, and I'm sure it's not using even close to that much video memory (front buffer + 2 back buffers = 3*1440*900*4 = 14.8Mb (not even close to 128Mb). On one computer, I was able to solve the problem by lowering the DirectX quality settings from the control panel. On the other computer, that didn't solve the problem. I'm sure my program isn't requesting high quality settings (MultiSample = none, MultiSampleQuality = 0). Does anyone have any idea of why this would happen, or what I can do to fix the problem Thank you, Jeremy As you use a man ...Show All

  • Windows Forms GridView and always visible headers

    I have a gridview that has many rows, it's a fixed size and will scroll vertically when the number of entries are too large for the area allotted to it. Is there a way to force the headers to remain at the top regardless of how far down the view you scroll The only other solution I can think of is putting my own labels in, but then I lose the sorting features . Thanks in advance. your assumptions were correct It's not happening for me. the headers go away when scrolling down. Are you using div's at all or any other html stylings ...Show All

  • Visual Studio Team System Linked Servers

    Hi all...SQL Semi-Newb here... I am able to create a link to a SQL 2000 Server from a SQL 2005 Server. I am able to use the wizard and T-SQL to create a linked server under the "Linked Server" section. Issue is that when I click on it to view tables and the like there is nothing there. I am really at a loss...I've been all over the net but still haven't found the answer. Any help would be great...Thanks. Jason I see nothing in Microsoft SQL Server Management Studio Express or when I connect from VB or VWD. When I select the properties for the linked server the "Progress" section says "Ready". Thanks ...Show All

  • Visual Studio Cannot install GAX/GAT June 2006 CTP

    Hi, i cannot install GAT and GAX June 2006 CTP. I have installed the previous GAT release but it did not uninstall properly. After trying out Toms list of uninstall options and cleaning the MSI database with msicuu.exe still no love. OS: XP Home German VS2005 Professional Edition English MSI Installer messages of GAX: Couldn't locate Hosts node on the manifest configuration file. It may be corrupted. Try deleting the manifest and reinstalling the product. GAT: Unable to get instally types in the C:\Programme\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\MetaGuidancePackageInstaller.dll assembly. --> Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more in ...Show All

  • .NET Development TcpListener

    Hi. I'm trying to make a simple application which receives data from a local host and displays it. Everything works fine upto the point where it's supposed to connect to theclient. However, when I type in whatever I want to send, I keep waiting for it to come back...an eternity thingy. Heres the code: using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Net; using System.Net.Sockets; namespace MyTcpListener { class Listener { public static void Main() { TcpListener server = null ; try { Int32 port = 9000; IPAddress localAddr = IPAddress .Parse( "127.0.0.1" ); server = new TcpListener (localAddr, ...Show All

  • SharePoint Products and Technologies Webpart and Session Variable

    For my debugging issues, can some one please show me how to use Session variable when developing WebPart and get it result display in the WebPart. Many thanks, Han Hi, Before you can use sessions you first have to enable the session state module in the web.config file in the sharepoint site. Just uncomment the following line: <!-- <add name="Session" type="System.Web.SessionState.SessionStateModule"/> --> After that you can use the session object like you'll normally do with web applications. Do you have any problems with your debugging process Grtz, Mart ...Show All

  • SQL Server Query much slower on 2005 compared to 2000

    We have a database developed using SQL Server 2000. We are in the process of testing it on SQL Server 2005. So far i've not done much testing but it has become apparant quickly that quite a lot of queries are performing much slower in SQL Server 2005. I am currently trying to figure out why a particular query is not performing well. One SQL Server 2000 it runs in around 6 seconds. On SQL Server 2005 it takes around 50 seconds. The query is this... SELECT StartBase, StartPoint, PickupPoint, PickupInstructions, SingleJourney, Destination FROM vwJobs WHERE StartDateTime BETWEEN '2006-09-01' AND '2006-09-23' vwJobs is a view in our database. The view includes many UDF's and also has a UNION which combines two seperate table structures ...Show All

  • Visual Studio Team System System.NullReferenceException : Object reference not set to an instance of an object.

    Hello. I am using the TestDriven.NET add-in in Visual Studio 2005 and only have a problem testing my database methods, but not my business methods. I have a database class inside a class library that contains all static methods, but yet I am getting an error for not creating an instance of an object. My tests are in a separate project. Here is the output when trying to run a test on a static DB method: TestCase 'TestFTPProjects.FTPTestCode.TestDistinctMIO' failed: System.TypeInitializationException : The type initializer for 'ACHDBLayer.ACHDBComponents' threw an exception. ----> System.NullReferenceException : Object reference not set to an instance of an object. at ACHDBLayer.ACHDBComponents.getDistinctMIO() C:\FTP\IC ...Show All

  • Windows Forms Mimic Windows Screen Identify

    Hi, How can I mimic Windows screen identify function in C# In a multiple monitor setup there is an Identify option which throws up big numbers 1, 2, 3 etc for every screen. How can I achieve that in C# Thanks in advance. you could do it in the forms constructor (the screen form which is the one you show) so... public FrmScreen(int screenNumber) { this.theScreenNumber = screenNumber + 1; InitializeComponent(); } ...Show All

©2008 Software Development Network