Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
34% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
10
Posts with Downvotes
7
Downvoting Members
4
6 Commented Posts
0 Endorsements
Ranked #2K
~18.4K People Reached
Favorite Tags

85 Posted Topics

Member Avatar for MxDev

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 …

Member Avatar for takonewa
0
2K
Member Avatar for MxDev

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

Member Avatar for vishnu.khera.5
0
101
Member Avatar for moroshko

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 } } …

Member Avatar for Beata7
0
179
Member Avatar for MxDev

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

0
52
Member Avatar for MxDev

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

Member Avatar for MxDev
0
95
Member Avatar for MxDev

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

Member Avatar for MxDev
0
98
Member Avatar for MxDev

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]

Member Avatar for jack12a
0
63
Member Avatar for MxDev

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.

Member Avatar for Xmblpb
0
1K
Member Avatar for MxDev

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

Member Avatar for Lusiphur
0
94
Member Avatar for MxDev

Hi guys, How to convert HTML syntax to RTF format using any existing library or dll?? any help appreciated. Thanks

Member Avatar for MxDev
0
113
Member Avatar for MxDev

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 …

Member Avatar for Teme64
0
699
Member Avatar for MxDev

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.

Member Avatar for Teme64
0
173
Member Avatar for MxDev

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

Member Avatar for MxDev
0
89
Member Avatar for MxDev
Member Avatar for MxDev

Hi guys, how to add news columns in my site which could changed dynamically?? Any help appreciated. Thanks

Member Avatar for webexpertzhere
0
79
Member Avatar for MxDev

Hi guys, How I could build a playlist linked to swf object video player to play uploaded video in php ?? Thanks,

Member Avatar for jcanaway
0
117
Member Avatar for MxDev

hi guys, How to set html element value using php??? if it's not possible how to do this?? Thanks

Member Avatar for MxDev
0
152
Member Avatar for MxDev

Hi guys, How to show certain files according the selected extension in openFileDialog() object??? Thanks [EL-Prince]

Member Avatar for Kiran.dks
0
184
Member Avatar for MxDev

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 …

Member Avatar for kvprajapati
0
165
Member Avatar for vinnijain

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 …

Member Avatar for vinnijain
0
128
Member Avatar for MxDev

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]

Member Avatar for mikah
-1
238
Member Avatar for moroshko

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 …

Member Avatar for pauldani
0
259
Member Avatar for MxDev

Hi guys, how to make the default undo/redo in richTextBox support undo/redo multiple actions????????? Thanks [EL-Prince]

Member Avatar for sknake
0
2K
Member Avatar for babaidebnath

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]

Member Avatar for MxDev
0
135
Member Avatar for MxDev

Hi guys, how to make a button the default action for a textBox specially when Enter button hited??? Thanks [EL-Prince]

Member Avatar for MxDev
0
73
Member Avatar for yup790

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]

Member Avatar for MxDev
0
104
Member Avatar for jorgelex008

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 …

Member Avatar for MxDev
0
304
Member Avatar for Acegikmo

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]

Member Avatar for MxDev
0
117
Member Avatar for rpraveenr

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]

Member Avatar for MxDev
0
114
Member Avatar for Stefano Mtangoo

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 …

Member Avatar for kingsboro2008
2
193
Member Avatar for MxDev

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 …

Member Avatar for sknake
0
166
Member Avatar for MxDev

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]

Member Avatar for MxDev
0
113
Member Avatar for MxDev

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]

0
51
Member Avatar for MxDev

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]

Member Avatar for privatevoid
0
110
Member Avatar for intelnf09

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 …

Member Avatar for intelnf09
0
1K
Member Avatar for MxDev

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 …

Member Avatar for masijade
0
91
Member Avatar for joewazen

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 …

Member Avatar for MxDev
0
145
Member Avatar for Archenemie

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

Member Avatar for jbennet
0
119
Member Avatar for NickT80

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 …

Member Avatar for MxDev
0
132
Member Avatar for MxDev

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]

0
61
Member Avatar for MxDev

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]

Member Avatar for kvprajapati
0
44
Member Avatar for MxDev

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 …

Member Avatar for MxDev
0
76
Member Avatar for MxDev

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.

Member Avatar for avirag
0
3K
Member Avatar for MxDev

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]

Member Avatar for MxDev
-3
166
Member Avatar for MxDev

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. …

Member Avatar for MxDev
0
124
Member Avatar for MxDev

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 …

Member Avatar for Jupiter 2
0
118
Member Avatar for MxDev

Hi guys, Is it necessary to use destructor in c# to terminate any created objects?? Thanks in advance

Member Avatar for sknake
0
110
Member Avatar for MxDev

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, …

Member Avatar for sknake
0
106
Member Avatar for MxDev

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

Member Avatar for sknake
0
110
Member Avatar for MxDev

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 …

Member Avatar for DdoubleD
0
106

The End.