- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 10
- Posts with Downvotes
- 7
- Downvoting Members
- 4
85 Posted Topics
hi guys, iam workin on an application that calculate the income for certain diving centers, i using the SQLite database, i developed a database with 3 table the first one for user input, the second is to hold daily income, and the third for weekly income. i've a problem when … | |
Hi all, I planning to get Java 6 SE programmer certificate, actually i'm confused what is the best exam simulatoh out there to buy??? Thanks ![]() | |
Re: Hi, I think when you inherit a certain class, the parent or the class should first initialized with the constructor, even if you didn't call it explicitly. To do this here's the code [CODE]public class _baseClass(){ public _baseClass(){ //some code here } public _baseClass(int j){ //some code here } } … | |
Hi guys, Today I've passed the SCJA exam, but i was wondering if Oracle will send me a certificate to my address proving that i have passed the exam and i'm offically SCJA holder?? Thanks guys | |
Hi guys, I just purchased SCJA exam simulator from whizlabs and i pass the final exam with over 92% but i'm still afraid to fail in the real exam. So, what else i need to do to ensure passing the exam?? Thanks | |
hi guys, currently am planning to buy an exam simulator for SCJA exam so which one is the best to get prepared for the test [COLOR="Red"]ucertify [/COLOR]or [COLOR="Red"]whizlabs[/COLOR]?? if there's any other of these please mention it here. Thanks | |
hi guys, could someone here tell me how to code an expander button, cause I couldn't find any article speaks about it using winforms. Any help appreciated. Thanks [EL-Prince] | |
Hi Guys, How to attach richTextBox object to ICSharpCode.TextEditor library?? I couldn't find any code for this purpose. Any help appreciated. Thanks in advance. | |
Hi guys, I was wondering how to serialize text in rtf format from richTextBox and deserialize it back with the proper font and format info into richTextBox. Any help appreciated. Thanks | |
Hi guys, How to convert HTML syntax to RTF format using any existing library or dll?? any help appreciated. Thanks | |
Hi guys, I want to add syntax highlighting to my text editor, and I came up with ColorCode library at this address [URL="http://colorcode.codeplex.com"]http://colorcode.codeplex.com[/URL] but I couldn't load the parsed code into richTextBox object using rtb property. The following code returns parsed html code. [CODE]using ColorCode; string sourceCode = File.ReadAllText(@"/path/to/source/file"); string … | |
Hi guys, Does anyone here know where I can get C# class library documentation, I've search the interenet but I couldn't get what I need. Any help appreciated. Thanks in advance. | |
Hi guys, I want to improve my software design skills, by means I want to write a well designed software, this design should simplifies the future maintainance, and improvements. Where should I go?? What should I study?? Any help appreicated!! Thanks in advance | |
Hi guys, Does javascript replaced by jQuery?? Thanks | |
Hi guys, how to add news columns in my site which could changed dynamically?? Any help appreciated. Thanks | |
Hi guys, How I could build a playlist linked to swf object video player to play uploaded video in php ?? Thanks, | |
hi guys, How to set html element value using php??? if it's not possible how to do this?? Thanks | |
Hi guys, How to show certain files according the selected extension in openFileDialog() object??? Thanks [EL-Prince] | |
Hi guys, How I could get the controls of tab controls, here's a sample code [CODE]public void AddTabPage() { tabCounter = tab.TabCount; if (tabCounter == 0) { TabPage page = new TabPage("New Doc " + 1); //CurrentTabPageName = "New Doc " + 1; [U][U] RichTextBox txt = new RichTextBox();[/U][/U] txt.Dock … | |
Re: Hi, I think the best choice to pick is [COLOR="Red"]MS SqlServer[/COLOR], because its fully compatible with [COLOR="#ff0000"].netframework[/COLOR], and due to the easy deployment. About the live running actually I don't have any clue about it, but you could [COLOR="#ff0000"]google[/COLOR] for how to run .net application without setup!!!!! I hope I … | |
Hi Guys, How I should grab a string form a line in richTextBox object without a selection, but it has the cursor inside it. How to accomplish this or where I should search for this feature???????? Thanks [EL-Prince] | |
Re: Hi dude, Actually my answer might not answer your question directly, but I found an article with source code written in WPF which draws shapes and select each shape separately, you might read the code to know the main concepts!!!! here's the download link of source code [URL="http://rapidshare.com/files/327901747/SingleChangeObjectApproch.zip.html"]http://rapidshare.com/files/327901747/SingleChangeObjectApproch.zip.html[/URL] and the … | |
Hi guys, how to make the default undo/redo in richTextBox support undo/redo multiple actions????????? Thanks [EL-Prince] | |
Re: I think you can use [COLOR="Green"]Graphics.DrawString (String, Font, Brush, PointF, StringFormat) [/COLOR] to draw string in specific points. Here's some links about printing [URL="http://sandeep-aparajit.blogspot.com/2008/05/how-to-print-filestring-in-c.html"]http://sandeep-aparajit.blogspot.com/2008/05/how-to-print-filestring-in-c.html[/URL] [URL="http://www.dreamincode.net/forums/showtopic44330.htm"]http://www.dreamincode.net/forums/showtopic44330.htm[/URL] I hope this benefits you, happy coding :) [EL-Prince] | |
Hi guys, how to make a button the default action for a textBox specially when Enter button hited??? Thanks [EL-Prince] | |
Re: Hi, Here's some links [URL="http://www.csharp-station.com/tutorial.aspx"]http://www.csharp-station.com/tutorial.aspx[/URL] [URL="http://csharpasp.blogspot.com/"]http://csharpasp.blogspot.com/[/URL] [URL="http://cboard.cprogramming.com/csharp-programming/4615-csharp-links.html"]http://cboard.cprogramming.com/csharp-programming/4615-csharp-links.html[/URL] Happy coding:) [EL-Prince] | |
Re: Hi, Hey jorgelex008 here's I'm going to attach 2 codes. The first one is to know if the mouse entered the component or not. I tried this before java doesn't have any methods to know the coordinates outside the component, if you want to accomplish this you can create a … | |
Re: Hi, I've faced something like this before, but on a different area I think you should check the image references in netBeans or try to load it again using netBeans itself. I hope this benefits you, happy coding. [EL-Prince] | |
Re: Hey rpraveenr, you can use [COLOR="red"]JDesktopPane[/COLOR] class see the tutorial at [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/internalframe.html"]http://java.sun.com/docs/books/tutorial/uiswing/components/internalframe.html[/URL] I think this will help you to call the [I]login [/I] frame and then call anything as an internal or child frame. I hope this benefits you, happy coding, let me know what you've done with this!!!!!! [EL-Prince] | |
Re: Hi, I think you should involve yourself in some projects, whether it of your own ideas, or participate with some other programmers to make this happen, and I think you'll keep learning, learning, and learning because java is really big and it covers many sides so, you should decide which … | |
Hi guys, I'm trying to instantiate an object on a new thread, but when I do this I found the form or the splashScreen object not showing. When I directly call the method which instantiate the object it showing. Why this happening??? here the code for better grasping. The following … | |
Hi guys, How to increase the number of panels inside [ICODE]splitContainer [/ICODE]object for example make it contain 3 or 4 panels instead of 2 as a standard number??? Thanks [EL-Prince] | |
Hi guys, I've a problem to import the jar file "[I]JFXBuilderRT1.jar[/I]" into [B]NetBeans 6.8RC1[/B]. I tried by add it to libraries, but with no good. Could someone tell me what to do??? Thanks [EL-Prince] | |
Hi guys, could somebody here tell me how to color the current text line in richTextBox Object, or where can I search for this feature??? Thanks [EL-Prince] | |
Re: Hi, First of all, you declared the constructor of class [U][I]Cars [/I][/U] with a return int type, and you should know from your java study that the constructor [I]MUST NOT[/I] return any values even void. So, the proper form of the constructor will be like this one [COLOR="Red"]public Cars( int … | |
Hi guy, I writing a simple syntax highlighting code which has loop due to comparisons of the reserved keyword against the input text , the code is a little bit processor hungry so, I decided to put the expensive loop on a separate thread, but with no good, in addition … | |
Re: Hello, I think you should to query the database to get the result set by using this query for example [COLOR="Red"]SELECT * FROM Table_Name WHERE Certain_Condition[/COLOR], you can omit the condition if you want. After fetching the result set you need the pick each row in the result set and … | |
Re: I think you've 2 ways to achieve this the first one definitely to use javaME, which I prefer, the second way is to download iphone sdk from here [URL="http://developer.apple.com/iphone/program/start/register/"]http://developer.apple.com/iphone/program/start/register/[/URL]and after that start learning objective-C to develop using the SDK. I hope the benefits you :) Happy coding EL-Prince | |
Re: Hi, I rewrote your code, but I haven't compile it so, this is your assignment to do. Here's the code. public class WordCount{ public static void main(Strings[] args){ String userInput = ""; while(userInput.length() < 15){ userInput = JOptionPane.showInputDialog("Please enter your first 15 characters: "); } JOptionPane.showMessageDialog(null, "Thanks :)!!"); }//end of … | |
Hi guys, Is there any javaFX code generator other than [ICODE]jfxbuilder[/ICODE]??? And Is someone here knows any news about [ICODE]javaFx authoring tool[/ICODE], like the release time, cause I got nothing from [ICODE]google[/ICODE]. Thanks [EL-Prince] | |
Hi guys, I was wondering how to make a progress bar that watching another working thread, and give a percentage indication about its progress. thanks [EL-Prince] | |
Hi guys, I'm writing a simple text editor with syntax highlighting feature, my code depend on a timer object to update the whole text every 1 sec., I found it's difficult to select all the text due to the regular updating of the text after timer ticks. So, Is there … | |
Hi guys, How to load any other document formats other than [ICODE].txt[/ICODE], and [ICODE].rtf[/ICODE] (which naturally supported by LoadFile() function), like [ICODE].java, .c#[/ICODE], and [ICODE].doc[/ICODE] into [COLOR="Red"]richTextBox [/COLOR]object????? any help appreciated. Thanks in advance. | |
Hi guys, I demand to know the correct order of the following topics to study [COLOR="Green"]Object Oriented Design and Analysis[/COLOR], [COLOR="Red"]Design Patterns[/COLOR], and [COLOR="Green"]UML[/COLOR] Thanks in advance [EL-Prince] | |
Hi Guys, How are you doing guys?? Guys I was wondering how to achieve a code that highlighting multi strings at once like [ICODE]Firefox[/ICODE]??? Could someone give me an idea, because I couldn't achieve this in C# like [ICODE]Firefox[/ICODE] exactly without changing the background of the string. Any help appreciated. … | |
Hi, I have a COMPAQ Presario v6700 laptop with Core2Due processor 1.8GHz, 2GB RAM, and Windows Vista Ultimate SP1. My problem is all the time I see the processor cycles gage is full for nothing, I tried to look for any frenzy process that eats all processor clock cycles like … | |
Hi guys, Is it necessary to use destructor in c# to terminate any created objects?? Thanks in advance | |
Hi dudes, Many times when I read others codes I found they're using[ICODE]attributes [/ICODE], and actually I don't know when to use attributes, or when it becomes necessary to use it to be aware of it in my written codes. So, would some one here help me. Any help appreciated, … | |
hi guys, How to make a child form refer to it's parent form, what i mean is that when the child form created it's lock the parent till it finish. thanks in advance | |
hi guys, I'm writting a simple text editor using visual studio 2008. When I'm trying to make a new instance of the application using the following code which is existed in Main() method [CODE][STAThread] private static void newInstance() { //the following code also exists in Main() method Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new … |
The End.