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

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

mtronix

Member List

ttad
jhered
jcoco
Ashok Ojha
Muhammad Adnan
Kitek_06
Jamesc231321
SCADirector
Mohamed Anas
Phatriff
sanaltsk
billqu
Hifni
Ramazan Acar
Aamer
cronholio
Jessica Alba
Jaime Stuardo
Jason Mueller
grievesy
Only Title

mtronix's Q&A profile

  • Visual C# Difference Between selectionchanged and selectionchangecommitted?

    What is the difference between selectionchanged and selectionchangecommitted in a combobox Hi, SelectionChangeCommited event is fired only when user changes the selected item (through UI), while SelectedIndexChanged and SelectedValueChanged can also be fired when currently displayed item is changed from code. Comes in handy when you need to track user changes only and ignore changes you're doing through code. Andrej ...Show All

  • SQL Server Connecting to SQL Server Express 2005 using VB.NET 2005 fails

    Dear Sir, We are using VB.NET 2005 (Winform) and the backend SQL Server Express 2005. We would like to connect the Express (.mdf) database from Remote Machine. What type of connection string we have to use We tried the following ConnectionString but we got the error: Provider=SQLNCLI.1;Server=.\SQLEXPRESS;AttachDbFileName=S:\MLJData.mdf;Database=MLJData;Trusted_Connection=Yes; Also suggest what are all the prerequisites to run sql server express 2005 database in client machine. We did installed the following tools in client machine: 1. .NET framework 2.0 2. sqlncli.msi (SQL Server Native Client Setup) Please provide us the solution for this. Thanks M. Gopalan Sofist India okugops@hotmail.com You have "Ser ...Show All

  • Visual C++ In vc2005 environment, how can I switch between .h file and .cpp file easily ?Because when I use vc6.0 and assist10.0 it h

    In vc2005 environment, how can I switch between .h file and .cpp file easily Because when I use vc6.0 and assist10.0 it has a button for switching between .h and .cpp file. I appreciate your help. Two short-cuts I can think of: - Right-click the filename in the #include statement and choose Open Document. - Add the header file to your project and simply double-click it in the Solution Explorer. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Creating Effect Classes From Pipeline

    Hey, I have a BasicPaletteEffect, which is like basiceffect, except it also contains a matrix palette.  In my processor, if mesh has bone index and vertex weight channels, and if it doesn't already have an external reference to another effect, I want to set it's effect to an instance of BasicPaletteEffect (inside the content pipeline).  Is there any way I can do this Thanks. Thanks for the feedback.  I actually found that extending MaterialContent was better than extending EffectMaterialContent because I want to compile my effect from a string and not from an external reference.  Also, I replace the BasicMaterialContent with my own class after the base processor does the dirty work of c ...Show All

  • .NET Development Resolution of DateTime.AddSeconds()

    The documentation says that the value parameter, which is a number of whole and fractional seconds, is rounded to the nearest tick (100 ns, or 0.0000001 s). However, my experience shows that it is rounded to the nearest millisecond. If you run the following code (C++ 2005, .Net 2.0): DateTime MyDT , NewDT ; __int64 diff ; MyDT = DateTime ( 2006 , 1 , 1 , 1 , 1 , 1 ); NewDT = MyDT . AddSeconds ( 0.1234567 ); diff = NewDT . Ticks - MyDT . Ticks ; Console :: WriteLine ( L "Difference #1: {0}" , diff ); you would see that effect. Is this a bug, a case of incorrect documentation,  or am I missing something Kamen I'm not sure where you are reading that at but the MSDN documentation (Aug 2006) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Drop Texture Problem?

    Hi all, How to drop texture I tried texture = null and texture.Dispose(). But can't drop the texture. Best Regards. ...Show All

  • Visual C++ Compile C++ Code without a dependency on MSVCR80.dll

    I'm trying to write a C++ application that can run command-line without any help from Microsoft. Meaning no .Net installed at all and no Visual Studio installed at all and without dependencies on the Microsoft Visual C Runtime Libraries. The application that I wrote doesn't use anything outside of standard C++ so it shouldn't require anything and it compiles on Unix AS IS. Any help would be appreciated. 'As Is' is a bit misleading. The dependency on MSVCR80.dll is the Unix equivilent of being dependant on libc.so.*. The only difference is that in the Unix world everybody already has a libc installed, where in MS world, the C runtimes are not included and need to be installed. You should be able to avoid t ...Show All

  • SQL Server Can I retrieve a result set from a sp into a variable within a Execute SQL Task?

    Can I retrieve a result set from a sp into a variable within a Execute SQL Task agentf1 wrote: Can I retrieve a result set from a sp into a variable within a Execute SQL Task There's a downloadable demo of doing this here: Execute SQL Task into an object variable - Shred it with a Foreach loop( http://blogs.conchango.com/jamiethomson/archive/2005/07/04/SSIS-Nugget_3A00_-Execute-SQL-Task-into-an-object-variable-_2D00_-Shred-it-with-a-Foreach-loop.aspx ) It sounds as though you're not interested in the bit about the Foreach loop but the bit about the Execute SQL Task is exactly what you after. -Jamie ...Show All

  • Visual Studio 2008 (Pre-release) WCF and Generics

    Hi all, I'm currently experimenting with using WCF and .NET generics together, in an attempt to have a service that exposes the following service contract: [ServiceContract] public interface IGenericServer { [OperationContract] void MakeRequest<IService>(); } Is this possible Upon trying my driver for this service the first time, I received a System.NotSupportedException--"Method MakeRequest is not supported on this proxy, this can happen if the method is not marked with OperationContractAttribute or if the interface type is not marked with ServiceContractAttribute." Has anyone else tried this with different results, or is this simply not supported in WCF Thanks! Well, ok. To ...Show All

  • .NET Development How can programatically show "Select Users" dialog?

    How can I programatically show "Select Users" dialog by using C# or any .Net compliant language Thank you, Teeavee Sirinapasawasdee what select users dialog would this be I don't think there is one in the .NET Framework but probably would have to create your own, or perhaps P/Invoke if there is an API that exists for selecting the users Take a look at this: http://www.codeproject.com/w2k/BfObjectSelection2.asp   ...Show All

  • SQL Server Developer Edition Remote connection and related issues

    Hi All, I think I'm trying to do something I shouldn't but want to verify. I've got Visual Studio Pro 2005 Academic Edition with SQL Server Developer Edition. I loaded SS on my Windows Server 2003 PC server but am not able to connect remotely. I received help on another forum about how to connect the DevEdn but it doesn't read right. It appears that to do so, well, it even says, is a security risk. It just seems to me like Developer Edition was not made for remote connection. Is that true For any of you VB.NET/C# developers, is it hard to migrate a solution from a local solution to a network solution. That's what I'd do if I had to upgrade from a local version of SQL Server to a server PC based version of SS2K5. What is the ...Show All

  • SharePoint Products and Technologies Sharepoint Blog

    I want to setup a secure Blog. This means that each user would have an online journal. only that reader and certain administrators could read this journal. 1.Is this somthing that should be done in sharepoint or should I just build a webapp to do this 2.If this is for sharepoint where can I go for some information on how to get started. 3.Note I am very very new to sharepoint so go easy on me if this is stupid..... Thanks We should have Lawrence pin a post for us that Defines the acronyms... sorry guys.. I've been sharepointing so long they aren't even acronyms anymore :-) MOSS = Microsoft Office SharePoint Server. The current incarnation of SPS. I really think MS got i right this time ...Show All

  • Visual Studio Express Editions Serial Port multithreading

    Is it possible for YourCOMPort.BytesToRead and YourCOMPort.DataReceived to change while the subroutine, which handles YourCOMPort.DataReceived is still in progress At very high data rates, the data may come in so fast that for example while previous data is being send to display by means of BeginInvoke new data are received. Depending on how Windows and .NET is build this may or may not course BytesToRead to change and/or a new DataReceived event, while the routine which handles this event is still in progress. If events are just boolean signals - not a queue - there may be a risk that if a new event occur while the subroutine, which handles this event is still in progress, the subroutine will not be reactivated (event cleared at exit). ...Show All

  • Gadgets new XMLHttpRequest() - I'm at a loss

     I have programmed a gadget and it works great. I uploaded it to the Live Gallery and then I tested it and it doesn't work anymore. var xml_request = new XMLHttpRequest();  xml_request.open("GET", url, true);    <----- breaks here! the url variable is valid. It just stopped working all of a sudden with no code change. All the other gadgets in my sidebar can access the internet just fine. I have no idea why it just stopped working. If I replace it with: location.href = url; it opens the url in IE just fine. You should check out this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1283951&SiteID=1 It sounds like you may be having the same proble ...Show All

  • Visual Studio Team System Sampling method of Performance Tool does not generate any report!?

    After successfully tried using Sampling method of Performance tool on a small console application, I applied the same skill on a larger WinForm application. But this time the tool does not generate any report under the Reports folder. Is there any limitation on the tool Or any special configuration needs to be set Hey John, I was just scrubbing the forums when I noticed that your question had not been answered. After collecting data with the profiler it should always generate a report or give you a warning that no data was collected in the profiling run. I've never seen an example of it not doing one or the other. One thing to check is that in the session property page for the performance session yo ...Show All

©2008 Software Development Network