all groups > dotnet general > february 2005 > threads for friday february 25
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Why no serious MS Application in .NET yet ??
Posted by Herr Lucifer at 2/25/2005 9:01:53 PM
As the founder of .NET framework, Microsoft claims that it invention will be
the next best platform for programming in a near future. Now it is 2005,
..NET is 5 years old, and can talk and walk for himself with some help of his
mum.
However, we see the same native office applications are coming ... more >>
Windows Services & .NET Controls
Posted by ThunderMusic at 2/25/2005 8:48:44 PM
Hi,
I'm currently stuck with a big problem. I must develop a Windows service
and an application to configure it and display what is happening. The
problem is not really on the service side, but on the application side. I
explain:
The service is composed of a kernel dynamicaly loading plug... more >>
Service Windows et Controls .NET
Posted by ThunderMusic at 2/25/2005 8:27:48 PM
Hi,
I'm currently stuck with a big problem. I must develop a Windows service
and an application to configure it and display what is happening. The
problem is not really on the service side, but on the application side. I
explain:
The service is composed of a kernel dynamicaly loading plug... more >>
2 DATA GRID Questions
Posted by pmud at 2/25/2005 4:27:01 PM
Hi,
I need to display columns in a data grid based on 7 different queries. Now I
have 32 questions:
1. Is it possble to have 1 single data adapter with 7 queries & 1 data set
or do I need to have a separate data adapter & a separate data set for each
select query?
If thats possible the... more >>
.net 2003 install package - how to direct dlls to correct dir ?
Posted by scott at 2/25/2005 3:31:08 PM
Hi,
In vb.net 2003 im attempting to create an MSI using a 22 MSMs from VB6.
The install path i have creted looks like this:
Program Files
app
1
2
3
4
How c... more >>
Server Error in '/' Application. Runtime Error.
Posted by Krunom Ancini at 2/25/2005 2:34:55 PM
Hi...
Im searching for free asp.net web-host (that supports c# code-behind) and i
found one: on www.brinkster.com...
And whats the problem? My web-application works fine on my machine but when
i upload it on brinkster's server and try to open my default.aspx page i get
error-message:
Ser... more >>
Separate function for Oracle Commads?
Posted by Varad at 2/25/2005 2:27:01 PM
I want to call a function in a different class passing only the sql statement
as argument and I should get the results back. The problem is, I dont know
how to retrieve the datareader contents.
Say I'm calling
Line 1: Dim cmdResult = oracleSqlCommand("select * from Main where
main_id='402'... more >>
Change variable values at runtime in debug mode?
Posted by Varad at 2/25/2005 1:17:02 PM
Can I change the value of a variable at runtime using the command window? I
thought I was able to do it in VB 6.0 on VStudio 6.0? Is the same thing
available in .net? Pls help. I hate to have to rebuild my solution every time!
Thanks for your time.
V... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
A runtime application using Internet Explorer
Posted by Shan at 2/25/2005 1:13:04 PM
Hi,
I used the Internet Explorer browser version 6.0 to download and run .NET
windows application. However, it only ran on the computer where the http
server is residing on. It did not run on the client side computers.
I just typed the following URL into the browser(This is a .net versio... more >>
very slow updata after column added
Posted by Rod at 2/25/2005 11:47:55 AM
I have a dataset which originally came from an Access table.
I then add a column using code to the table in the dataset and fill it with
data. (About 1000 records) . The column is not in the original Access table.
all works fine except
when I come to update the Access table (using the d... more >>
any event in datagrid raised when data in datagrid changed
Posted by aliasjad_83 NO[at]SPAM yahoo-dot-com.no-spam.invalid at 2/25/2005 11:36:59 AM
is there any event that is raised when data in datagrid is changed.
actually im using a dataset filled through data adapter and is the
data source of datagrid
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED *... more >>
VB.Net Form Display disappearing
Posted by tamorrel at 2/25/2005 11:25:03 AM
I am new to VB.Net and I'm creating an application that uses Windows Forms in
a MDI parent. Typical Client/Server Application. I first create the layout of
the form then write the code. If I close the design form and then open it
again or the system does a refresh. The entire layout of the for... more >>
Debugging only working half the time
Posted by Daniel at 2/25/2005 10:49:04 AM
I am using VB.NET and for some reason debugging is not working properly.
Sometimes it will work and then other times it will not work at all. I will
often times have to Start the program using debug mode 5-10 times before my
break point is reached IF it is reached at all. Is there a solutio... more >>
Row filter
Posted by siaj at 2/25/2005 10:43:04 AM
Hi all,
I am having a dataset which is Reading from the XML file. The Dataset has a
table Users with Scheema (US_ID, US_Name). I am attempting to add new user to
this table. for this I want to fetch the max US_ID , increment by One and add
to table
The code is
maxID = dsUser.Tables(0).Sele... more >>
C# and image resources
Posted by Tim Wallace at 2/25/2005 9:57:48 AM
I'm new to C# (have coded in C++ for many years). I have VS .NET 2003. I
cannot figure out how to add .GIF files to a resource file and then load
them via code. Can someone please give me some pointers, either how to do
it or where I can go to see how it's done? I've not had any luck at MS... more >>
Help getting a directory name from a path
Posted by SimonH at 2/25/2005 7:46:57 AM
Hi all,
I'm having problems identifying how to get the last directoy in a path string.
For example, in the Path 'C:\dir1\dir2\dir3'
I want to be able to get the name dir3
I've tried the following but for some reason it doesnt split the string at
all. It just returns the full string.
... more >>
How to raise a click event
Posted by Li Weng at 2/25/2005 7:13:03 AM
Hi,
I have a button (btnSearch) and its Click event sub btnSearch_Click.
Clicking the button will trigger the event. But how do I trigger this event
in code? I tried RaiseEvent btnSearch.Click but there is a syntax error.
Or can I just call btnSearch_Click? But what parameters do I pass in?
... more >>
Looking for Content Management tool for end users
Posted by scott_shuster NO[at]SPAM yahoo.com at 2/25/2005 6:58:30 AM
Hi Everyone,
I have a web site that is largely based in .NET technologies, but also
has a fair amount of classic ASP.
I'm looking for a tool to give to end users to manage content. This
tool must be able to recognize .aspx and .asp pages (along with basic
..htm & .html pages, AND also reco... more >>
C code will not compile using .NET
Posted by DazedAndConfused at 2/25/2005 5:51:02 AM
I have legacy C code that I'm able to compile using VS6 using the following
command:
"cl -GX -O2 -DMSWIN32 -DNDEBUG -D_WINDOWS -c mycode.c"
When I run this same command using the VS .NET 2003 command prompt I receive
this error:
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\Platfor... more >>
How to approach a problem..
Posted by SimonH at 2/25/2005 4:32:05 AM
Hi all,
I'm making a diskspace analyser such that after you select the directory
that you want analysed and hit go, it iterates through all the directories
and files and gather information on them. I'd like to be able to offer lots
of different types of information to the user, including co... more >>
Crystal Report Paging with group by element
Posted by Engin Yılancı at 2/25/2005 1:31:04 AM
Hi,
How can create new page for all my groups in crystal reports. I want to put
all gruops different page.
thanks... more >>
converting VB to C#
Posted by huzz at 2/25/2005 1:19:04 AM
How can i convert this lines of codes into C#? Many thanks
for x=65 to 90
SQLHolder.text=SQLHolder.text & "<a href=""alpha.aspx?alpha=" & chr(x) &
chr(34) & _
" class=""LinkClass"">" & chr(x) & "</a> | "
next
SQLHolder.text=SQLHolder.text & " | <a href=""alpha.aspx"">All Names</a>... more >>
|