| Thread | Last Post | Replies |
|
| Newbie design advice | 12 Nov 2004 06:17 GMT | 1 |
I have already written a process to input a list of addresses in XML format, create Address objects from the XML data, pass off each Address object to a COM object for data cleansing and validation, and finally write the object to a SQL database.
|
| GoodBye to .NET | 12 Nov 2004 02:01 GMT | 15 |
Though I been many spent many years onto M$ tech for development, this will probably be the end of my pilgrim on it. My employer is practically switching to J2EE now, as the last .NET project give us some real nasty sh.ts in the client production sys,
|
| sending event | 12 Nov 2004 01:48 GMT | 7 |
How do I send a mouse or keyboard event(vb.net) without touch(using) either? DT
|
| WlxLoggedOnSAS called from Winlogon while WlxWkStaLockedSAS still executing | 12 Nov 2004 01:42 GMT | 2 |
We have a cascaded GINA for 2K and XP wich provides our proprietery Smart Card authentication. While unlocking the workstation with a Smart Card there is an amount of data (filestructure on smartcard etc.) that need to be read of the card. because of that in the call to
|
| Multi-dimension datagrid. | 12 Nov 2004 00:33 GMT | 3 |
I have a set of data that has both a horizontal and a vertical dimension, like an OLAP cube might have. I was wondering if the .NET datagrid supports labels on the vertical axis. I have only seen the ability to label the columns in a datagrid, but because there is a vertical ...
|
| Setup reruns for each new user of an application? | 11 Nov 2004 22:49 GMT | 2 |
I have a Windows form application developed in VS 2003 C# I am using Installshield to install it. After running Setup, each time a new user runs the application for the first time Setup attempts to run. I thought I had run this down before as being a file set with AlwaysCreate ...
|
| Popup Main Window Refresh | 11 Nov 2004 20:57 GMT | 4 |
ok i have two forms. Customer.aspx and Parent_Searh.aspx. There is a button on Customer.aspx that when executed runs javascript code to open up parent_search as a popup. After the user searches for the parent and finds the proper parent in the datagrid they then click on the ...
|
| "setting" instead of "getting" | 11 Nov 2004 20:16 GMT | 2 |
I know I can get the user's last input info with the win32 function "GetLastInputInfo", but how do I set this value without any physical input from the user? Any idea? DT
|
| connecting programmatically to a linux samba share | 11 Nov 2004 20:10 GMT | 2 |
I've got a Samba share set up on a LINUX box. It's set up for user-level access. A Windows user is mapped to a UNIX user. When accessing through file explorer, a username/password box pops up, and I type the UNIX user name mapped to my current windows user and the
|
| Visual Studio 2003 Updates - Controls Licensing | 11 Nov 2004 18:54 GMT | 3 |
Just started attempting to use VS2003 Enterprise. When I try to check for updates I get the error covered in KB836454. When I try to convert a VB6 project to VB.NET I get an error similar to KB884878 (except with CommonDialog control). Both of these KB's reference hotfixes for ...
|
| how to detect who start the service (the OS or some user) | 11 Nov 2004 18:34 GMT | 1 |
How can I detect if a .net Windows Services was started by the OS (Automatically) or by some user (manually) Thanks
|
| Wildcard string search within a string | 11 Nov 2004 17:23 GMT | 3 |
I want to remove this [878454]: With a string function? Can I use the Astric as wild card? If not, how? Dim txtstr as String = "Print Report for MRN [878454] from B Database" txtstr = txtstr.Replace("[*]","")
|
| assign the socket permission the NTD winform | 11 Nov 2004 16:29 GMT | 2 |
i write a smtp client winform (using socket 25 connect to smtp server),and deploy it to iis by NTD (no-touch deployment),i can launch the form from the client machine,when i want connect to the smtp server,the security exception is thrown,i know that i have not assigned the socket ...
|
| Estimating ASP.NET Software Development Task Time | 11 Nov 2004 15:00 GMT | 2 |
I am looking for a good document of spread sheet that can help me better estimate the amount of time and money a software development project should take. I am using .NET Framework I have been given the responsibility as team lead to give estimates on a series of projects my team ...
|
| Problem with breakpoints and ADO.NET | 11 Nov 2004 15:00 GMT | 1 |
I'm having problems using breakpoints with Visual Basic .Net. Breakpoints work until I excute certain commands. If I set a breakpoint above the odtrVBDataReader = .ExecuteReader() statement in the example below it works fine. Any breakpoint after the
|