Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > october 2004 > threads for monday october 4

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 31

restricting the minimum size of the form
Posted by Harry_Crow at 10/4/2004 11:57:03 PM
I want to restrict the minimum size of the form. I find that there are properties MaximumSize and MinimumSize. This will help you control the maximum and minimum size the form, when the form is resized. but I find using this will make the controls on the form to flicker more. one can even ...more >>


Issue with Data form Wizard ASP.NET?
Posted by David C. Allen at 10/4/2004 10:56:58 PM
I am following thru the examples in the book I am studying for my MCSD. This is the web applications book. One example is to use the data form wizard to create a simple data form on the northwind customers table.When I try to run the code after the wizard has generated the form I get several c...more >>

Problem with COM server
Posted by marcelcerdanjp NO[at]SPAM yahoo.co.jp at 10/4/2004 10:10:08 PM
Hi, we have an application with a COM interface (developped in VC++ 6), and one of our customers is currently creating with VB.net a client for this application. The problem is that after the client calls our server application, if the server application is then closed using the usual GUI way...more >>

Looking for .NET apps
Posted by herb.hess NO[at]SPAM cne.com at 10/4/2004 9:14:16 PM
Our company is moving to .NET very rapidly. Can anyone point me towards some .NET commercial software applications? I know of a few really good ones (Databeacon's upcoming reportingware, Riverdeep's Print Shop, Citrix MetaFrame Access Suite). Our mandate is to use all ..NET applications for g...more >>

