Software Development Network Logo
  • Visual C++
  • .NET Development
  • Microsoft ISV
  • Visual J#
  • Architecture
  • VS Team System
  • Game Technologies
  • Visual C#
  • Windows Vista
  • Visual Studio
  • Visual Basic
  • Windows Live
  • VS Express Editions
  • Smart Device
  • SQL Server

Software Development Network >> Visual J#

Visual J#

New Question

Welcome!
OLEDB 64, 32 (SQL 2005/64 / Jet)
how to create DLL file in J# or convert J++ dll into J# dll
Free game - Engineer your own World
New Release of J# Browser Controls
ToolStripContainer Problem
J++ question
Accessing other Browser Controls from the same page
Kinda lost here. =(
classcastexception happens when objects are passed to the thread and when trying to call the method

Top Answerers

Sairam Srinivasan
Abdul Wasie
quoi
CSH
themicks
Chittesh
domls
asbuilts
Samaya
Jeff Steinkraus
FOX GUI Toolkit
Only Title

Answer Questions

  • UltraDom Visual J# 1.1 not loaded after installing .NET Framework 2.0

    Hi, I have a Microsoft Office Excel 2003 addin developed on .NET Framework 1.1 which uses Visual J# package. It works fine when Framework 1.1 and J# Redistributable 1.1 are installed. However, when I install Framework 2.0 along with Framework 1.1 , it gives me the following error: Could not load file or assembly "vjslib Version=1.0.3300.0, Culture=neutral,PublicKey Token=b03f5f7f11d50a3a" or one of its dependencies. The sam ...Show All

  • OliverKofoed Delegate and EventArgs Question

    Hi, I am very new to programming and i have a quick question. I am developing a webpage and I want a delegate to handle a button click. I am programming in J#. What I want to do is display the element found at ArrayList(i) after clicking on a button. Example: <input type="button" id="display" value="Display" runat="server" onserverclick="write(<%=i %>)" /> I want the method 'write' to ...Show All

  • Stefaan Meeuws creating setup

    I create the program, and now i want to share with other users, how to create setup for my program Did you follow above steps those steps will help you in creating setup file at the specified location. Please let us know the details if you are not able to proceed Neela I have Visual Studio Professional Edition, all i want is to create the setup, which will install my program exe file. But i need that users who want my pro ...Show All

  • JohnnyBoyWonder Is there a public J# Roadmap ?

    Hi I am looking for the public J# roadmap, does anyone know where I can find it Ohad Please go through following thread, this might provide you some insight into future plans. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=364340&SiteID=1 In general, for future releases of Visual studio, you can refer http://msdn.microsoft.com/vstudio/future/default.aspx for high level roadmap. thanks, varun What ...Show All

  • rune711 Unable to load the J# Browser Control

    I've created an html page with ONLY the following code.... <OBJECT WIDTH="1024" HEIGHT="768" CLASSID="clsid:a399591c-0fd0-41f8-9d25-bd76f632415f" VJSCODEBASE="myfile.dll#_0" ID="Object1" > </OBJECT> where the dll file is named "myfile.dll" and the first class file is _0.jsl and each time I load the file into internet explorer the statusbar shows: "Unable t ...Show All

  • Ed Goings axWebBrowser

    I have this problem in vusal j#,  C:\Work\Form1.jsl(92): Cannot find method 'Navigate(String)' in 'AxSHDocVw.AxWebBrowser' I have no clue how to fix this, the program works on my friends comp but not mine, I'm running win xp sp2 with zone alarm security suite installed. Please reply -- Thanks Just to confirm, This is for J# right The reason I'm asking is because I saw this solution somewhere else but for C++, and I don't think I ...Show All

  • christian bitter 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!!! I found out how to run it. I had to change my security. I went to Control Panel and Administator Tools and Selected Microsoft NET Framework ...Show All

  • Arun.kumar.sharma 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 Jackthbean wrote: I knew how to do that (but how were you to know! ), I need to know where to put the code. ...Show All

  • TroyMac System.out.print and String.length > ~64K bug?

    I have ran into a problem where if a String length is around 63-64K in size the System.out.println method will not print the value of the string. Has anybody else experience this This is code I used to reproduce it. int indent = 70000; int k = 0; StringBuffer sb = new StringBuffer(); for (int i = 0; i < indent; i += 1) { sb.append("a"); if (sb.length() >= 53200+k) { System.out.print ...Show All

  • Michel axWebBrowser

    I have this problem in vusal j#,  C:\Work\Form1.jsl(92): Cannot find method 'Navigate(String)' in 'AxSHDocVw.AxWebBrowser' I have no clue how to fix this, the program works on my friends comp but not mine, I'm running win xp sp2 with zone alarm security suite installed. Please reply -- Thanks Hi, Seems you really have got the older version of WINDOWS\system32\SHDOCVW.DLL which doesn't implement the required overlaod of Navigate f ...Show All

  • kopi_b 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

  • Rur Timer Troubles

    I have had serious troubles getting timers to work in Visual Studio 2003 and 2005 and in both Visual Basic and J# unless I enabled them by default. While I've developed a work around by making my timers run constantly and then using boolean values to "enable" them, this is prone to inaccuracy and logic errors. So in trying to figure out what is wrong with my computer (or my coding), what is the difference between calling timer.Start() ...Show All

  • NB76 Saving different versions during the development phase , how?

    Lets say I wrote som code that is partly finished and I intend to add more and maybe change what I have at the moment. Then I would like to save my project at this moment so I can get back to this version later. What could I do Should I save my project under a new name Or is there some built in features for having different versions of a program Normally, a version management system like CVS, Visual SourceSafe, Subversion is used for suc ...Show All

  • R Gatliff Reference statement does not compile

    Hi there. I am making my first steps in J# as well as .NET in general. I got a form with a linkLabel on it and in the procedure InitializeComponent () I added this statement: this .linkLabel1.Click += new System . EventHandler ( this .linkLabel1_click); I was able to compile a similar statement in C# but not in J#. I am getting an error message: Error 1 Cannot find field 'Click' in type 'System.Windows.Forms.LinkLabel'  What ...Show All

  • TACOBOB Rebuild Issue with Object Test Bench

    I am able to create an instance of a class in the Object Test Bench.  But everytime I attempt to invoke a method (even an empty void method) of the class, the tool asks me to rebuild it, after which it resets the class and does not execute the method.  It does this even though I have not modified the code in any way.  I try to execute the method right after I create the instance. This seems to happen if you have multiple projec ...Show All

2345678910111213141516171819

©2008 Software Development Network

powered by phorum