Answer Questions
Dustin_H object streaming from office to home?
hi, i'm wondering whether i can stream my object from my pc in the company to my home's desktop PC or vise a versa with socket programming Is it possible to get over the firewall or proxy server in the company thanx the company which i work for it is not mine. so any other technology like virtual networks is not in consideration of me. i'd like to reach my computer as TCP connection as Messenger,ICQ, or E-Mule can do which works fine in ...Show All
Scotty_C ChangeDatabase
To change the database in an odbcConnection object there is the method odbcConnection.ChangeDatabase(newDatabaseNameAndPath) But it does not work. My code sample is: myDatabase = openFileDialog_Datenbank.get_FileName(); Access_odbcConnection.Open(); Access_odbcConnection.ChangeDatabase(myDatabase); Access_odbcConnection.Close(); Does anyone have some experience with changing the database during runtime Do I have to first close the form, which ...Show All
Duncan-Countrywide Java Conversion Tool Help
I installed Beta Version II of the IDE and Java Conversion tool. When I ran the tool it appears to have run fine. The problem however is that when I click on the correction links to get the examples on how to convert some of the code it can not find the help. I did a full install of the MSDN help that came with the conversion tool and with VS 2005 and still no documentation on how to do the actual conversion. Also searche ...Show All
Atle Bjanes Delegate Functions
I have been trying to understand Delegate Functions - I am able to store multiple functions in one Delegate by using something like: public void add_MyEventHandler( MyEventHandler listener) { if (MyEventHandler != null ) { MyEventHandler = (MyEventHandler)System.Delegate.Combine(MyEventHandler, listener); } else   ...Show All
IXX.SE java.text.Bidi functionality
Hi; What .net class has the same functionality as java.text.Bidi (which I assume is not in J#) All I need is the ability to give a method a string and find where the string changes direction. thanks - dave I guess you are talking about change in direction in languages that are bi-directional. Will try to hunt out something in .NET Thanks, Sushant Lets say I have some text, h is hebrew, e is engli ...Show All
GameCi_kamaci how to create DLL file in J# or convert J++ dll into J# dll
Please help me...I know nothing about J#. The following code is written by J++ for dll file. I need to either convert those code into J# or create new J# dll file. However, I have no clue how to start it. Could someone help me as soon as you can. I really appreciate it. I only have one day to finish this assignment. import java.io.*; /** * This class is designed to be packaged with a COM DLL o ...Show All
akheron 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
nishanttheone Error Configuring Web Site
I am using Visual Studio 2005 Beta 2 - I have completed Soup-to-Nuts 1 thru 9 doing them in Visual J# and have had to create all added code and files that appear from one lab to the next, not to mention the problems with the differences in ADO .Net with datasets and table adapters anyway I have go thru that, now Lab 10 deals with Web applications so I decided to revist the Lab "Creating ASP.NET Web Applications with J# - Part 1" I ...Show All
Newborn Why is the J# Redistributable package needed?
Hi! Why is the J# Redistributable Package needed to run a J# application Or can I just redistribute some assemblies For example, if I develop an application in Borland Delphi using WinForms, I can compile this application to an exe file. This exe file can be executed on any computer that has the .Net Runtime Framework installed. No Delphi .Net Redistributable Package exists. If I develop an application in Dephi using the VCL.NET api all I ha ...Show All
RayB1 Editable Label in J#
Is editable label available in J#, or is there any source code available Thanks. Hi, If you are taliking about text box (something which user can edit in the runnnig app) then yes it is supported in J#. To use it... 1. Create a J# Windows application (File > New > Project). 2. Drag and Drop a Text Box control from ToolBox to designer. 3. Manupulate the Text property of this check box as per your need. ...Show All
Carlton Lane - MSFT java.util.Calendar.getInstance() fails on Windows 2003
Calling java.util.Calendar.getInstance() on Windows 2003 produces the following exception below... java.lang.NullPointerException: Object reference not set to an instance of an object. at java.util.GregorianCalendar.__dateToTime() at java.util.GregorianCalendar.computeTime() at java.util.Calendar.getTimeInMillis() at java.util.GregorianCalendar.__initialize() at java.util.GregorianCalendar.<init>(TimeZone zone, Locale aLocale) at ...Show All
nkbfok Simple Client / Server app, not working?
Hi, I am using VS.NET 2005 beta 2, and I'm having a problem setting up a simple console client / server application using ServerSockets and Sockets. Using my code, the server gets up and running, and receives a connection from the client. However, for some reason I cannot send information to the server and receive information back after this happens. Here is my code: SERVER ================= private static class sessionThread extends T ...Show All
MaxLC 100% CPU usage !!
hellow to all .. i am runing visual j++ 6.0 on my centrino 1.6 and 512RAM ... and i am amesd that the j++ take 100 CPU usage and i can't even use it the laptop is so slow and i can not function at all !! not just on my laptop , my friends tould me the same ! i am runing windows xp sp2 .. hellppp !!! no one have answer for me and my friends !!! no .. nothin . i restart my machine , i had tried 100things !! i think it is somethin ...Show All
Chris Bohling IWin32Window owner for MessageBox.Show() from JBC Applet
I have an applet using J# Browser Controls. I am able to display message boxes using MessageBox.Show(). However, in order to prevent the message boxes disappearing behind my browser window I want to pass a IWin32Window owner to MessageBox.Show(). How do I get this owner from my J# code I have found an answer here: http://www.dotnet-news.com/lien.aspx ID=2973 Which grabs the foreground window. Here's the ...Show All
Aarom Running a Simple Program in J#
I created my first application in J#. In the Form1_load procedure I put System.out.println("Hello World"); I build the application. It compiles clean. How do I run it It's not too obvious. I did install the J# Redistribution Package. HELP! This is so simple.. but I'm stumped!!! Hi, There is Print command in File menu. For code files like Program.jsl just issue that command. This command is disabled for Designers li ...Show All
