Answer Questions
Redburga Acquiring Installer/Deployment templates
I am trying to publish my project, but when I run the installer it dies because the the project has been improperly formatted. I have been unable to find any references to formatting during publishing, or even system requirements for the published version. If you have an easy solution or if you can point me in the direction of reference material for this that would be great. Thanks. J# Express SKU has support ...Show All
Heather Grantham Support for Code behind HTML in IE- after KB896727
We have an application that uses code behind HTML. It stopped working after the KB896727 Hotfix update, on all client machines with Win2K and WinXP OS and IE 6.x browser. Is there a work around for this problem. Thanx Hi, To understand your question better, Which language is the code behind HTML written Of the top, it looks like its a IE related issue. However in parallel, as Jaiprakash said, yo ...Show All
wilsonLOP J++ question
hi there, im pretty new to java technologies, im making a web applet and i would simply like to disable and hide a Jpanel when say Jbutton1 is pressed Hi, In J++ there is no Swing Support.So You can't use Swing controls such as JPanel,JButton etc.You can use Awt Controls in j++.The Following process is used to make web applets(JBrowsercontrol) in J# 2.0 as well J#1.1 jbc.jsl import javax.swing.*; im ...Show All
Tomas Publishing a project
I am trying to publish my project, but when I run the installer it dies because the the project has been improperly formatted. I have been unable to find any references to formatting during publishing, or even system requirements for the published version. If you have an easy solution or if you can point me in the direction of reference material for this that would be great. Thanks. The publish tool executes f ...Show All
Gray_ Need help...
I am a J# begginer, (I started this morning) I can do some basic stuff, but I need to know to give an action to buttons. For example I want to be able make a program (like notepad) that can save text. I have everything together, except how to make buttons do something! J# Illiterate Jackthbean I knew how to do that (but how were you to know! ), I need to know where to put the code. private void button1_Cl ...Show All
Przemek Wasylko Enterprise Mobile Apps: Java, J# or C#?
Hello sirs., First of all, sorry for my English, I'm brazilian. I am a PHP programmer from about 6 years and last year I founded a company (Auriumsoft LTDA - www.auriumsoft.com.br) focused to develop Mobile App. The fact is that I'm lost of what language and plataform to choose. I even thought in choosing C++, but I have a lot of hurry, so this is impossible. What do I want to do - Develop enterprise mobile applications for Pocket PC, its desk ...Show All
Jerren Follow up on ResourceBundle problem
Hi; If someone in the J# groups could help me with this - http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=147859&SiteID=1 - I think it would take just 5 - 10 minutes. And I think it would expose a bug in J# (as well as finding out what I am doing different). If you do I would be happy to declare you programming stud (or studette) of the month on GotJSharp . thanks - dave Hi David, As the indicated thread wasnt ...Show All
zarkorgon Creating documentation for our project
Hi; Any suggestions on how we build up our documentation for our API nDoc does not handle VS 2005 and does not understand java style comments. thanks - dave Hello; I am generating the xml file. But I want to generate a chm file and the v h (VisualStudio integrated help) files too. Is there a way to do that thanks - dave Hi, You can generate documentation for your APIs using visual studio. Anything written as java style comme ...Show All
scott13 Need help: try/catch using combobox
I'm attempting exception handling for a combobox. I wish an exception to be raised if the user does not select an item from the combobox, but I'm not sure of the correct code. Here is what I have now: try { if (cboDwellingType.get_SelectedItem().ToString == null); { MessageBox.Show("Please select the Dwelling Type from the dropdown menu."); cboDwellingType.Focus(); throw new Exception ("Error updating Local databas ...Show All
techie3 experiences with java version of apache lucene in J# as compared to C# version
The Apache Lucene project is a significant free-text-search (FTS) software package. It is a mature piece of software, the major, the mainstream work, over the years has been done in it using the Java language. http://lucene.apache.org/ http://incubator.apache.org/projects/lucene.net.html The 1.9.1 version ships with build support for both the Sun java compiler (javac) and the GNU java compiler (gcj) which compiles directly to native machi ...Show All
Grigori Somin doesnt show up in the dropdown list as a useable method (post for brian)
Working on an unrelated program, but this kinda falls into a related topic. I have 2 forms in this example, form_main and form_abilities. When you hit a button, form_main is hidden, and a new instance of form_abilities is created/shown with form_main as the owner. form_main has a method like the following: public void ability_close(int a, int b, int c, int d, int e, int f) { //some irrelevent code here } when inside form_a ...Show All
Wipeout55 Wndproc in j# and mouse scroll event
He, i was working with j#. I could not override WndProc. How in that case to realize processing event mouse scroll in J# You can't overide wndproc from j#. You need to inherit from a base class that you write in C# that calls a delegate in j#. It is not desirable for me to use C# Hi, Please refer your other post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=124588&SiteID=1 &nb ...Show All
leonwoo Is the Java serialized object in J++ and J# are compatible?
Hi, I want migrate my existing J++ project to J#. But since the data stored in serialized object, my J# upgraded application cannot read those object produced by J++. Is there any way that my J# application can read j++ serialized object I have watch the produced object in notepad, the produced object is very similar. Just a few byte different. did I do something wrong in the setting Thank you Are you ...Show All
HKSunny Mac Address
Hi ,, How Can i Get the Client Mac-Address using J# and thank you v.much For helping :) Not to be a booger, but I think the question that has been asked twice now in this thread is how to retrieve the CLIENT'S MAC address, not the machine ASP.NET is running on. Does anyone know how to accomplish the real quesiton being asked here Hi, You need not write different code for asp.net. Your code, which work ...Show All
Gary M. "COM object that has been separated from its underlying RCW cannot be used" exception within threads
Hi, We are having code in which we start a new thread and set it as STA. This new thread initializes IHTMLWindow2 object and then starts another thread. But, in that second thread if we try to access the IHTMLWindow2 which is initialized in the first thread we are getting this exception "COM object that has been separated from its underlying RCW cannot be used". If we do not set the first thread to STA, we coudn't access the windows ...Show All
