Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
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
~17.7K People Reached
Favorite Tags
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
98
Member Avatar for moroshko

Hi, Say MyClass inherits from BaseClass, and I write the following constructor for MyClass: [code] public MyClass() { DoSomething(); } [/code] When MyClass constructor is called, does it call automatically the BaseClass constructor (even though I didn't explicitly wrote this) ? Thanks !

Member Avatar for Beata7
0
175
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
50
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
93
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
96
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
62
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
93
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
105
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
666
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
171
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
84
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
74
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
115
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
143
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
181
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
163
Member Avatar for vinnijain

I want to make a database window application using Visual Studio 2008(with C#) which is basically a search engine for searching images(of size 25 KB to 95 KB) . I want to sell my application in CD\DVD in such a way that it should run directly from CD\DVD. As I …

Member Avatar for vinnijain
0
123
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
236
Member Avatar for moroshko

Hi, I would like to write a program that enable user to draw geometric shapes like circles, triangles, rectangles and so on. I would like also to be able to drag and drop or resize a shape that was previously drawn. 1) I thought to draw the shapes inside a …

Member Avatar for pauldani
0
256
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

Hello guyz, Presently I am having a problem with printing in c#. I have a pre printed bill, and I need to print values into some specific points of that bill. Any suggestion ?

Member Avatar for MxDev
0
134
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
69
Member Avatar for yup790
Member Avatar for MxDev
0
101
Member Avatar for jorgelex008

Hi all, I'm new to Java (after years of Visual Basic and VBA). So right now I'm going through a very steep learning curve. I'm trying to figure out (while I bang my head on the keyboard) how to do the following in SWING: - Show mouse coordinates (x, y) …

Member Avatar for MxDev
0
294
Member Avatar for Acegikmo

Hello! I am currently working on a project with a few others. Everything has went on smoothly until now. When I run the project in NetBeans, everything is working as intended. All images show up like they should. If I start the jar file with the console commands (java -jar …

Member Avatar for MxDev
0
112
Member Avatar for rpraveenr

I am making my project using netbeans 6.5. I want to open different frames in the same parent frame, But I am unable to do so. For e.g. my first frame is a login page. After Logging in the 2nd frame is displayed. But I want to display the 2nd …

Member Avatar for MxDev
0
110
Member Avatar for Stefano Mtangoo

I have asked the same Question on C++. So far I have moderately mastered PHP a little and more of Python. I want now to add up Java/C++ So what I need to know to be Java expert in Web and Desktop Applications? Are they two different beasts? Thanks Guys

Member Avatar for kingsboro2008
2
190