all groups > dotnet general > february 2004 > threads for friday february 13
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
OT: Jobs in your area...
Posted by FDude at 2/13/2004 11:16:13 PM
Just curious, are you noticing people looking for VB.NET programmers or C#
programmers?
The businesses in my area (NE OK) are primarily looking for C# (in fact, I
can't recall a single person looking for VB.NET).
What about your area? What trends are you noticing?
Thanks.
... more >>
Database??
Posted by RedBean at 2/13/2004 7:36:04 PM
I'm thinking about buying Basic .NET Standard edition. Does it come
with some sort of database or do I need to purchase that separately?
What do you recommend for just a small windows application.
Thanks,
Craig
RedBean12@msn.com
... more >>
Under the hood of DataReader
Posted by Yasutaka Ito at 2/13/2004 7:07:13 PM
Hi,
My friend had a little confusion about the working of DataReader after
reading an article from MSDN. Following is a message from him...
<!-- Message starts -->
I was going thru DataReader in ADO.NET in MSDN and there is a confusion
regarding the buffering
of data in case of DATAREADER.... more >>
deploying .net app on server
Posted by appdev at 2/13/2004 3:51:07 PM
I have a vb.net app that I would like to run from netware server. I get security errors when I try to run the app from netware volume. Does anyone know the steps for deploying a vb.net app on netware server?... more >>
UrlDecode Very URGENT ..
Posted by João Santa Bárbara at 2/13/2004 3:46:09 PM
hi all
is there any replace for the System.Web.HttpUtility.UrlDecode to windows
forms ...
thks
JSB
... more >>
Boolean won't insert if default is "true"
Posted by nick at 2/13/2004 2:41:54 PM
Hi
What is the proper way of setting a boolean column (checkbox) to
"true" by default? It seems that the datagrid won't accept inserts if
the default is true.
BoolColPaid = new DataGridBoolColumn();
BoolColPaid.MappingName = "paid";
BoolColPaid.HeaderText = "paid";
BoolColPaid.FalseValue ... more >>
Loosing memory
Posted by Marius Horak at 2/13/2004 1:54:32 PM
Hi,
I have a window program (C#) with 2 buttons, 2 labels and timer running
under Win2K (DotNet 1.1).
On Tick (every 30 mins) it will execute a procedure that reads a number of
files and add records to a database.
Before it finishes SqlDataReader and Connection I are being closed.
There are ... more >>
using MS CDO 1.2.1 Library to send email in C#
Posted by al at 2/13/2004 10:01:11 AM
Has someone tried using the CDO library to send messages using Exchange Server from C#? How was it implemented
Thx.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Error when using a RichTextBox in a C# application
Posted by Terminal882003 NO[at]SPAM yahoo.com at 2/13/2004 7:14:58 AM
Hi,
I have a problem in my application(C#) if I using RichTextBox to
continuously display a series of text messages (using method
AppendText()). When application is running, it will stop at some point
(randomly), the error message is:
*********************************
System.NullReferenceE... more >>
How to convert a J2EE date as a long ("Millis") in a .NET date as a long ("Ticks")?
Posted by num NO[at]SPAM laposte.net at 2/13/2004 7:05:02 AM
Hi all,
I have to convert a J2EE date as a long ("Millis") in a .NET date as a
long ("Ticks")
In Java, currentTimeMillis, is the difference, measured in
milliseconds, between the current time and midnight, January 1, 1970
UTC.
In .NET, DateTime.Ticks is the 100-nanosecond intervals that ... more >>
Mixing .NET function into Javascript call doesn't work right... Help
Posted by cheezebeetle at 2/13/2004 6:31:06 AM
ok, so I am having problems passing in an ASPX function into the Javascript in the codebehind page. I am simply using a confirm call which when they press "OK" they call this ASPX function, when they press "Cancel" they call another ASPX function.
My code now is:
System.Web.HttpContext.Curren... more >>
Calling unmanaged functions out of managed code
Posted by Andreas Hoetker at 2/13/2004 4:36:05 AM
Hello
I'm currently developing a project, that contains one .net (VB) executable and a C++ (MFC) DLL. Now, what I want to do is to call the functions in the dll out of my managed code
//managed code (the .net executable
Public Class TestClas
<StructLayout(LayoutKind.Sequential)>
Clas... more >>
Problem with BringToFront()
Posted by C# Learner at 2/13/2004 3:21:33 AM
BringToFront() has the desired effect in my app if the notify icon's
(system tray icon's) context menu is used. However, I can't
BringToFront() in response to a Click event handler.
Here's the code:
private void showContextMenuItem_Click(object sender,
System.EventArgs e)
{
DoShow(); ... more >>
Memory Query
Posted by C# Learner at 2/13/2004 12:36:57 AM
In Windows, when I minimize an app, its memory usage drops
considerably.
Now, I'm making an app that, when the user closes the main form, the
form hides and a notify icon (system tray icon) appears. When the
form hides, this same memory usage drop *doesn't* happen.
Is there a way to manual... more >>
|