1,975 Topics
hello every one i m using c#3.0.and working on a project my requirement is that i want open multiple tab pages with same(identical) controls on each of them,so that it looks like the same form is open in all the tab pages. thank you.
Hello I am going into my final year in september and need to come up with a topic for my final year project. I am studying Software Engineering. Any assistance will be highly appreciated. Kind regards
Hello Im going to make a program that is much like a calender. I havent started coding anything yet because I would like some advice on how to make the program "alive". - I wont it to be able to start up automatically when windows starts. - Run in the …
I am still learning C# so I am sorry if I do not use the correct terminology. Here is what I am trying to do. I have the following code that I use to check to see if an instance of a form already exists, and if it does show …
There's a map for that. And now nonprofits can get it for free. ESRI, the company that produces the ARCView series of geographic information systems applications, [URL="http://www.esri.com/nonprofit/index.html"]announced [/URL]today its Nonprofit Organization Program, intended to provide copies of the seminal mapping software for free to nonprofits. "The Esri Nonprofit Organization Program …
I have 3 methods [CODE] MethodA() MethodB() MethodC() [/CODE] All 3 methods [U]must[/U] be run at least once per frame/update. MethodA generates a integer count, let's call it 'intCount'. If the count is 0 then MethodB and MethodC don't need to be called. All 3 methods will continue to be …
Hello everybody, I worked long hours this evening trying to unthread the whole thing and still not working... I don't know why. The page display the results using normal code in JSP (no jstl tags). When using jstl tags the page results in blank screen, no posts. Here is the …
Does anyone know the event that causes the carriage return animation to play? I would like to have the carriage return animation to play after clicking in a box.. that is not a textfield. Essentially.. I am attempting to create a custom text field. (In case you do not already …
Hello all, I am unable to get Quicktime to install on my pc. Everytime it starts to download it says, "The installer encountered errors before the required operations for quicktime could be completed." I've used Revo Uninstall to find all old Quicktime files before trying to load Quicktime 7.67.75.0, which …
Hey, Can any one help me with this problem.. i'ld really appreciate ne help.. wat i wanna do is.. dat i want to dynamically create objects on a way that they could be created in a loop.. so i thot an array of object could help so i went ahead …
I have been reading through many blogs, the MSDN website, and Google search results trying to figure this out... At what point, or in what situations would someone ever want to have multiple projects under one solution? I have thought about having a project that contains forms and some "core" …
[CODE]I am a graduating student, taking up BS IT. Unfortunately, i don't have a talent in the field of programming. I have a problem regarding our final project this semester in Software Metrics. Our teacher requires us to have HALSTEAD METRICS PROGRAM to be pass on SEPT. 13 2010. Any …
Hi, I have a content type with a selection field whose value I would like to set programmatically (ie, for all items in a folder). I know this is a vague question but can anyone point me towards something that might help me figure this out? Thanks in advance! Cheers, …
Hey there, so basicly I'm writing a little application that will kill some processes and some junk programs running in the background. Yea i know this can be done in task manager aswell, but I want to learn ^^. So, I want a button called "Get all running proccesses", when …
HI every one, I need to do a course project for software architecture which should be implementable and is compulsoraily an ieee or acm paper. The areas given for us are: agile s/w developement,extreme programming,cloud computing,web services,generic programming,testing... can u guys suggest any thing in it
Please check the use case diagram I have drawn for the following system. I really want to request you to check the part of the Catalog System, Inventory System and Bar Code Reader. Is it necessary to draw that parts in the diagram? Is there any mistake in that parts …
If you got a programming job in the Army, what are your chance of getting a programming job that pays about 30k? 40k? 50k? or more? If you majored in a liberal arts major and then took a few programming courses in a prestigious university like University of Michigan - …
i am going to build a offline player like that of microsoft e learning offline player using .net platform for my final project.how can i build it ????? please ,your suggestions are required
Hi I'm trying to make an application that replaces explorer.exe (by replacing the registry key Windows NT\CurrentVersion\WinLogon\Shell) and it asks for a password, if the passowrd is correct it continue by starting explorer.exe. All is finished, the only problem is that even after starting explorer.exe by the application it only …
Im quite new to C#, please forgive me if my question is stupid. Im currently doing a project (alarm clock) and encounter some problems. I need to know is there anyway to change the Time ("6:02") from textbox or other means instead of changing it from the source code itself. …
Im trying to write a small console application to read a text file of servers and run then run a command and inject the name of the server into the command, then interate through the whole text file. My problem is that the app launches, the process launches, then it …
Hi.. I am developing an application which requires a folder to be created in the project folder. I am using the following code to create a folder [CODE]string path="D:\\SchoolProject\\Image Folder"; System.IO.Directory.CreateDirectory(@path);[/CODE] Now I want that the folder should be created in the folder where the user is installing the application. …
Hi. I am currently building a small DLL (~20 functions so far) project to sit between a larger DLL and a VB project. I am now at a stage where I want some advice before proceeding (I can fairly easily make changes at this stage, but if I continue it …
I want to create External UI using C# for MSI package. I found very little document after googling for long time. Please help!
Can anyone help me with the server module?.. here are the specific requirements needed to built the Laboratory Class Management System.. Programming Applications Course Project Baseline Requirements The application must consist of three major modules, namely, the Server Module, the Instructor Module, and the Student Module. All data processing functionality …
We have developed an innovative low cost solution for Document management. We are looking for Software marketing companies to buy this development which is under beta testing . promise of high sales. Currently LAN version is in use. Online version can be made shortly if required.
Hello everyone. I know how to create a .exe file, but I do not know how to "install" my .exe on another persons' computer. I realize that I could just make all images, sounds, etc, into resources, and simply have someone execute my .exe file, but I want to "install" …
I dont know much about software development so please forgive my lack of knowledge on the subject. I am looking to build a subscription based service for hair stylists that will include a website with appointment setting features. I have found some other really good appointment booking software that is …
Hi All, I'm trying to find a good book on program design. More specifically, I'm looking for a book that talks about where to start once you have a problem that needs a software solution and continues to just before the actual coding. Any suggestions would be greatly appreciated.
i have one check list box which have check box's like admin,physisian,Nurs<practicenerNurse,frontdesk etc and there is one another check box called "Clinical access" i want to check any of chechbox in my check list box accept Admin then clinical access check box checked automaticaly have write folowing code but it …
Hey all, I am relatively new to C# and I'm finished with a project, however I am getting two errors that, for the life of me, I cannot figure out why they are coming up. I am doing some queries from the array I created and I am writing the …
Hi, I am going to write an extended error handler with this format: [code] sb.AppendFormat("exception: {0} in module {1}, function {2} at row {3}, input params {4} ", ex.ToString(), module, function, row, ???); [/code] trace can reveal module, function and row, but what about param *values*, no just reflection (name, …
Hi.. I will make a "release" of a project I have done in VC++ 2008 Express Edition. I go to: Project/Form1 properties. Here I choose: Configuration: Release In the General tab, I choose: Output Directory C:\Release & Intermediate Directory: C:\Release. In Debugging tab I choose: Command: C:\Release Now I press …
I want record speaker as well as mic sound at same time in Pc like Skype call recorder. Please help me Thanks
I'd like to gain some experience in software development/engineering by getting involved in a project which is just starting, so that I can be involved in the entire SDLC, not just the tail end of it. The problem with sourceforge.net is that almost all of the projects there are already …
I was just curious as to what everyones favourite C# program was. Either a program that they have seen or one they have written themselves... You may have spent weeks and possibly months writing it. You may as well tell us all ;-)
pl could help.. I m a fresher , learnig Java. I wat to know what happening in the IT industry(programing dovelopment). could you please tell me any source to learn "how they are devoloping software projects from begining to the product release. for example for a website dovelopment(Using Java) mostly …
Hi everyone, I just developed an application using C# and looking forward to having your comments about it. It's a calculator based on text expression and custom functions which is named Xmart Calculator. For more details please visit [url]http://www.xmartcalc.com[/url]. This is my first on-my-own project and it really costs me …
Hey there I'm quite new at c#, nevertheless today I tried to make a little application and I ran into a little problem. Well, I got this form that i want to close when i click the button and then open a new one, not just hiding it. first I …
Hi.... I am last semester student of the Software Engineering. I need some good Ideas about final year projects.... you are free to post ideas,
can anyone make some sample vb.net program and flowchart here
Hey guys! Does anyone out there know of a way to debug a windowsservice? Fanx and happy coding! :)
The startup of my application is the main form then it has login.showdialog for login. I already finish this but I want to have a form appear when the user successfully logged in. I tried putting this in my log in form form = new form(); form.Showdialog(); this.Close(); yes, the …
i am doing mca .i want develop a application software in programming language using java. and iam not getting ideas.so plse give me some title related to project.
My team does translation in Spanish, French, German, and Chinese. Now we are making software that will translate above language to English or the reverse. Its beta version is released or public evaluation. Any one wants to try it for free can contact me. Thanks James. [url=http://www.translationtrudy.com][color=blue][u]Translation Company Directory [/u][/color][/url] …
Okay so I am creating a program (well more an application as it's becoming alot of coding). But anyway, I have created multiple forms for it but I can't figure how to keep the form on top. I have found the code [CODE]this.TopMost = true;[/CODE] But that only keeps the …
Im out!...I mean out of ideas!...if u guys could give me any ideas on system development. its for my project...i did Air reservation system, tour-packaging system, cinema ticketing system, file-transfer system....bla blah...so i just want to do something different.....give me at least 3 ideas...just name it and i will do …
i did this beacuse i want that when i will make the window bigger he will grow as it shuld be: [CODE] public Form1() { InitializeComponent(); new Form1(ref webBrowser3, new Size(50, 50)); } private void Form1_Resize(object sender, EventArgs e) { UpdatewebBrowser3(new Size(256 + (this.Width - this.MinimumSize.Width), 256 + (this.Height - …
Hi guys ,I have written a program which filter the text using replace function.What i want to do is to create another class and do all the filtering over there .How can i achieve this.I am pretty new to C# so any help would be appreciated. Thanks
I have two list boxes in two different forms.. I load the data in to second list box using first list box...both have exactly same values.. but in first list box user selects multiple selections and i wanted to show them in second listbox as selected.. i have the following …
The End.