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

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

mistys77

Member List

Rraj
Imran Shaikh
Scotty Sparks
Rui Rosa Mendes
Mehdi Mahdloo
tiger10
dr.acv
jlwilliamson
Rossgov
Ivana Hudakova
cheston
James Saull
rcook349
Vaish
AlexBB
WarehouseMan
PiGuy
guile0
modtran
FassaBortolo
Only Title

mistys77's Q&A profile

  • Visual C# is MicroSoft.Net is plate form Independent

    hello how are you i have the views 1). .NET Framework from Microsoft can only be used in Windows. If you want to used .NET Framework in Linux, then you must go to Mono Project. 2). It was designed to be platform independent, but Microsoft only provides a runtime for Windows. Look at Mono or Portable.NET for for alternative platforms. and one more question what is mono or protable.Net Well, u gave the answer urself, Mono is a framework for .NET on linux. DotGNU portable .NET is about the same as MONO, but for FreeBSD, NetBSD etc etc. Google 'DotGNU" and i'll find all the info u need. ...Show All

  • Visual Basic Generate form dynamically (for multiple records)

    I have a form where i add user info (GroupID and ProjectID). There can be more then one coders inside a group so i need multiple records against a groupID can it happen that i tell the form about the number of coders and it can create (dynamically) the textfields etc required to make so many enteries if my question is not clear please let me know, i shall try to elaborate as much as i can. thanx Consider using a UserControl that has all the controls to display one record. Then dynamically create and position as many of those UserControls as you have records. Better yet, use a DataGridView or a ListView to display the records, it will be a lot easier to scroll... ...Show All

  • .NET Development Connection Behind Proxy, Router, Firewall!!!

    As title of post employs, I'm working on P2P Application all works fine if computers have Direct IPs without Firewall, Router or Proxy. I dont know how to connect to a computer which is behind one of these. I'm using TCP! Any Idea Best Regards, Hey Vale Yes Yahoo chat and File sharing works direct client to client without server interaction. And MSN File Sharing works P2P while Chat is through server. I have monitored its packet. I'm doing all this reaserch for the project I talked about with you. You also find a solution to this problem then we star work from Monday. Best Regards, ...Show All

  • SQL Server Performance problem: 2000 vs. 2005

    I copied a 2000 database onto 2005 on another box. Running the exact same SELECT query, with 7 tables joined, is running in less than 2 minutes on 2000 and almost 3 hours on 2005. The 2005 box is "bigger and better". I've compared the sp_configure output. There are differences in max worker threads, cost threshold for parallelism, and priority boost. I don't think any one of these is significant. I checked the server properties and the database properties and, again, I did not see what I would consider any significant differences. The 2005 instance has 4GB memory, as opposed to 2GB, but not using that much. In fact, the Total Server Memory (KB) for the instance indicates around 1,230,000 for some reason. We need to reso ...Show All

  • Visual Studio 2008 (Pre-release) Feedback please: WPF for LOB applications (Data entry/Data Viz/etc...)

    Feedback please: WPF for LOB applications (Data entry/Data Viz/etc...) Are you using or considering WPF for Line-of-Business applications What has you excited about WPF for LOB We are missing some things that would help LOB scenarios...are you waiting or doing without What is your advice for the Microsoft here What would you prioritize Please comment in the forum and/or on my original blog post ... Thanks, Rob Sheva- Please make sure all of these bugs are filed via Connect.Microsoft.com. Would love to make sure we understand any blocking bugs in RC1. Thanks, Rob ...Show All

  • Visual Studio Express Editions Game Programming

    Hello, I'm 13 years old and me and a few of my friends are going to try creating a video game. Since I knew the most about computers and are very good with them, everoyone decided that I should be in charge of programming. I know of a couple other kids in my school I could ask to help with programming, but I need to ask a few questions first, if it isn't too much trouble. 1) I know that C# and Visual Basic would be the best languages to start with. I already have some knowledge with Basic. My 1st question is is C# as good as C++ for 3-D and Direct X Game programming 2) I have a 2 year old Dell Dimension 2350 at home with a 50 Gig hard drive, 30 Gig to Windows 20 to Linux, 500 Meg ram, and an Intel pentium 4 processor. Would this b ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Help with Managed DirectPlay Lobby Client/Launcher

    Can someone help me with the following managed DirectPlay code for lobby launching Age of Empires II Microsoft::DirectX::DirectPlay::Lobby::Client^ connection = gcnew Microsoft::DirectX::DirectPlay::Lobby::Client; Microsoft::DirectX::DirectPlay::Lobby::ConnectInformation^ ci = gcnew Microsoft::DirectX::DirectPlay::Lobby::ConnectInformation; ci->GuidApplication = *(gcnew Guid("FB69A260-5031-11d3-A2D4-006097BA6550")); ci->Flags = Microsoft::DirectX::DirectPlay::Lobby::ConnectFlags::LaunchNew; ci->UseConnectionSettings = true; ci->ConnectionSettings.PlayerName = "MeTheHost"; ci->ConnectionSettings.HostAddress = gcnew Microsoft::DirectX::DirectPlay::Address("localhost",47624); in ...Show All

  • Windows Live Developer Forums Custom pushpin images not showing up in 3D mode

    Hello All, Each pushpin I map has a custom image and that image shows up fine in 2D mode but is replaced with an orange thumbtack or something in 3D mode. Has enyone seen this before is there a solution TIA Andrew You need to use a full path, not a relative path for your image URI.  The 3D control doesn't know the base URI to add to relative paths.  This should be documented in the SDK. Also, the 3D control does not have access to any local files (security restriction). ...Show All

  • Windows Forms Looping through combo box display members

    Dear All, My problem is related to combo box. I have managed to bind values from a select statement from a database to combo box successfully with cbBox1.DisplayMember = "ID" ; cbBox1.ValueMember = "valueText" ; The problem comes when I run for ( int j = 0; j < cbBox1.Items.Count ; j++) { MessageBox .Show (cbBox1.DisplayMember[j]); } When I run through the loop I dont get the exact value of the DisplayMemberbut just one character from the DisplayMember. How can i show the whole text rather than then just a particular character. Thanks. Hi, Thanks for the answer. How about if the bound is not a datatable,dataset or dataview can we still ...Show All

  • Visual Studio DSL Tools support for Visual Studio editions

    I promised that I'd get back to this forum with details of our licensing plan once they were available. I'm pleased to say that we can now make some details available (Please also see our Modeling Strategy and FAQ ). On release, the DSL Tools for Visual Studio 2005 will be part of the Visual Studio 2005 SDK. We'll support the following editions for authoring DSLs: Visual Studio Professional Edition Visual Studio Team Edition for Software Architects Visual Studio Team Edition for Software Developers Visual Studio Team Edition for Software Testers Visual Studio Team Suite We'll support the following editions for deploying the DSLs that you build: Visual Studio Standard Edition Visual Studio Professional Edition Visual Studi ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Framwork without XNA Game Studio?

    Hello! Can I develop games with XNA Framework without downloading XNA Game Studio Express Thanks in advance! -Martin I think I remember seeing a way to install just the runtime so you don't have to deal with Visual Studio and all that other jazz. It's an installer command line run. AHHH I can't find it now. Try searching through the XNA sites and msdn blogs. I've seen it, but can't find it now. ...Show All

  • Smart Device Development How to create a Service appliaction for windows mobile 5.0 smartphone

    I have a application in for Windows Mobile 5.0 pocket PC. Now I have to Make it new one for Smart Phone From Client I have this feedback The essential difference between Pocket PC and SmartPhone is that instead of having the application implemented as a DLL (as with Pocket PC) it must be implemented as a service in SmartPhone . In the Pocket PC the application was implemented as a Today screen plug-in DLL; under that Operating System a Today screen plug-in is always available and running. In SmartPhone, the Home screen plug-ins work differently than the Today screen plug-ins; they're not always available in memory. If the user chooses to change the layout of his home screen by downloading a different theme ...Show All

  • Visual Studio 2008 (Pre-release) Self hosted service sample crashes when

    Hi, When I simply copy and paste the full sample app code from this msdn WCF example (also copy config): http://msdn2.microsoft.com/en-us/library/ms730935.aspx I get an exception at the following lines in host.main when i try to start a new instance of the host console app: [code] NetTcpBinding portsharingBinding = new NetTcpBinding (); hostDefault.AddServiceEndpoint( typeof ( CalculatorService ), portsharingBinding, "net.tcp://localhost/MyService" ); [/code] ....with the exception message being: "The contract type Microsoft.ServiceModel.Samples.CalculatorService is not attributed with ServiceContractAttribute. In order to define a valid contract, the specified type (either con ...Show All

  • Windows Forms Setting form culture

    HI When using the Thread.CurrentThread.CurrentCulture, it will change the whole program's culture. I am wondering if it is possible to set a the culture for each form separately My goal is that two separate form can run on two different languages at a time Thanks What sort of culture difference are you looking for You mention CurrentThread.CurrentCulture, that's only for parsing and formatting. If you're looking for localized text you'll want to be sure to use CurrentThread.Current UI Culture. CurrentUICulture is used by the Resource Manager to decide what language text to load from the resources for the form. ...Show All

  • Windows Forms Designer Support when Control has abstract base class

    We have a set of user Controls that must derive from an abstract base class BaseControl. BaseControl itself is derived from UserControl. Is there a way enable designing and modifying those user Controls in the VS 2005 Forms designer AND have them derived from an abstract base class Currently we get this Excpetion when trying to open those user controls in the designer: The designer must create an instance of type XYZ.Controls.BaseControl' but it cannot because the type is declared as abstract. at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink) at System.ComponentModel.Design.Serialization.TypeCodeDomSerializer.Deserialize(IDesignerSe ...Show All

©2008 Software Development Network