Hello,
I have an open source project that i host in svn in sourceforge. i want to know what is the best way to fix a bug in the code and update the svn. i mean to say that if i have a line thats faulty. then should i just remove that line and enter the fixed code ? or should i comment out the buggy line and write some comments on the bug ?
please tell me how this is done in professional open source projects..
User Profile
Collapse
-
Help..regarding security in code..
Hi..
i wrote a basic host and plugin software ..its working fine..my doubt is whether i can in anyway restrict freedom of the plugin that i loaded while giving host full access? like if the plugin tries to write something to disk i should be able to restrict it..while the host is free to write..
Thank you
p.s iam using C# -
editing and updating a html page at runtime in windows forms
hi
i have a webbrowser control and textbox control in a form ..when application is starting up, webbrowser loads a page on my drive..that page links to a css style sheet..which has
p
{
background-image: url("parapic.pn g");
background-repeat: no-repeat
}
now what i want is whenever a user types text in textbox and hits enter.. it shud be appended to that page in a para and updated... -
Creating new user settings at runtime
hi
i am writing an application in C# where i have to create a settings file everytime a new user starts using ...( i will be using username / password for my app to check if he was logged before in a system ). visual studio has a settings page which is good..but iam planning to use it to store default settings in "Applicatio n" scope ..
when a new user logs in ... a new settings profile which has all default values... -
yes thats true..its just adding a form..i am actually trying for a plugin system..where the plugin can be developed as a standalone application with a form and everything and when that application implements an interface which i wrote..then i can use that standalone application in my host program by loading it in a tabpage...
that thread is not about loading an application..bu t for now it worked for me as i was able to load the form which... -
okay i got the answer .. heres the thread that helped me ..
http://forums.microsoft.com/MSDN/Sho...98225&SiteID=1...Leave a comment:
-
Running an external program inside another form
hello,
i have a windows application which is fully self sufficient..it has a form with a few controls and the usual event handling...
i made another windows application with a tabcontrol with a tabpage inside it..i want to load the form of first application inside the tabpage of second application..
so that it feels like the first application is fully inside the second one..i should be able to load and unload instances...
No activity results to display
Show More
Leave a comment: