microsoft.public.dotnet.general Archive - April 2004
Post a message to this list
Messages
Page: 1234567891011121314151617181920
21222324252627282930313233343536373839
Design question (4 replies, VIP)
microsoft.public.dotnet.general
We'll create classes which are responsible for providing data to application developers. Normally, the classes would use config entries for the connection strings. ***App developers who use these classes should not have to worry about where the data is or how the classes acquire the data.*** If an app consumes many such dlls, the app config file would contain many connection strings in its config ...
Use Micrososft Excel With .NET Without COM (3 replies, VIP)
microsoft.public.dotnet.general
Hi all i need to open a Excel File Without using the com Objects, how can i do this ??? i have see that msoffice 2003 install in the windows\Assmbly Directory an assembly, but i tried to browse it via reference, but dotnet 2003 doens t accept ? how can i solve this ??? thsk JSB
Displaying "Please Wait" and animated gif when server-side long process takes place (2 replies)
microsoft.public.dotnet.general
In my web application, I have a search screen coded in ASP.Net. The Search process takes lot of time. So, I need to show a wait page informing the user that "Search is in progress. Please wait" along with an animated gif. I have placed a div in the search page which contains the message and animated gif. I hide the div by making "display: none" in the onload function of the body tag. On click of t...
Tab control in dot net (2 replies)
microsoft.public.dotnet.general
Hi all, i d like do create a tab control in my asp page. But i don t know the best way to do it? Has someone a sample to how to do it????
date-time control......time validations (2 replies)
microsoft.public.dotnet.general
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.
key management (2 replies)
microsoft.public.dotnet.general
hi friends, We in our application are using encryption/decryption of some fields. and also using some PIN generation algo. but fixed in a problem of key management issue. I have found DPAPI bit intresting. can anyone tell me about its usage. or if there is any other techniqueue we can use to tap this. regards, Mehta K
OFF TOPIC: Telecommunications and T1 (3 replies)
microsoft.public.dotnet.general
Hi there buddies; I got a T1 at home. I want to accept inbound calls from any phone and use the T1 to record conversation in the PC. Do you know any resource about T1's, how to install'em, and so on. Thanks
Web Browser (2 replies)
microsoft.public.dotnet.general
Does anybody know if it is possible to to place a web browser in a .net application without using the Microsoft active x control.
2nd use of using (3 replies)
microsoft.public.dotnet.general
hi what is the 2nd use of the using statment in c#.. the first one is for referencing namespaces. thanx
Provider keyword in connection string not a valid keyword (2 replies)
microsoft.public.dotnet.general
I have a connection string in Web.config that works with my dreamweaver type asp.net scripts: add key "MM CONNECTION STRING datasource" value "Provider SQLOLEDB;SERVER 100.00.00.01;UID sa;PWD mypassword;DATAB ASE mydbase;" / ..but i get an application error when working with indigenous asp.net : add key "ConnectionString" value "Provider SQLOLEDB;SERVER 100.00.00.01;UID sa;PWD mypassword;DATAB ASE...
VS.NET editor: CTRL-F6 and column selection (5 replies)
microsoft.public.dotnet.general
I am having two basic problems with VS.NET 2003 editor (probably same for VS7) that I can't seem to figure out: 1) My CTRL F6 to cycle through windows in the editor stopped working. What could I have done to disable it, or how can I get it back? 2) How does one select a column of text in the editor. For example, a column the length of a procedure but only columns 10 20? Thanks, BK
VsualStudio IDE does not search or replace all on multiples, do I have a bad setting? (3 replies)
microsoft.public.dotnet.general
I have an ASP.NET (C#) app that others can search for multiple text instances within my project (while others can just fine). I have looked at Tools|Options and I see no setting that can help. Am I missing something? There has to be a setting on the .NET VisualStudio IDE that can help o that i can perform searches for multiple text instances?
How can I automate a running instance of a winforms app? (2 replies)
microsoft.public.dotnet.general
The Knowledge Base article below explains how to talk to a running instance of an Office program: http://support.microsoft.com/default.aspx?scid kb;EN US;316126 Is there any way I can talk to a running instance of a winforms app? I.e., Can I call some public method in a running winforms app from another winforms app (or maybe a service)? Does .Net even work like this?!?! Thanks!
Forms Designer not available for some forms (2 replies)
microsoft.public.dotnet.general
Greetings, I have just opened up a Compact Framework project that I was working on a couple of days ago and I now can't edit the screen design of SOME of the forms in the project (5 out of 12). The icon in the solution explorer for the forms that I can't design has now changed to the standard vb class icon yet the other 7 forms show the normal form icon and I can open these in the Forms Designer. ...
Uninstall assemblies from GAC... (2 replies)
microsoft.public.dotnet.general
Hello, I've got several old versions of one of my class libraries in the GAC, but whenever I trye to delete them I'm getting an error that the "Assembly could not be uninstalled because it is required by Windows Installer". I know for a fact that these assemblies are *not* required by any application, so how can I forcefully remove them? I've tried gacutil uf but to no avail. Regards, Pieter Phili...
Export data to excel. (3 replies)
microsoft.public.dotnet.general
Hi , I am exporting my data from the web datagrid to excel sheet using the rendercontrol method. but the problem is that here I do not have a control over the excel sheet, so cannot do any settings. All the leading zeros are being truncated. I want that all digits like 0099888 should remain as they are, and not become 99888, etc etc. If I am exporting data using COM interoperability and OWC , then...
diffgrams (2 replies, VIP)
microsoft.public.dotnet.general
hi in what situations are diffgrams used. thanx
View contents of GAC (4 replies)
microsoft.public.dotnet.general
Is there a tool to do this? Lloyd Sheen
retrieve data using LIKE statement (3 replies)
microsoft.public.dotnet.general
Dear All, I am using ASP to retrieve data from a SQL Server database, some of the columns of the database have entries seperated by "/" for eg the entries can be ( CAR,CAR/BIKE, CAR/BIKE/VAN etc). the current system is set up to query the comlpete phrase and not individual items, for eg if there are 100 only Car items and 100 CAR/BIKE items , a search for CAR would only show the exclusive CAR item...
Finding files and saving (3 replies, VIP)
microsoft.public.dotnet.general
I am new to VB.Net(2003) and am having some problems. I am running Office 2003 with VB.Net 2003 and currently working through the VB.Net Step by Step book to become familiar with the program. The problem I am having is that when I try to open an existing file using Word, Excel, Access or PPT,I always get an error message saying the file could not be found. Same problem when I try to save a file ma...
Assembly Attributes and the Windows Property dialog (2 replies)
microsoft.public.dotnet.general
Does anyone know if it is possible to have the custom attributes I create for my assembly to show in the Windows Properties dialog (right click on assembly and then select Properties | Version tab)? Thanks! Alex
To GAC or not? (6 replies)
microsoft.public.dotnet.general
I am working on a web based app that consists of several web apps, several web services, shared libraries, and custome controls. I need to be able to share the libraries and controls across several web apps. The environment that I am in is a highly controlled one that uses a web farm consisting of many servers that uses replication to replicate from a publishing server to the production servers. T...
problem with gdi+ and mouse handling (2 replies)
microsoft.public.dotnet.general
I am making a program in which there are multiple balls on same drawing surface. They are made by multiple instences of a class each drawing on the same usercontrol's drawing surface. I have added a motion capacity in them and methods to select them(multiple selct is also possible) but when i drag them there is a lot of fliker. I dont know how to implement the collusion detection properly in it. i...
IL editor (12 replies)
microsoft.public.dotnet.general
Hi, does anybody know where I can find an IL editor ? thnx Chris
VB reset the Cancel Button to (none) (2 replies, VIP)
microsoft.public.dotnet.general
In my application the accept and cancel buttons change depending on which panels are visible, my question is how do I reset the cancel button to "(none)" property. to change the buttons I use me.cancelbutton btnCancel how do I change it back to (none)?
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