microsoft.public.dotnet.general Archive - February 2004
Post a message to this list
Messages
Page: 1234567891011121314151617181920
212223242526
VS.NET (2 replies)
microsoft.public.dotnet.general
I have XP Home Edition and now VS.NET, but I cannot install it right? without first installing IIS? If it does require IIS where can I get it? Thanks.
how to get dimensions of flash file (4 replies)
microsoft.public.dotnet.general
I have upload form for uploading swf file and then I should get true dimensions of that flash. Any ideas how to do it?
How do I make my classes show float-over info like PointF "{X=1.0 Y=2.0}" (2 replies)
microsoft.public.dotnet.general
Framework Classes, like Point, PointF, Rectangle, etc., show nice info when you float over them or do a watch. For example, floating over a PointF shows "{X 1.0 Y 2.0}" But my classes only show the Type, for example "MyNamespace.MyType". It's a shame that it's not as easy as just implementing ToString(). Devin.Dow@rsi inc.com Please reply via email.
Hide from taskbar (5 replies)
microsoft.public.dotnet.general
Does anyone know how to hide from from taskar, and tray?
how to show a PopUp Form inside an MDI Container (not dialog) (3 replies)
microsoft.public.dotnet.general
hello, I'm trying to open a form when the user clicks a button that'll show as a pop up form, but not a dialog form. The problem is that is the user has another form open in Maximize, using the borderstyle 3d fixed single, will open the form in Maximize. anyone with the same problem? thanks aj
Array's (14 replies)
microsoft.public.dotnet.general
Hello, I messaged before about arrays and got help and example off Cor. Here it is: Dim myArray As New ArrayList myArray.Add("Peugeot") myArray.Add("Ferari") myArray.Add("Fiat") myArray.Add("Renault") myArray.RemoveAt(0) myArray.Insert(1, "Mercedes") myArray.Clear() I want to ask how i can loop through an arraylist so i can get these values into another control? I tried this but it gets error: Pri...
A little help with Windows Services and threads (7 replies, VIP)
microsoft.public.dotnet.general
Hi everyone, I need to make a service that monitors a directory for changes in the files contained within it. I have two questions: 1. I'm going to be using a FileSystemWatcher object to do the monitoring but do I need to somehow involve another thread to allow the service to do other stuff as well, or is another thread created automatically when the FileSystemMonitor object is created? 2. Because...
Datagrid (3 replies)
microsoft.public.dotnet.general
Hi, i wanted to ask if it is possible for a datagrid to display a parent child realtionship like this: ParentRow ChildRow ChildRow ParentRow ChildRow At the moment the user has to click th ' ' sign and then click on the name of the relationship. However, when i do this the parent row is moved upto the captionbar and is not very readable!! Can all the relationships be pre expanded so the user does ...
What hardware do you code on? (9 replies, VIP)
microsoft.public.dotnet.general
This question is for long term coders hense the extra posting on c# ;) I find coding for long periods and on big projects frustrating when trying to use keyboard AND mouse. Do any of you use just plain text editors besides VS? Is it possible to use VS without a mouse, I've tried but it ain't easy ;) or am I just mouse phobic! there is a huge time delay switching keyboard/mouse all the time. C
problem installing framework.NET (2 replies)
microsoft.public.dotnet.general
I have tried to install the visual framework.NET from the following sources: Visual Studio .NET trial DVD, the redistributable version from microsoft.com and the version from windows update. The instalation progress bar fills up but does not complete and the framework does not install eventhough through windows task manager the install shield is still responding. Have left my machine run for 5 hou...
Dll To Dll Security in NET (3 replies)
microsoft.public.dotnet.general
Hi Guys, I am doing a research on DLL to DLL security. But so far I am not able to achieve it. I read articles about Signing the Assemblies, but that has not answered my question. Is it possible in .NET framework to achieve Dll to Dll Security. Goal to achieve My First DLL is called ABC.DLL It should only be used by DEF.DLL. No other project or dll should be able to use this specific dll.
MSI installation help (5 replies)
microsoft.public.dotnet.general
Hi, I am new to .net and win32 programming in general. I am looking for some simple documentation on how to package a .net application as an MSI. Within that MSI I need to perform several gacutil & regasm tasks. I need this urgently. Could anybody guide me through a simple set of steps. Most of the documentation I have found is too verbose and much more information that I need. Thanks in advance R...
Problems installing .NET Framework PRO (3 replies)
microsoft.public.dotnet.general
Hi, I am not sure if this the right place to post this but if it is not please let me know the correct place. I am trying to install Visual Studio .NET Professional and not able to install. I initually put the CD1 and it askes me to put the Prerequisites, when I put the prerequisites CD, it asks me to reboot the system as some other component want windows to reboot. This process goes on forever.. ...
XMLWriter and the file access error (2 replies)
microsoft.public.dotnet.general
Hi there, I am trying to use the XMLWriter for writing back the XML data into an XML file which is in the same folder as ASPX file. I am having problems when I write a Dataset from ASPX page to the XML file. The error that I get is access denied. I have given the full control for that folder which contains the XML file. But still it is not allowing me to write anything in the XML file. Any help wo...
The Fugs (6 replies)
microsoft.public.dotnet.general
The Fugs http://www.thefugs.com/home.html *W '04* : Open Source : Open Competition
CR.Net registration (2 replies)
microsoft.public.dotnet.general
Hello all I had VS.Net 2002 on my machine. and registerd CR.NET on my machine using the Keys provided my microsoft. Now I have installed VS.NET 2003 on my machine . Do I need a new Registration Key for the CR.Net Regards, Jai
collaborative .NET blogging (2 replies)
microsoft.public.dotnet.general
Java has its collaborative blog in www.javablog.com. I would like to invite .NET programmers and enthusisasts to create your own tech blog at http://www.funchain.com. Built entirely on .NET, it is ideal to start a similar community online. Feel free to register and create your own techie blog. What's nice about Funchain is that members can "connect" their blogs so you see the entries of your frien...
Cannot instantiate COM+ application component (9 replies, VIP)
microsoft.public.dotnet.general
Hi We have ported our VB 6 application into VB .NET but are still integrating with a few COM applications written in VB6 running on our application server (Win 2000 Server). We have the proxies to link to the application server installed but we every now and then get a error when we try to make a call to a component running on the app server. The error message is something like: Object reference n...
webfolders (2 replies, VIP)
microsoft.public.dotnet.general
I'm trying to read and write files in a web folder. I've succeeded in downloading a file from a web folder using the following code. However, I'm unsure as how to copy a file up to the server. Also, is there a way to determine the file attributes without downloading the file etc. private bool CopyFileFromWeb(string from, string to, int bufferSize) { bool bOK false; FileStream file null; WebRequest...
Search Engines and default.aspx files (2 replies)
microsoft.public.dotnet.general
Hello I'm creating all my web project swith dotNet, so i have default.Aspx as the first page. No several times, i want to add my website to an searchengines, but they test if the Url is working. Everytime i receive a message "Url is not working" I only have this with aspx files, never with the old asp file What is wrong with default.aspx To have some ideas of our websites (with problems in Yahoo.c...
Focus Problems with MDI child forms (3 replies)
microsoft.public.dotnet.general
Hi Folks, Sorry if you have seen this post before I've posted it before, but it seems to have gotten lost in Outlook limbo it's visible on the web interface, but not in any news reader I've tried :S A while ago, I came accross this post by Armin describing how to reporduce a focus bug with MDI children. I am currently experiencing the same problem in my application although I'm not using an Active...
Finding number of Com ports on a machine (4 replies)
microsoft.public.dotnet.general
Hi, I've worked out how to find the 2 COM Ports on my motherboard ok, using System.Management namespace and looking for Win32 SerialPort. Problem now, is I have 3 COM Ports on USB connections, but can't seem to find a way to query for them. Any suggestions? rollasoc
No touch deployment/security (2 replies)
microsoft.public.dotnet.general
I am developing a windows aplication that needs to be easily deployable over the internet. I read some information on no touch deployment, and I tried to use it to deploy my application. I was able to run the application, but I ran into an issue where the very first time I tried to run it, I had to modify the .NET security settings in the machine I was trying to run it. It was a simple change, but...
VB.NET application run on web (4 replies)
microsoft.public.dotnet.general
Hi i need to run my VB.NET application on my browser. If you know hoy ia can this, please send me e mail with explcations. If you can, I need clear explanation because I am newbie in VB.NET Thanks a lot
How would I find out to which control a given control is docked against... (9 replies, VIP)
microsoft.public.dotnet.general
Hi, Is there a way to find to which control the current control is docked against? For example, let's say I have panel1 and panel2 docked to left within a form. The panel1 is the first one on the left and the panel2 is the second one docked against panel1. I want to be able to find out to which control/form the specified panel. I wish, Microsoft had provided a feature similar to the following. Sys...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com