all groups > dotnet academic > april 2004 > threads for april 1 - 7, 2004
Filter by week: 1 2 3 4 5
Web Application in diffferent browsers
Posted by Madeline Baugher at 4/7/2004 10:26:10 AM
I have a VB.NET web application running on the departmental server. This application saves data from the controls on the form to a session variable when the user clicks the submit button. If the user leaves the page and then returns to the page, the page-load event retrieves the session variable d... more >>
Oracle Data Adapter
Posted by Parveen at 4/6/2004 12:01:04 PM
When I try to use the data adapter wizard to configure my oracle data adapter,
in the "Choose a Query Type" window, I don't have the option of creating new
stored procedures or using existing stored procedures. These choices are
greyed out. Does anyone know why? Is there anyway to make these o... more >>
How to increase the number of available sockets 64 with 'select(..)' in c# ?
Posted by Bruno Nogent at 4/5/2004 2:53:30 PM
thanks,
Bruno, Paris
... more >>
Tcp Sockets Close event
Posted by Haim at 4/4/2004 12:38:43 PM
it is very strange for me that a simple event of closing socket that was in
the the winsock object of vb6 ,
i didn't found yet in the vb.net
the only way i found is to try to send something to the socket and if i got
error then the socket is closed.
there must be a way to get this event w... more >>
File properties dialog
Posted by Oren at 4/3/2004 1:06:02 AM
Hi, all
How can I display File properties dialog (r-click a file in Explorer, the
click "Properties"menuitem) - C# Windows Applicatio
Thanks a lot
... more >>
VB.Net Version Question
Posted by Joe at 4/2/2004 2:38:58 PM
Aside from all the propaganda on what all VB.net is and does, could
anyone tell me or point me in the right direction on the major
differences between:
VB.Net Standard and the VB.Net that is within Visual Studio.Net
also the difference between:
Visual Studio.Net Professional and Visual St... more >>
_ATLModule and GetModuleFileName
Posted by Paul at 4/2/2004 3:26:03 AM
I need to get the DLL name in my ATL COM Server project in the .NET environment. I am not using MFC and also not using Managed C++ extensions.
In previous versions of ATL the following worked fine:
char sz[_MAX_PATH];
GetModuleFileName(_Module.m_hInst, sz, _MAX_PATH);
But _Module is now re... more >>
How to save a content of a picturebox to jpg or bmp format??
Posted by MJ at 4/1/2004 1:31:07 AM
i wish to create a save function to save the picturebox to jpg or bmp format.. can anyone provide the source code?? any help is greatly appreciated... ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|