Christo Djambov's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. Multiplayer with Winsock
Well, currently I am using a game engine to develop a game. But, because that engine lacks decent multiplayer capabilities, I am developing a plugin for it to support multiplayer with Windows Sockets 2. At the moment, I do not know how to send variables (int, long, etc.) to clients, only strings. Is it even possible to send variables with WinSock Gho5tFac3 wrote: Well, currently I am using a game engine t ...Show All
.NET Development CreateObject in C#
Hi, does anybody know how to create object in C#. In vb.net I know its simply: myObj = CreateObject("Object") but how do you do the same in c#. I know there is Server.CreateObject but I am not writing an ASP.NET app, it is a windows application. I have to late bind unfortunately because I dont know what dll to reference to create the object that I need. Some help would be much appreciated. Thanks Wh ...Show All
Windows Forms MDI Application in Terminal Services
HI I am pretty new to the VB.net world, and have recently had to produce a MDI VB.net (vs2003) application to be used on Terminal Services. I have exeperienced 2 problems:- The biggest problem I am faced with at the moment is memory - it& ...Show All
SQL Server can not drop user from database
I can not delete user from a database in sql2005 beta 3. the message errror is : TITLE: SQL Server Management Studio ---------------------------------------- Drop failed for User 'Amministratore'. (Microsoft.SqlServer.Smo) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft SQL Server&ProdVer=9.00.0981.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Drop+ ...Show All
.NET Development How to get value for Terminal Services Home Folder
Need to find out how to read the Terminal Services Profile Path and the Terminal Services Home Folder. Situation is this: Active directory network and some users have entries on the Terminal Services Profile tab of the AD user properties. That means that when the user is running in a TS session the values for TS Profile path and TS Home Folder are used for various Windows functions, like MyDocuments. But I cannot figure out how to do the .Ne ...Show All
Visual Basic Blair Allen Stark
Here is the problem I am working on. It asks me to use the method CalculateCharges, but I don't fully understand how to do this or how it works. I would be grateful for any input. Lab Problem III A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period ...Show All
SQL Server Guids as primary keys
Is it a good idea to use Guids as primary key. What is the impact on performance. Guids are random by nature that may have an impact on writing clustered index. Any comments or suggestions Actually, (and you're not the only one ni the forum to make this mistake) a GUID in SQL Server is 32 bytes. MS Access uses a 16 byte GUID, but for replication only. As far as using a GUID for a primary key, I'm working ...Show All
Visual Studio Team System Source Control Explorer
So, we are having an issue with the Source Control Explorer showing up but not being active. The menu items across the top of the view are greyed out and the context menu is disabled. I have also noticed the right clicking on the project and going to team project settings does not display the source control item. The two systems that are having this problem had Visual Source Safe 2005 installed on them prior to installation of the Team Explor ...Show All
.NET Development Registry
does anyone know how any option in Microsoft.Win32.Registry that can check whether or not a registry key, hive, or value is there Hi, Take a look at the following articles on accessing the Registry: http://www.csharphelp.com/archives2/archive430.html http://www.codeproject.com/Purgatory/registry_in_c_.asp Regards, Vikram ...Show All
Visual FoxPro End datasession users?
I sharing data in LAN network, what to end datasession users What do you mean Releasing all forms using a private datasession, all session objects and close databases all would do it. Do you mean to kick them off to do some maintanence If so then you should implement a notification system. As I remember there was an implementation on universalthread downloads. I don't know how that one performs but at least ...Show All
Visual Studio Relationship to DSL tools
I am interested in creating a visual designer for our company to create class libraries following a specific design pattern (ie. based on the CSLA framework). I understand from other posts that customizing the output of the class designer is not supported. However, there seems to be alot of overlap between the class designer and DSL tools. Is the class designer a DSL designer What is the relationship there ...Show All
Windows Forms registry in vb2005
How could i get a registrykey's value E.g: " HKEY_CLASSES_ROOT\.gif\" and i need the (default) item's value... how can i do this Using the 'My' namespace you can access registry values. eg. My .Computer.Registry.ClassesRoot.OpenSubKey( "NameOfSubKey" ).GetValue( "NameOfValue" ) ...Show All
SQL Server Bug in Flat File Connection Object: Risky!!!!
I was wondering if any others on this list are getting a bug with the Flat File connection object --where in both csv (coma delimited) or flat files (tab delimited) where strange characters(like two bold vertical lines) are appearing in the file viewer while setting up a connection forcing the CRLF to end in the wrong place. They look like two bold vertical lines Im testing the same files with both the old DTS from SQL Server 2000 a ...Show All
Windows Forms Number by "," separater in maskedtextbox.
Hello~ I wrote the mask "#,###,###" in the maskedtextbox. 1. And then, I wrote the value "12345". I want to display "12,345". But, it is displayed "1,234,5". 2. Before I key in the value, it's displayed "_, ...Show All
Visual Studio 2008 (Pre-release) ServiceEndPoint.Binding
Is there a way to serialize a Binding so that I can deserialize it some where else and use it with a proxy. SomeProxy proxy = new SomeProxy(DeserializeBinding(bindingBytes or Xml), new EndPointAddress("....")) Hi Dan, Yes, what you are seeing is quite legitimate. If we get back to the basics, the binding means; "HOW" you communicate (i.e. if defines your transport, your encoding, o ...Show All