stay with vb6, or move to csharp?
Posted by Elhanan maayan at 10/4/2004 9:11:17 PM
hi all.. (this message was also posted in vb.general, becouse i didn't know where exactly to fit it). i work in a company that deals with mainly with hardware devices via serial comm port. up untill most of the software was writeen in plain old dos c. that company is planning to move it...more >>

store chinese again
Posted by YAN at 10/4/2004 6:59:03 PM
i cannot store unicode in thie way, please help! Dim souce As Byte() = System.Text.Encoding.Unicode.GetBytes("CHINESE") Dim sSql As String = "insert into tblpitems (fldItmDesc1) values (@a)" g_dbCommand.CommandText = sSql Dim paramData As MySqlParameter = New MySqlParam...more >>

screenshot
Posted by Aaron at 10/4/2004 6:38:00 PM
can i use asp.net to capture a screen shot of a webpage? something like this? http://img.nameintel.com/Thumbnails/tn.html?domain=cnn.com Is there a script that does this? Aaron ...more >>

trace output in page goes on/off intermittently
Posted by dave at 10/4/2004 6:25:03 PM
Anyone seen why trace output on remote server goes on and off randomly? thx dave...more >>



Executing system stored proc from vb.net app
Posted by Job Lot at 10/4/2004 6:15:06 PM
I am trying to run a system stored procedure (SP_DETACH_DB) from vb.net application. I am getting the following error SP_DETACH_DB not allowed within multi-statement transaction. How can I fix this? Thanx ...more >>

Pressing [ENTER] in a textbox
Posted by Paul Steele at 10/4/2004 4:30:20 PM
Hi, I've got a number of textbox's on a windows form in VC++ .NET. I've got it so that when the user presses [ENTER] whilst in a textbox then it goes to the next tabstop. This works fine however Windows play the ding sound as if a invalid key has been pressed. Is there a way to stop this happ...more >>

web services & firefox.
Posted by squarewave24 NO[at]SPAM hotmail.com at 10/4/2004 4:03:18 PM
Hi, I was curious if I could make my webservice work with firefox client webservice functionality. (i got it to work with webservice.htc) I am able to get firefox to see my serverside web service methods (instantiate a proxy and alert proxy.MyMethod to tell its a valid function), but when I s...more >>

Thread Limits
Posted by Cablito at 10/4/2004 4:02:10 PM
1º. Is there a limit for threads on Windows? I have created a test program in vb.net and it seems as if after 160 threads it stalls and does not create new threads. WTF? Natural question I expect is "why in gods name do you want to create hundreds of threads?" I might be wrong and it migh...more >>

Intellisense not working
Posted by tpenrod at 10/4/2004 3:47:02 PM
I'm running Visual Studio, using C#. Intellisense (Go To Definition: function has stopped working for most objects. It seems to work for class variables, but not for other defined metods and variables. E.g. in the snippet below, if I rclick on the reference to planXMl and select "Go To Defi...more >>

cannot load library novell.directory.ldap (C#)
Posted by BrunoSilveira_BR at 10/4/2004 3:35:03 PM
Hi folks, I've tried to use the novell c# ldap library to connect to my unix ldap directory. But everytime i try to debug my application i receive the error message: "unable to load novell.directory.ldap library." I cant register this library in the gac, because it dont have a stron...more >>

C# as a standard
Posted by Jakob K at 10/4/2004 3:11:01 PM
Hi! Microsoft commited C# and CLI to ECMA in its first edition, anybody know if Microsoft will also commit C# v.2 to ECMA to become a standard? Best regards Jakob K...more >>

can you look at data as objects?
Posted by Flip at 10/4/2004 2:41:37 PM
Sorry for the obvious newbie type question. :< And I know doing stuff in Java is not 100% transferable to c#/.net, so I apologize for my ignorance. But I am asking, therefore trying to learn. In j2ee you can create entity ejbs to model data as objects. The benefit is you can use the objects ...more >>

SerialPort_ReceivedEvent splits data in parts
Posted by DraguVaso at 10/4/2004 1:07:42 PM
Hi, I'm having some troubles with my Serial-Port application: It always splits the ReceivedData in different parts. for exemple: I should receive "SIM PIN REQUIRED", but I receive iit in 3 different events: "SIM PI", "N REQUIR" and "ED". does anybody knows why this happens? And how I can do...more >>

SystemParametersInfo Failing in VB.net
Posted by Mike S. at 10/4/2004 12:51:06 PM
I'm using a SystemParametersInfo call to attempt to manage the screen saver. All I want to do is modify the ScreenSaveActive bit in the registry and have the OS recognize it (and occasionally set it back to -0-). Theoretically this should be easy to accomplish through the call shown below. If ...more >>

Mark A selected item on first post. please help
Posted by Stanley J Mroczek at 10/4/2004 12:11:02 PM
I have tried this with no luck. What i want is to show the selected item on the first post. the selected item is NY but the first in the list shows as selected. If Page.IsPostBack = False Then Dim myConnection As SqlConnection = New SqlConnection(ConfigurationSettings.AppSettings("Co...more >>

How to prepare a major .Net development
Posted by Dan at 10/4/2004 11:57:03 AM
Hi, The company I work for is planning to modify a large financial application running on the mainframe. The modifications include switching from IMS to DB2 and make the business logic accessible from web-based applications. The main orientations for that project are to rely on .Net and to ...more >>

Are JUnit and NMock complimentary?
Posted by Jason at 10/4/2004 11:19:06 AM
Is anyone familar with these two products? Should they be used together or is there an advantage of one over the other? ...more >>

color picker not working
Posted by Dayne at 10/4/2004 10:03:11 AM
It seem the color picker is not working the way it should. Usually , I am able to define the color under "Custom Color", however, I don't see the "define" button . Any ideas? DT ...more >>

Right way to perform validation on a text box
Posted by Marina at 10/4/2004 9:58:31 AM
Hi, Here is the desire behavior, when the user tries to leave a field, that field is validated. If the value in the field is invalid, the previous value is restored - however, the user is allowed to go on to the next field anyway. It seems that the Validating event has the behavior of keep...more >>

Copy 1 line from a 2D array to a 1D one?
Posted by Tales Normando at 10/4/2004 9:17:39 AM
Is it possible to do what the title asks? ...more >>

Could not complete cursor operation because the table schema changed after the cursor was declared
Posted by Ajit at 10/4/2004 9:12:42 AM
Hi, My stored procedure was working fine but when i made added 2 fields to my table and then made subsequent changes to my sp it give me the following error: "Could not complete cursor operation because the table schema changed after the cursor was declared" it works fine from back end (...more >>

Undo
Posted by s-galit at 10/4/2004 8:51:02 AM
hi, i have a form with textBox(more then one) and i want the user to be able to do the "undo" operation. how can i do that? thanks...more >>

converting bitmaps to icons at runtime
Posted by scottm NO[at]SPAM cheetahware.com at 10/4/2004 8:38:04 AM
In VB6 I was able to convert a bitmap that was in a Imagelist to an icon via the ExtractIcon method and display the result as a form's Icon. I need to be able to do the same in .NET. Any ideas on how this can be done? thanks in advance... Scott Mead...more >>

Binding combo box to datatable
Posted by Bob1739 at 10/4/2004 7:57:04 AM
I've bound a combo box to a datatable in a dataset. I can't figure out how to access the selected row directly. If possible, I'd like to cast it into strongly typed datarow from my dataset: myRow=(myDataset.MyDataTable.MyRow)cboList.Items[.selecteditem]; ...more >>

app.config access from DLL with MTS on NT4 - Interop
Posted by RobertHillEDS at 10/4/2004 7:33:01 AM
I have a DLL created by vb.net using the comclass template. This Dll will be running in MTS on Windows NT4. When testing the DLL from a stub EXE, the config file is located with the EXE. Where should the app.config be located in a MTS environment? And what is the app exe name? Here is a...more >>

Can I use VS 2005 to edit my ASP.NET 1.1 Code and Projects?
Posted by Raph at 10/4/2004 7:13:04 AM
Can I use VS 2005 to edit my ASP.NET 1.1 Code and Projects?...more >>

validation on dynamically created controls
Posted by peugeot504gl NO[at]SPAM hotmail.com at 10/4/2004 5:49:26 AM
I am creating some controls on the fly (textboxes and checkboxes), I created a custom control and simply coded in FALSE (so it always fails) and added it to my .aspx page. For some reason the custom validation is not working, any ideas? I put output statements in my custom control and it is b...more >>

Store Chinese Text
Posted by YAN at 10/4/2004 2:15:03 AM
my database (mysql) would be used to store Simplified Chinese and Traditional Chinese, so i would like to store the text as unicode to the database. I know there is a function Encoding.Unicode.getByte, and i would like to use in this way: Dim source As Byte() = System.Text.Encoding.Unicode.G...more >>

How to display progress bar in windows form during execution of DTS package?
Posted by owais at 10/4/2004 12:08:37 AM
H I want to display progress bar during execution of windows form. When I execute DTS package the form will idle till the DTS package finishes Please help me in this regard. its an urgen Thank owais --- Posted using Wimdows.net Newsgroups - http://www.wimdows.net/newsgroups/...more >>

Usage of C# on Solaris Platforms
Posted by satya at 10/4/2004 12:05:04 AM
Hi, I am using .NET 2003 platform. I want to port my code developed in C#, on Solaris 8.0. Currently I am using Bristol Wind/U 4.4 for porting the code developed in VC++ on to Solaris 8.0. Anybody is having idea, of porting the C# code to Solaris platform? What are the other Cross Platfo...more >>


DevelopmentNow Blog