all groups > vj# > june 2005
Microsofy Anti SPyware
Posted by mdewaele at 6/24/2005 8:25:05 AM
Last night I was queried to install an update for MS Anti Spyware (BETA) on
on of my machines at home. I installed the update, no apparent issues. This
morning I turned on another machine and was not prompted to install an
update. Note that they both had same rev on them. Out of curiosity I st... more >>
Problems with access-file...
Posted by Christian-Josef Schrattenthaler at 6/22/2005 12:00:00 AM
Hi!
I have an ASP.NET site, which collects data over a WebForm, and sends
the data to an access-file.
I tried the site local, and I found no errors.
Now I tried the site over my Webserver, and there are strange things:
Sometimes it works fine, and somethimes I get an error.
There ar... more >>
dataGrid.set_CaptionVisible not working
Posted by phodge at 6/20/2005 4:41:03 PM
Hi. My dataGrid displays the dataBase field names instead of the captions I
entered when I configured the dataSet. The caption exists. I can print it
in a debug window. It just doesn't show up on my form. What am I missing?... more >>
Some understanding questions...
Posted by Christian-Josef Schrattenthaler at 6/16/2005 11:01:22 AM
Hi!
I am still a beginner with Java/VJ#.NET/ASP.NET, and now I have some
understanding questions:
1. private, public and protected:
1.1. If I want to use my variables only inside of my class-file they
must be private?
1.2. Is this correct: If I want to use variables or methods from
out... more >>
Need help with DataGrid and Pager.
Posted by Christian-Josef Schrattenthaler at 6/14/2005 7:54:30 PM
Hi!
I have a working website which gets data from an access-files over oledb and
the .Fill() method. The data is sent and bound to a table, which is
displayed on the website.
But the list is verry long, and now I want to make a Paging.
I searched on the Internet, and tried some samples.... more >>
OleDb and Exception handling?
Posted by Christian-Josef Schrattenthaler at 6/12/2005 12:00:00 AM
Hi!
I wrote a method to get some data from an access file. In an other topic
someone told me, I have an error in my exception handling, because, on an
error the connections wouldn't be closed.
I tried to resolve the problem by myself, but it doesn't work.
Can anyone look at my code, and... more >>
How to sort data?
Posted by Christian-Josef Schrattenthaler at 6/12/2005 12:00:00 AM
Hi!
I get data from a file, and send them to a table. Is it possible to sort the
data?
Greetings,
Christian.
... more >>
How to split a table over more pages.
Posted by Christian-Josef Schrattenthaler at 6/11/2005 8:51:07 PM
Hi!
I read data from a Access-file, and send this to a table. Now I have the
problem, that the table (list) is verry verry verry long.
I knowi some websites which have split the data over more than one page. And
you can access the pages per "Forward", "Back" or per pagenumber.
Is it pos... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to check if a table has some data?
Posted by Christian-Josef Schrattenthaler at 6/11/2005 12:00:00 AM
Hi!
Is it possible to check if a table has some data? I get the data from an
Access-file, and send it to Table2. This works fine, but I need alo a
Message, if no data was found for the selection from the user.
Here my mehtod to get and set the data:
***
// Diese Methode holt die Daten au... more >>
How do I import a user defined class into VisualStudio .net J#
Posted by Tony Johansson at 6/9/2005 6:20:27 PM
Hello Experts!
I'm using Visual Studio .NET with J#.
For example if you compile a java file by using the javac in the command
window(cmd) you get a class file.
One example if you have a java file called Test.java and you compile this
file
from the command window you get a Test.class file.
... more >>
Help - MouseDrag
Posted by Sushovan at 6/6/2005 9:48:03 AM
Hi,
I am trying to make a Scribble application in VJ# using .NET event
handlers. I made a form, added a picture box to it, created a Bitmap object
and set it as it's "Image" property.
Now, I have event-handlers for MouseDown, MouseUp, and MouseClick, but
what about MouseDrag ? I need Mo... more >>
Java to JSharp?
Posted by MSFT Developer at 6/3/2005 6:51:22 PM
We have recently acquired a company that has written lot of business objects
in Java. We prefer running our shop in .NET. Is it possible to convert Java
to JSharp or do we need to re-write everything? OR can we compile the Java
code in any Microsoft compiler? Please discuss the best option.
... more >>
Java to JSharp
Posted by MSFT Developer at 6/2/2005 12:29:26 PM
I thought microsoft distributed a tool that allows to migrate the Java
application code to JSharp code. Is this true? Where can I download this
tool?
-glory
... more >>
|