Falken359's Q&A profile
Visual Studio Express Editions Data Format
The data in my Access DB is a long time like: 02:06 PM After I fill the data into a DataGridView by using DataAdapter, it shows :12/30/1899 02:06 PM. Where I should go to control this format Thanks for any help! Cici ReneeC, The actual datatype is long time. Thanks. Cici ...Show All
Windows Forms Error when opening, Administrator, click once, .net 2.0
hello all, I have a click once application. my users are not administrators in their computers, I do not know if it is relevant just mentioning. The recent change was that we moved all user profiles to the server. The users has a sevre error, and the application load failed. here is the error description PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2 ...Show All
Windows Forms How to make property associated with an UITYpeEditor Readonly?
I have a property which is edited by an UITypeEditor. [ Editor ( typeof ( MyUIEditor ), typeof ( UITypeEditor ))] public string MyProperty{...} I'd like to restrict the editing of the property only through my UITypeEditor so that users won't be able to directly type in or delete the property value Is there any way to achieve this Thanks! Alan You will need to also provide a TypeConverter and return ...Show All
Visual Studio 2008 (Pre-release) serviceType information
Why is the serviceType specified to the WCF infrastructure in two places a) ServiceHost creation - constructor parameter b) An attribute of the service element in the config Am i missing something very basic here -Sendhil this is another example of declarative vs imperative... the infrastructure gives you the flexibility either to host the service declaratively, through IIS, for example, or host the service p ...Show All
Visual C# How to dynamically Create huge grid of editable textboxes at runtime..Help..
I'm working on a windows program that will open a tsv (tab seperated file) and store the values into an arrary and then put these values into a grid of textboxes where I can edit the values. I got to the point where i parse the text files into the arrary fine and I can put the values into the grid of textboxes.. but Im creating a grid of 12 X 100 which is 12000 textboxes i manually have to put into the form through the IDE. There has to b ...Show All
Windows Forms ClientRectangle.Size unit of measurement
Hi, I am trying to adjust my drawing according to the clientrectangle.size property of my control (both during painting on the screen and during printing). The question is: What is the measurement unit of ClientRectangle.Size Is it pixels, or it changes  ...Show All
.NET Development store class structure
hi all how can i save the structure of class , and retrieve it when need be more specific about what you want to do... Do you want to save a class instance to somewhere and restore it later Then use a BinaryFormatter or an XmlSerializer. Do you want to retrieve and store some kind of meta information like property types and so on about a class Then retrieve it with reflection. ...Show All
Visual Studio Team System Project Creation Wizard Page for existing plugins
Hello, I like to know, if there is a way to add a custom Project Creation Wizard Page for an exiting plugin like Microsoft.Pcw.Currituck The idea is to ask the user which WIs and Queries need to be created at Project Creation. Regards Stephan Yes. Download the extensibility kit here (you must register on the site - it's free) http://www.vsipdev.com/downloads/vs2005tsekBeta2.aspx and check out thi ...Show All
Windows Forms passing variables to form
I made my textboxes on form1 public. I was able to access them through my form2, after I made a statement like form1 form2 = new form1(); Problem is, the text boxes are all empty on form2. Is this because I initiated a new form1 and therefore the textboxes are set back to their default as empty How can I access variables stored in form1 from form2 thanks. Awesome.. thanks.. that worked.. I have no i ...Show All
Visual Studio Team System 26201 Error
Hi All, I've been trying for a couple of days now to install VSTFS Beta3 refresh, I've followed the suggestions for this error 26201, but none seem to be working. Is there any more detail as to what this message means exactly, and how to get around it I am installing single server, on a windows 2003 workgroup server for test purposes. Thanks for any help. Erik, Glad you found the answer. Unfortunately, du ...Show All
.NET Development Filtering Illegal Characters from Dynamic Query for MS Access
Can anyone point me to the best method of handling illegal characters in dynamic queries for MS Access I found out that that inputting fields with embedded quotes and/or pipe symbols and other symbols will confuse the sql parser. One example is entering: O'Brien as the last name and when a dynamic search query is constructed, .NET C# shows an error. Since the dynamic query is constructed as: ... Where Lastname = 'O'Brien' ... I ...Show All
Visual Studio How to establish project item DependentUpon other item?
hello all, is there anyone can give a hand to tell me How to establish project item DependentUpon another item like "form.cs" to "form.designer.cs" and so on. thanks a lot. Hi Matt, Which project system are you using VB C# Your own In the later case is it based on any of our samples (which one) This should help us provide your the correct answer. Rusty ...Show All
.NET Development Sockets and Serialization
Hi, I'm building a windows forms app that needs to connect to a server farm via the internet. Performance is of the essence. I'm thinking to use .NET remoting but I prefer sockets to avoid the complexity of remoting; the data I need to pass are small in size anyway. For larger data I'll use Web services. I know that sockets connection can pass array of bytes and not objects. Can I pass a serialized object from socket to socket There' ...Show All
Visual Studio Cannot install VS .NET 2003 Pro
I'm running Windows XP Professional Service Pack 2 and trying to install Visual Studio .NET Professional 2003. I should mention that while I'm installing, I have run the program in a way that it bypasses the prerequisite check because whenever I try to install the prereqs it always fails on the J# redistributable package and simply will not install it. Included read-me's have said it is not crucial to running the Studio and I decided to skip it. ...Show All
SQL Server fatal error 7105
hi guys, does anyone know what would have caused this error happened: [microsoft][ODBC sql server driver][sql server]warning:fatal error 7105 i have check with microsoft technet and it said: Page %S_PGID, slot %d for text, ntext, or image node does not exist. thanks. best regards, kharulli Hi, these datatypes are stored as pointers. It seems that your pointers are pointing to orphanded pages, so you can 1. Check the SQL Server log to see w ...Show All
