all groups > dotnet general > september 2005 > threads for friday september 23
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 29 30
filling an array from a dataset
Posted by amber at 9/23/2005 11:25:02 PM
Hello,
How can I declare an array, and set it to equal all the items in a column of
a dataset?
TIA,
Amber... more >>
Is It Possible To Keep Tabs In VC#.NET 2005 Express Edition?
Posted by Cat at 9/23/2005 8:25:12 PM
Some nice man told me that I can keep tabs in Visual Studio 2005.
(Options -> All Languages -> Tabs -> Keep tabs)
But I'm using VC#.NET 2005 EXPRESS EDITION, and I can't find Tabs node.
Is it impossible to keep tabs in VC#.NET 2005 EXPRESS EDITION? If there
is a way please let me know. Thanks.... more >>
Some Users See Messed Up Label Controls
Posted by fripper at 9/23/2005 6:38:54 PM
I have developed a web site using VB .Net 2003 ... and it appears to be
functioning properly when I view it. I have had a couple of people tell me
that when they view some of the pages (using the exact same version number
of Internet Explorer that I use) some of the label controls have their ... more >>
Regex.IsMatch help
Posted by Johnny at 9/23/2005 3:51:02 PM
I need to determine whether a text box contains a value that does not convert
to a decimal. If the value does not convert to a decimal, I want to throw a
MessageBox to have the user correct the value in the text box. I have the
following code but when the user enters a decimal value the Rege... more >>
Web services Basics
Posted by ThunderMusic at 9/23/2005 12:06:14 PM
Hi,
I need to send some data from my app to a remote server. So, after some
searches, I found the best way would be to use web services (unless you can
suggest me other ways). The data sent will be like 100 bytes once a week, so
not a big load.
Asserting the web service is the best way, I w... more >>
How to display an Up-Arrow using text
Posted by ataha at 9/23/2005 8:58:18 AM
Is it possible to display an up-arrow in a Label, TextBox, ListView,
DataGrid, etc without using a graphic ? I keep trying the characters
that should represent arrows and im getting little squares.
help!
thanks
Taha
... more >>
Create DLL, import in main application
Posted by Andy at 9/23/2005 8:31:25 AM
Hi!
I have a main application here and developed 2 modules as DLL files,
which will be updated from time to time.
The main application ships without the modules so i want to be able, to
put the module DLLs in application folder and call them from the main
application.
My question: is it... more >>
Running a DOS program with parameters.
Posted by UJ at 9/23/2005 8:22:12 AM
I got help from somebody here telling me how to run a DOS command using the
process variable. Problem for me is that I need to be able to pass
parameters to the program - multiple parameters at that. When I run the full
command line, which looks something like:
"C:\Program Files\ABC... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
System.Timer problem
Posted by Sergio Cardoso at 9/23/2005 7:00:04 AM
Hello!
I have a application that uses the system.timer object. My big problem is
when the application starts, fire the elapsed event.
In the form_load event, i use the try command and inside this, make the
elapsed time equal to 10000. So, only after 10 seconds, should the
timer_elapsed e... more >>
How are .NET control IDs assigned for controls? (_ctl0_...)
Posted by Glenn at 9/23/2005 6:28:01 AM
Are control IDs dynamically assigned each time a page loads for .NET
controls? So, if there's a text box which has been assigned the ID
"_ctl0_txtName" and I refer to that name in javascript, might the ID change
at some point in the future to something like "_ctl5_txtName"making the
script ... more >>
sharing files(very urgent)
Posted by sreenu k via DotNetMonster.com at 9/23/2005 5:32:46 AM
i have one windows application.(accessing files one machine to another
machine)
and also having one shared folder in my machine and one shared folder in
others machine. so, my task is how to move files, copy to these folders.
plzzzz . if u find soluction then forward to me immeadiately .p... more >>
TreeView problem
Posted by bafidi at 9/23/2005 5:20:03 AM
If TreeView1.SelectedNode.Text = "" Then
msgbox "ok"
Else
msgbox "not ok"
end if
or
If TreeView1.SelectedNode.fullpath = "" Then
msgbox "ok"
Else
msgbox "not ok"
end if
is not working
error... more >>
How do I get a reference on the Installation Dir?
Posted by Steve at 9/23/2005 5:18:02 AM
C#
Is there a way I can retrieve the installation directory from within my
code? I have a config file which gets dumped into the instal dir when they
instal, and in my code I need to get to that file. At the moment I am having
to path the whole file, bu there is a chance that they may i... more >>
Dual Monitor
Posted by Renganathan at 9/23/2005 5:01:03 AM
I have an appliction which has two form winodow in C#. i want to see these
window in Simultaneously.This application should supports dual monitor. one
window is one monitor and another window is in another monitor
... more >>
Concurrency Violation in DataSet Update ADO.NET
Posted by Niyazi at 9/23/2005 4:41:01 AM
Hi,
I have not understand the problem. Before all the coding with few
application everything worked perfectly. Now I am developing Cheque Writing
application and when the cheque is clear the user have to open a form and
entera date so we know in report that the desiered check has been clear... more >>
VS 2005 How To Reserve Tabs?
Posted by Cat at 9/23/2005 4:18:57 AM
I use tabs to indent my codes.
VS.NET 2005 converts tabs to spaces automatically.
I remember there was an option to disable that and reserve tabs, but I
can't find it after reinstalling Windows. Please tell me if you know
about it. Thanks.
... more >>
Dear Mr Gates, A suggestion to make the CLR Ubiquitous
Posted by dreams2text NO[at]SPAM gmail.com at 9/23/2005 3:51:07 AM
Check out the article titled : Dear Mr Gates, A suggestion to make the
CLR Ubiquitous at http://dreams2text.blogspot.com/
... more >>
problem in sending mail
Posted by ds at 9/23/2005 12:07:15 AM
Hello
Iam sending mail from web page like, enquiry form mail using asp and
asp.net.while send the mail i don't have any error.
but the mail does't reach the destination.can some one give me a
solution for this problem.
ds
... more >>
call vb6 exe from .net
Posted by Tommy Christian at 9/23/2005 12:00:00 AM
Hi.
I wondering is there any technicue that I could use to call vb6 exe from
my .net dll project programmed with c#?
I know that via com interoperability I can use vb6 .dll components but know
I have
an exe running on machine, where I need some services. How this should be
handled?
Regards,... more >>
|