Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
Favorite Forums
Favorite Tags
java x 14
Member Avatar for kashn

Hi, Is it possible to embed a java applet into C#? Like WITHOUT downloading it, as if the applet is included as a resource or something. I made the applet so I do have the source ofcourse, if that makes it any easier. Thanks! Also, Is it possible that I …

0
51
Member Avatar for kashn

Hi, I'm currently stuck, at this problem. I've created a tab control and make it add a new richtextbox each time a tab is added, but my problem is I can't figure out how to get the .Text part of that richtext box in that tab... here is my code …

Member Avatar for kashn
0
143
Member Avatar for kashn

Hi, I'm compiling C# code to memory and running it from there, now what I want to do is pause, resume, stop that same code running in the memory. I'm using this currently to run the code: [CODE] private void compileRunToolStripMenuItem_Click(object sender, EventArgs e) { Thread runCode = new Thread(new …

Member Avatar for castegna
0
136
Member Avatar for kashn

Hi, I have made a DLL coded in C#, and and executable in C#. I've already have the DLL referenced in my Exe project, so i cannot reference the DLL back to the Exe because it won't let me. Now what I need to do is, call a function within …

Member Avatar for kashn
0
161
Member Avatar for kashn

Hi, I'm trying to include a Intellisense in my Rich Text Box, but i'm having problems. I'm trying to implement the one from: [url]http://www.codeproject.com/KB/cs/diy-intellisense.aspx[/url] Can someone please point me to a much more simpler open source intellisense for C#, importing methods from a DLL file? - Thanks!

Member Avatar for kashn
0
147
Member Avatar for kashn

Hi, I'm using 2 JButtons on my JApplet. The thing is that, the buttons do not show up until I roll my mouse over them? The regular Button works, this problem only occurs with a JButton... I only want to use the JButton because I need set a image button …

Member Avatar for kvprajapati
0
48
Member Avatar for kashn

Please tell me how/where is it explained on using Java Tables? I know about JTables, but the problem with that is that I can't seem to get rid of the onClick MouseEvent on that... I need a static table basically with 2 columns and 1 row. ~ Thanks!

Member Avatar for kvprajapati
0
92
Member Avatar for kashn

Is it possible? Like bringing a drawn image in the paint for JApplets? Is there any way to set a order of whats on the most top? Because I'm using a JTextArea, and have it do setText on the JTextArea while inside paint(Graphics g) and having it draw the image …

Member Avatar for kashn
0
61
Member Avatar for kashn

Hi, Is there a way to format a string into a paragraph format? The closest thing I got was entering the string into a JTextArea, but the only problem with this is that the words get split in between its characters making it almost seem like two different words.... - …

Member Avatar for kashn
0
172
Member Avatar for kashn

Hi, I'm using a JTextArea in a JApplet, and having difficulty trying to align the JTextArea on the x, y axis... I've tries setBounds, setAlignmentX & setLocation... Neither seem to work. Plz help! This is what I have: [ICODE] public class Testing () { JTextArea TxtArea; Container Panel; LayoutManager Layout; …

Member Avatar for kashn
0
130
Member Avatar for kashn

Hi, I need help, to get the get working directory of the class file on a Windows system. I'm opening up a txt file to read from in the same folder as the class file, when I just enter the location of the txt file, it says: [CODE]java.security.AccessControlException: access denied …

Member Avatar for kvprajapati
0
158
Member Avatar for kashn

Hi, I'm trying to figure out how can I make split read from the file and recognize how to put the strings into an array from a file, based on a new line break. Example of my txt file: [ICODE]This will be my first huge paragraph, it will contain many …

Member Avatar for javaAddict
0
216