| VS-Error (2 replies, VIP) |
| microsoft.public.dotnet.languages.csharp |
| Hi, i install visual studio 7 ver 0.9466 , i ran it number of times well but now i have a problen, when i try to create a new C# windowapplication project i get the error message "ClassFactory cannot supply requested class" why??? Thanks. |
|
| Recording WAVs (2 replies, VIP) |
| microsoft.public.dotnet.languages.csharp |
| Does anyone know where I can find any reference or code samples on recording WAV files using C#? Thanks in advance.. Brian K. Williams |
|
| When the connection to the database will be destroyed? (8 replies) |
| microsoft.public.dotnet.languages.csharp |
| Hi, I want to create a class (named "classA") in which a connection to a database will be built. In another class (named "classB"), an object of the "classA" is created and data are retrieved from the connection of the object of the "classA". But in C#, we never need explicitly destroy an object, so when will the connection to the database in the object be disconnected? I am using C# to write the ... |
|
| COM dll in C# ? (7 replies, VIP) |
| microsoft.public.dotnet.languages.csharp |
| HI, Is it possible to create a normal COM/DLL file in C# that can be access through "normal" ASP. Like.. ? % Set Myobj CreateObject("Myobj.Class") % I tried to create a class library in c# and set the "Register for COM Interop" true But when I try do do a regsvr32 xxx.dll it gives an error. What am I missing??? |
|
| Office version (2 replies) |
| microsoft.public.dotnet.languages.csharp |
| Hi all, Can anyone tell me how to retrieve the version of the Mircosoft Office through C#? Francis |
|
| date-time control......time validations (2 replies) |
| microsoft.public.dotnet.languages.csharp |
| i am using 2 datetime picker controls for showing fromtime and totime.Now i want to check the fromtime should not be greater than totime validations with AM and PM checking also.how can i perform this in C# windows forms ? Please help. |
|
| ¡¸Share Object/Relational mapping framework to you (2 replies) |
| microsoft.public.dotnet.languages.csharp |
| Do you need JDO like functions?(http://castor.exolab.org/jdo.html) Have you heard about Microsoft ObjectSpaces and kept waiting so long? I cannot wait, so simply built the ODB.Net and share to everybody. ODB.Net is an Object/Relational mapping framework that allows persistence ..Net Objects against relational databases. It completely based on ADO.NET technology and also can be used in the same way... |
|
| Talking to an already running application (2 replies, VIP) |
| microsoft.public.dotnet.languages.csharp |
| I want to be able to write into a Textbox from an application that is already running, the window in the application with the text box I want to write to is open and visible in the Task manager and on the start menu. How do I go about writing an application that can communicate with this separate form. Ryan |
|
| going back (2 replies) |
| microsoft.public.dotnet.languages.csharp |
| hi sometimes i edit a file and then go to another c# file .. is there any shortcut to go back to the older file (s)? coz i have so many files. i sometimes get lost |
|
| eliminating duplicate items in combobox (3 replies) |
| microsoft.public.dotnet.languages.csharp |
| How can I eliminate duplicate items in a combobox that's bound to a dataset field? The combobox is tied to field "State" but in the dataset there may be several records for one state: Sstate Num PA 1 PA 2 PA 3 In this case, the combobox would display PA three times. So I can't eliminate it from the data. Thanks. |
|
| datetimepicker (2 replies) |
| microsoft.public.dotnet.languages.csharp |
| hi, i want to use the datetimepicker to pick only the time. but the i am able to pick the dates also even tho i set the format time. how do i do this in C#? i want to disable the drop down box that appears in the dtpicker thanx |
|
| Additionally... (2 replies, VIP) |
| microsoft.public.dotnet.languages.csharp |
| Dan Fernandez talks about some of the other changes to the Base Class Library as well here: http://blogs.msdn.com/danielfe/archive/2004/04/01/105653.aspx Nicholas Paldino [.NET/C# MVP] mvp@spam.guard.caspershouse.com |
|
| Custom Logon (2 replies, VIP) |
| microsoft.public.dotnet.languages.csharp |
| Hi All Experts, I need some help on custom logon. I've done some research and found GINA (Graphical Identification ...). This is way too much for my needs. What I need actually is once after the user logons on to the workstation (before the desktop is loaded), I need a second logon screen to pop up and ask for a second set of credentials. The user should not be able to access the desktop, start bu... |
|
| Communication Between Two Forms-enable/disable button (2 replies) |
| microsoft.public.dotnet.languages.csharp |
| Hi everybody, But what I am trying to do is like, there are 2 forms, and if I click on the button in form1, it'll open up form2 and disable the button in form1. Then when I click on the button in form2, it will close form2, and then enable the button in form1. Could you please give me some hints about this? Thanks, Suni |
|
| Listview columnwidth (4 replies) |
| microsoft.public.dotnet.languages.csharp |
| Hi Is there a way to program a Listview control to automatically adjust its columnwidths so it fits the contents of the columns? I have two columns in a listview, but havent found out how to do this yet. thanks. |
|
| Browsing a Dataview ? (2 replies, VIP) |
| microsoft.public.dotnet.languages.csharp |
| Is it possible to browse through a dataview, copy each row in the dataview to a datarow, and insert the datarow to another table? Since I have all the data I need in the dataview, I don't want to go through the datatable again. Amos |
|
| How to ... (2 replies, VIP) |
| microsoft.public.dotnet.languages.csharp |
| .... Center non modal form in a modal one? |
|
| Not sure if this is a development problem or IIS setting? (2 replies) |
| microsoft.public.dotnet.languages.csharp |
| I have a site www.careermetasearch.com and we have a username and login section to post jobs and enter in resumes. My developers are really busy so I thought I would help out. We were having problems when people would enter in their username and password and it wouldn't let them in. I went into iis setting and enabled cookies and that seemed to solve the problem. But now they can log in and when y... |
|
| Threading (4 replies) |
| microsoft.public.dotnet.languages.csharp |
| I'm about to finish a project but has a last problem. (may not be last either) : ) It has 3 layer, Data Business GUI(includes main). Main is exe, others are dll of course. When "tablename" in Dataset changes in "Data Layer", I want to show the new tablename on form (in a label) But because of layering "Data Layer" knows nothing about my "Form". How can I show tablenames on my form? (Without much p... |
|
| debugging in c# (2 replies) |
| microsoft.public.dotnet.languages.csharp |
| hi i remember debugging in vb6. i used to press ctrl break to enter debug mode and then press F8. Then whereever i click on the form or any control on the form, i could debug that code. how is that done in visual studio.net. thanx |
|
| WSDL file generator (3 replies) |
| microsoft.public.dotnet.languages.csharp |
| I know that the .Net framework has the ability to generate code from a WSDL file for a web service. The problem is that the generator is not creating the code in the necessary form. Is there a way to specifically manipulate how the code is generated? (changing the manner in which the code is generated, not the generated code.) having attributes be private instead of public. creating get & set valu... |
|
| Any Suggestions ? (2 replies) |
| microsoft.public.dotnet.languages.csharp |
| Hi again, Well I think I have made a mistake with the question. let me ask it again please: I have a Windows Application in C# with Textbox (Anchor Top Left, Dock Bottom), Splitter (Dock Bottom) and RichTextBox (Anchor Top Left, Dock Fill). I can't change the Anchor It'll change my Dock settings. All of these componets are inside a GroupBox (Top, Bottom, Left, Right). I do have a problem while Res... |
|
| IL editor (13 replies, VIP) |
| microsoft.public.dotnet.languages.csharp |
| Hi, does anybody know where I can find an IL editor ? thnx Chris |
|
| Help please. Red jagged lines are annoying (3 replies) |
| microsoft.public.dotnet.languages.csharp |
| I was hoping that someone could tell me how to disable the red jagged lines that appear underneath incomplete code (such as strings). For instance, if you're typing a message and pause two seconds to think about the rest of the message, a red jagged line will appear to inform you that your string isn't closed. I've been coding for the better part of my life (not C#, obviously), so I *know* when I ... |
|
| Creating Array of Point (4 replies, VIP) |
| microsoft.public.dotnet.languages.csharp |
| How do I create an array of points using a loop? I wrote the following code that doesn't seem to be working: Dim allPoints() As Point Dim i As Integer For i 0 To 1000 Dim myPoint As New Point(i , i*2) allPoints(i) myPoint 'this line causes the problem! Next |
|