microsoft.public.dotnet.faqs Archive - March 2004
Post a message to this list
Messages
Page: 12
Problem With Winforms UserControl on VS.net design time (3 replies)
microsoft.public.dotnet.faqs
Hi, I'm working on a Win form application which is being developed in VB.Net. I have created few User Controls quite some time back and implemented them successfully. Now the problem is, I'm not able to use UserControls using my VS.NET IDE. When I tried to drag and place the user controls on WinForm (from Toolbox), it shows an error saying "An exception occurred while trying to create an instance ...
Trying to find code for blocking ip's (2 replies)
microsoft.public.dotnet.faqs
Hello all, i am trying to find some code or script for blocking ip's from entering my website. is this possible ? i am a newbie in asp.net so please keep the answers simple :) Thanks Martien ********************************************************************** Sent via Fuzzy Software @ http://www.fuzzysoftware.com/ Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resour...
how to apply online update function into program (the effect just like Norton system work live update) (2 replies)
microsoft.public.dotnet.faqs
[Vb.net question] how to apply online update function into program (the effect just like Norton system work live update) The situation is below: I want to develop a program that contains some product information (in the database) for customer choosing. My partner suggest that the program should being online auto update (the information n the database) (similar Norton system work live update which ...
Icon editor in VS .Net (2 replies)
microsoft.public.dotnet.faqs
Hi, when I edit and save a new icon in the VS .Net development environment strange things happen. The icon shows up allright in the IDE itself and in the images and fax viewer, but the default VS icon appears in both Resource Explorer and my own applications. Any suggestion? Thanks!
Writing applet-like apps... (5 replies)
microsoft.public.dotnet.faqs
I am constantly struggling with the problem of what 'type' of application to develop. WinForm or WebForm? The customer says I need a central database for all sites but the sites are geographically disperse limited to DSL Internet access (VPN solution not an option due to huge support burden). The users at each site want a rich, high performance interface but the folks back at headquarters want a b...
Obfuscation and Salamander (5 replies)
microsoft.public.dotnet.faqs
My question is simple, why should I, as a freelance developer, spend good time producing client/server software and libraries in .net when any stupid monkey can extract all of my source using Salamander? And what's more, for those that don't get Salamander, what is the point of using obfuscation (the main use being its obscure class overloading and variable renaming) when your own application 'ild...
logging application block (2 replies, VIP)
microsoft.public.dotnet.faqs
Hi, I am looking for any information on logging application block ... An Exemple or Information. I already took the file of Microsoft with the basic class, but I would like a sample to test and see. Thank you . Mathieu
Problem with Shaped Windows Forms (3 replies)
microsoft.public.dotnet.faqs
Hi, I have a problem driving me nuts! Visual Studio has a doc that explains how to create a shaped window. I followed the doc exactly yet the purple color that I choose as my transparent color, which IS also on the bitmap I used as the background of my form will not show as transparent. The purple shows instead of being tansparent. This is a fairly simple process yet I cannot get it to work. Any i...
Basic Authentication and popup windows (2 replies)
microsoft.public.dotnet.faqs
We are using Basic Authentication for our site. However, I could not find any suitable Logout process except to close the window (the solutions suggested on this site that point to old VB6 code which requires creating an ActiveX object does not work correctly and I don't want to create an ActiveX object). The secured site is opened in a separate window. A link on the non secure site opens this win...
Basic OO Question that I need to solve! (2 replies)
microsoft.public.dotnet.faqs
Hi all, We are adopting .NET and specifically c# I want to ensure future development gets off on the right foot by adhering to good object oriented principles. It would help if you could assist with one issue thats on my mind. Simplified example: If we have a concept of customers, and that each customer has one or many jobs (projects we carry out for them), it would seem sensible to have a "Compan...
Open MS Word from Web app (2 replies)
microsoft.public.dotnet.faqs
Hello, am trying to open a word document from a vb.net web application, and the MS word interface never shows up. However when i view the task manager i find the ASPNET user running the winword.exe. Have any idea why?
open MS Word (4 replies)
microsoft.public.dotnet.faqs
Hello, am trying to open a word document from a vb.net web application, and the MS word interface never shows up. However when i view the task manager i find the ASPNET user running the winword.exe. Have any idea why?
Urgent Pls help (3 replies, VIP)
microsoft.public.dotnet.faqs
Hi, I am going to takeup a project on VB.NET. My client is asking to develop on VB6 and he asked about my recommondation for .NET. I need to provide a technical writeup on the advantages of .NET compared with VB6. I need to include the features and advantages in using .NET instead of VB6. Please assist me. Thansks & Regards, Omav
Which reporting tool for business objects (3 replies)
microsoft.public.dotnet.faqs
Hi guys we are evaluating different reporting tools/engines and would appreciate any help/suggestion. What we need in first line is a tool with an high level report designer (WYSWYG). We would like to avoid a raster engines, which would make the design of a report a heavy programming job. Second and most important point is the necessity of having an hacking point where we could put code to load th...
regasm /regfile does not work (2 replies)
microsoft.public.dotnet.faqs
When I do a regasm /regfile on a dll it creates a reg file. Fine. I am also able to successfully import it into the registry. No problem. The problem happens at runtime. The COM component cannot be created, CreateObject returns an error. Based on some newsgroup article, I found that replacing the single backslash in the path to mscoree.dll (in the regfile) [HKEY CLASSES ROOT\CLSID\{00 000...000 00...
Debugging problem - watches dont work (7 replies)
microsoft.public.dotnet.faqs
I'm writing an ASP.NET application and all of a sudden my watches don't work. The " " sign appears next to them but you cannot drill into them. (The " " dissappears when you click it and the item does not expand). Is it possible that a change to web.config would cause this? Or is this a known bug? I cannot find any reference to it anywhere on the web. I am able to create a new, dummy project (eith...
What the......? (3 replies, VIP)
microsoft.public.dotnet.faqs
Hi All, I am absolutely baffled as to why I can't add an internet shortcut as a file to a setup project, to be placed on the desktop! Not even in a Favourites folder! I really would like to know how to, anyone know? Thanks in advance (also posted in vsnet.general & framework) Jodie Rapson
Add hoc Reports (2 replies)
microsoft.public.dotnet.faqs
Hi, I'm trying to develop Dynamic reports (Add Hoc Reports) in Windows application using VB.Net and .Net crystal Reports ( ver. 9). The user will choose the fields he/she wants to view in the report and choose the group or sorting field, and depending on that I will view the right fields in the report. So I want to bind the report to a data set at RunTime , and then If possible I want to save the ...
Objects and code just disappearing! (3 replies, VIP)
microsoft.public.dotnet.faqs
Hello all, This is an extremely frustrating issue. I have a datagrid that is populated with three different custom datagridtextboxcolumns that I inherited they all work perfectly, while the code exist! The problem is that every now and then, when I switch between the design view and the code view, the instantiating code vanishes. Specifically, the instantiating code like the following: Me.RushBool...
Could not access 'CDO.Message' object (11 replies)
microsoft.public.dotnet.faqs
Hi there, I built a .NET windows service application, which uses SystemWeb.Mail.SmtpMail class. On my development machine (XP OS) it runs well. When I install the application on other machine (Windows 2000 OS .NET Framework 1.1), it rises an exception: "Could not access 'CDO.Message' object" What is missing ? TIA, Sabin
Can .NET and Visual Studio 6.0 work on the same PC ? (5 replies, VIP)
microsoft.public.dotnet.faqs
Hi, I have Visual Studio installed on Windows 2000 Professional. I wonder if I can install .Net on the same PC and have both working. Thanks! Julie
config files question for console apps / windows apps (2 replies)
microsoft.public.dotnet.faqs
hi, where can you set the "startup" directory for the config files? (like in the ini days). In those days, the project directory would be the startup and search path for the ini files. now however, i found that the myapp.exe.config does not get picked from the folder where myapp.csproj is. It seems to pick it up only from myapp/bin/debug (or release) folder (when in the IDE). When i copy the confi...
Write customized attribute which has functionality like ObseleteAttribute (5 replies, VIP)
microsoft.public.dotnet.faqs
Hello again Attribute Gurus... Can someone throw an idea, on what to tweak, or flush out, some kind of code. if one has to write a custom attribute like ObseleteAttribute, with the aim to inject the code in various methods at compile time, the example of code that needs to be injected is like customized logging. Have a nice day. Thank you Dino
Solutions Won't Load (2 replies)
microsoft.public.dotnet.faqs
I've been using Visual Studio .NET for several weeks now. I've finished some example solutions as well as started others. Now when I open the environment, very few of them will load properly. Usually, I get no listing of files in the properties window to the right or anything like that. Does anyone have any idea what might cause this and how I can fix it?
AOP or developers writing custom attributes - pls check this (2 replies, VIP)
microsoft.public.dotnet.faqs
A classic case of writing to a log file each time a particular method is called for rudimentary performance statistics. Ordinarily the code below satisfy the requirements: //Considering EventLogManager to be singleton class defined in system. public class Foo { public void bar() { EventLogManager.WriteEntry("Bar method begin; writing Stack trace"); Debug.WriteLine(Environment.StackTrace.ToString()...
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification