Re: Getting Started With C# - The List Programming Software Development by Shahzad111 C-Sharp Tutorial is for student and prefessional who want to learn C# programming from basic to advance. We have discussed every topic of C# alonge with examples in this tutorial guide. https://c-sharptutorial.com/ csharp to java Programming Software Development by mahvash Hi.. is there any way thwat i can convert my csharp tool to java, since now iam using linux and it doesnot support chsarp, i have to submit my final project in december so need urgent help... <snip> Re: csharp to java Programming Software Development by stultuske …]Hi.. is there any way thwat i can convert my csharp tool to java, since now iam using linux and it… CSharp doubt from a learner Programming Software Development by csharplearner … Thought i could seek guidance from some of you. [code=csharp] class zzz { public static void Main() { xxx a = new xxx… Setting up a user in windows server via csharp Programming Software Development by adam2009 Hey all, I'm looking for some code (c#) that sets up new a user automatically in WinServer 2008. Does someone know such code? Where can I find the proper WinServer2008 API for that task? or any good tutorial for programming in csharp using windows server 2008 api ? (I'm totally new to both csharp and winApi) Thanks How can i Move my Robotic arm through csharp to different cartesian planes?? Programming Software Development by ned_student hello!!! i need ur forum members and csharp developers for my final year of engineering project.actually i have to develop a desktop application for my robotic arm to control its movements and directs it using csharp to move on different cartesians.is anybody helps me in briefing and also for coding. thanx in advance!! regards ned_student xna tetris for csharp Programming Software Development by king03 … create a remake of the popular tetris game for my csharp project. I am wondering how I will be able to… since it's my first time to design for a csharp game, thanks in advance guys. I will totally appreciate all… compare 2 xml files with csharp Programming Software Development by Yustme … example on the internet how this can be done in csharp. Nor can i find if its possible to compare the… Help me with sybtaxis Csharp Programming Software Development by gouki2005 I am new in this language.....but..i want to know this... is VB- you have SUB AND FUNCTION Ths sub is just a procees...Doesnt return nothing... and the function is that a function but returns a value in Csharp...did you use sub and functions???? Re: Help me with sybtaxis Csharp Programming Software Development by Jugortha … function is that a function but returns a value in Csharp...did you use sub and functions????[/QUOTE] No I give… SMS Component for Csharp Programming Software Development by MichaelQ … looking for an SMS (and/or MMS) Toolkit for my Csharp.NET program. I have searched a lot on the internet… Enrollment System for Csharp Programming Software Development by king03 hi there guys can anyone here provide me with a guide on how to create an enrollment system in cSharp the OOP way? I just want to create it for a school project. Please help me I really need it if someone can provide me one I'd be very thankful or if someone can help me start the code it will be okay with me as well. Thanks in advanced. Auto population in comboBoxes in CSharp Programming Software Development by akkbkht I am preparing a CSharp based desktop app in VS 2019. I have 4 ComboBoxes. … Re: csharp to java Programming Software Development by dickersonka the syntax for java really isn't that much different, the declarations for classes, inheritance, variables, and getters/setters and some key points that will be different Re: CSharp doubt from a learner Programming Software Development by ddanbe [QUOTE]why is control in set property executing base class code? [/QUOTE] You told it to do so by calling [B]base[/B] When a method or indexer in this case is marked virtual it [B]can [/B]be overridden it doesn't [B]have [/B]to be overridden. Hope this helps. csharp Programming Software Development by hntrivedi c# checkedlistbox add item by two different textboxes Re: csharp Programming Software Development by JorgeM If you really want some help here, you are going to need to try a bit harder to provide more information in your question and provide sample code that you are having trouble with. Re: add zip file into msi pakage in csharp Programming Software Development by rexdon Currently i am creating MSI package with visual studio. My reference is http://www.codeproject.com/Articles/568476/Creating-an-MSI-Package-for-Csharp-Windows-Applica I want to add a zipped folder into my setup. Kindly help me. Re: Setting up a user in windows server via csharp Programming Software Development by kvprajapati Using [URL="http://support.microsoft.com/kb/306273"]Directory services.[/URL] Take a look at this codeproject article - [URL="http://www.codeproject.com/KB/system/everythingInAD.aspx"]Everything In Active Directory via C#[/URL] Re: Setting up a user in windows server via csharp Programming Software Development by adam2009 Thanks! Does this include setting up domain users as well ? Re: How can i Move my Robotic arm through csharp to different cartesian planes?? Programming Software Development by kvprajapati Welcome. [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"][B] Read the forum rules[/B][/URL]. You need to show effort, and what better way than posting the code that you have tried so far? [URL="http://www.daniweb.com/forums/announcement61-2.html"]We only give homework help to those who show effort[/URL] Re: How can i Move my Robotic arm through csharp to different cartesian planes?? Programming Software Development by ned_student yeh i did alot even i have made some spherical cartesian coordinates but i cant be able to explore that how can i move my robotic arm to half of the plane like half x-axis. Re: How can i Move my Robotic arm through csharp to different cartesian planes?? Programming Software Development by Ketsuekiame Show us what you have so far Re: How can i Move my Robotic arm through csharp to different cartesian planes?? Programming Software Development by ned_student does i have to send code??? Re: How can i Move my Robotic arm through csharp to different cartesian planes?? Programming Software Development by Ketsuekiame Well...yes if you expect us to help you with it. Are we supposed to guess? Re: How can i Move my Robotic arm through csharp to different cartesian planes?? Programming Software Development by ned_student i dnt like ur forum :-( Re: xna tetris for csharp Programming Software Development by Momerath XNA is a framework for building games, it's not a graphics editor, 3d modeler, etc. It contains classes that will simplify making a game, but you'll have to provide all the images. Re: xna tetris for csharp Programming Software Development by king03 okay so that's how it works! Thank you very much, by the way? Can you suggest any 3d modeler that I can use for my tetris??? Plsss... Re: xna tetris for csharp Programming Software Development by Momerath Tetris is a 2D game, you can use paint to make the objects. Re: xna tetris for csharp Programming Software Development by king03 how can I do that? say for example I want to make the letter "L" block... how do I make it a .fpx file?