|
tech
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
General .NET discussionmicrosoft.public.dotnet.general
Hamed -
23 Sep 2006 2:41 PM - 3 messages
What does instantText mean in Edit method of DataGridColumnStyle? Regards Hamed ...
info@devdept.com -
23 Sep 2006 12:30 PM - 3 messages
Hi All, Is it possible to come out with a single EXE from one EXE and several DLL assembies? I would prefere to deploy one single executable instead of multiple DLLs, I don't have the source code of some DLLs of course... ...
pickedaname -
23 Sep 2006 1:10 AM - 9 messages
I work for a telecom company. We need to get data from our 5ESS switches to be consumed by a .NET app. The data I am getting back is incomplete. For example, the beginning of the first line recvd from the device should ...
John Sheppard -
22 Sep 2006 11:51 PM - 4 messages
Hi there I have a windows dotnet application that I am attempting to create a deployment setup file for. The application runs fine when run from visual studio, but as soon as I install it from the setup things go awry. Does anyone have any idea on how ...
joelranck -
22 Sep 2006 9:38 PM - 2 messages
This is a stupid question but.. how do you goto a url in vb.net? I've got a form page where I want to go back to the main page after clicking the OK button but I can't use the postbackurl function because it's a ...
Eric Cadwell -
22 Sep 2006 8:50 PM - 2 messages
Are there two distinct timeouts on HttpWebRequest.GetResponse()? If I recall correctly, I've seen an "operation timed out" that was not the same as request time out. Thanks, Eric ...
esha -
22 Sep 2006 8:12 PM - 3 messages
In VS 2003 when you build web project, dll is created and saved in bin folder. I cannot find either bin or dll for my projects created in VS 2005. Does VS 2005 use a different way to work. Does it create dll for the WEB at ...
Brent -
22 Sep 2006 6:49 PM - 4 messages
Is there any way to tell if a dll that was built was built in debug or release mode? We are having a problem with one of our production processes and we think it might be because this dll was build incorrect. Is there any ...
Nathan Sokalski -
22 Sep 2006 4:00 PM - 3 messages
When I put my *.ascx files in the same directory as Web.config and my user controls are registered in Web.config it gives me an error. Putting my *.ascx files in another directory is not hard, but it can cause another ...
Nathan Sokalski -
22 Sep 2006 3:42 PM - 5 messages
I have two asp:ImageMaps in a table cell as follows: <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="center"> <asp:ImageMap ID="mapBanner" runat="server" BorderWidth="0px" ...
cashdeskmac -
22 Sep 2006 3:39 PM - 2 messages
Can anyone please explain what the bin and obj folders are for? They are created automatically in C# applications but I have no real idea about the obj folder. The bin folder is the same relative path to the executable as the ...
ChrisM -
22 Sep 2006 3:13 PM - 3 messages
I've got a medium sized project written in C# for .NET1.1 the project is live, but still under constant development. There seems to be a lot of new stuff in .NET2.0 that I'm missing out on, and now they're starting to talk ...
Paul -
22 Sep 2006 2:55 PM - 2 messages
Example: I have a ASP.NET project called TestApp written in c#. It has WebForm1.aspx/WebForm1.aspx.cs. There is a button click event for Button 1. It updates a label on the form. The code for the ...
Joey -
22 Sep 2006 2:36 PM - 2 messages
I am using the below code to run a dos based program. While it is running you can hit ctrl-c to cancel the process. Does anyone know how I can send the same keystroke to the already runing process after the below code is ...
Joey -
22 Sep 2006 2:33 PM - 2 messages
I have a program that runs a second program with the following code: Dim process As New Process() Dim FileName As String = "externalprog.exe" Dim Arguments As String ...
Kb -
22 Sep 2006 2:13 PM - 6 messages
Hello There, How do i compare string such that A < B<... <Y<Z<BA<BB... <CA... <ZZ Thanks KB ...
Muhammad Nasir -
22 Sep 2006 1:19 PM - 2 messages
Hai, I am trying to develop a project using "HMC-3.5 Consolidated Server Deployment." I downloaded the Sample solution and now want to debug it. But it is giving me following ERROR; error while trying to run project: Unable to start debugging on the web server.Access is denied. ...
C -
22 Sep 2006 10:48 AM - 15 messages
Hi, Does Microsoft have a product that integrates with Visual Studio .NET that can be used to develop Web based Workflows for Business Process scenarios? Thanks. ...
suji -
22 Sep 2006 10:05 AM - 3 messages
Hai, Are there any 3rd party controls who provide free libraries to convert my html form to pdf in c#? I need to have a button on my form, that should convert my page to pdf format. Can any one help me to write code for that in c# with ...
Darwin -
22 Sep 2006 7:45 AM - 3 messages
? ???? ??????? ??????????, ?? ? ????? ????? ?? ???????? ?? ???? C # . ????????? ??????? ????? ???? ?? ? # ?? ??????? ?????. ??? ????? ?????????? ??????. Excuse, that I write on ?????? simply do not know your language and it is difficult for me to communicate. ...
sb -
22 Sep 2006 1:39 AM - 6 messages
Hello, I have a text file which contains plain text with the normal carriage-return/linefeed line terminators. With that file I want to find any occurence of "%R" (case-sensitive) on any line that does _not_ start with "#"....so that I can replace it with something else later using ...
mscertified -
21 Sep 2006 10:04 PM - 7 messages
I'm about to start my first Dot Net Project. It seems fairly simple but then I'm a neophyte. I've just taken a few dot.net courses and have some background in classic ASP. The application is web-based. Basically one set of users fills out various ...
Larry -
21 Sep 2006 9:36 PM - 2 messages
I know that you can xcopy a DotNet client server application to your local hard drive and run the application with no problems. I would like to xcopy the application to a file server and then have users point to and run the ...
Mark Huebner -
21 Sep 2006 9:25 PM - 2 messages
Why is the Windows Service project template in Visual Studio 2003 but absent in VS 2005 Pro.? Can I add a Windows Service template to my VS 2005? What do you recommend? Why did Microsoft leave this out?? Will it be added in a ...
Thatch -
21 Sep 2006 8:03 PM - 3 messages
I'm trying to create a shortcut file using VB.net. Does anyone have any code examples on how to do it? Thanx in advance. ...
Scott -
21 Sep 2006 6:29 PM - 2 messages
Is it possible to publish a vb.net windows application as an aspx file (rather than a .htm) file? The real goal we are after is using then using the web.config file to control security to the deployment page (we would ...
Aryan -
21 Sep 2006 5:39 PM - 2 messages
Hi, I have problem related to Caching of data. I am reading large xml file and putting this xml in dataset, since this dataset will contain many datatable's inside. And each datatable might be big in data. Each ...
ChrisM -
21 Sep 2006 4:30 PM - 8 messages
Hi, I'm trying to get my head round Async. procedure calls. I have the following code: delegate double GetLabourWIPDelegate(DateTime reqDate); .... GetLabourWIPDelegate getLabourWIPDelegate = new GetLabourWIPDelegate(GetLabourWIPOnDate); AsyncCallback ac = new AsyncCallback(DoResult); IAsyncResult ar = getLabourWIPDelegate.BeginInvoke(dteToDate.Value,ac,null); ...
Ehsan -
21 Sep 2006 4:29 PM - 3 messages
Hi, does anyone know how to ask the System.Windows.Forms.WebBrowser object not to load the page's images? I just want the text returned from a web page. Are there any alternatives to using WebBrowser, or does it have an option to ...
Kim Floyd -
21 Sep 2006 3:36 PM - 3 messages
We have an application that uses .Net remoting to allow remote servers to connect to a master server to synchronize data. The format of the url we use to the master server looks like “tcp://master.company.com/wilson.serverâ€. If ...
ThunderMusic -
21 Sep 2006 2:11 PM - 5 messages
Hi, Is there a way we can send a feature request for Visual Studio? When using 'Refactor-->Encapsulate Field', I'd like to have an option for the references not to be updated anywhere in the project. It would be very ...
Lambuz -
21 Sep 2006 1:41 PM - 6 messages
First of all, is it possible usign .NET remoting feature inside a .NET applet loaded into a tag object inside an HTML page ? <OBJECT id="myID" height="150" width="300" classid="http:applet.dll#test.applet"> </OBJECT> ...
eric.goforth -
21 Sep 2006 12:50 PM - 7 messages
Hello, I'm calling a VB.NET 2003 dll that's registered in COM+. I've added a reference to it in a VB6 DLL that I'm calling from a Classic ASP page. Previously I was able to attach to my .NET dll and debug it. I haven't ...
Steve Barker -
21 Sep 2006 11:13 AM - 5 messages
Hi guys! I have written a .NET application that uses WMI to iterate through CD drives, in order to detect whether a certain CD has been loaded into the CD Drive. When the application starts up, I run a basic WMI query to check whether WMI ...
Samuel -
21 Sep 2006 9:11 AM - 3 messages
Hi, Do you know how to implement intellisense behaviour in ASP.NET textbox. Like in destination textbox at [link] site? It shows cities from all over the world and it works extremely fast. I think it's some sort of partial callback? ...
Jean Paul Mertens -
21 Sep 2006 7:59 AM - 5 messages
Hello to all, I use a lib class to handle all my exeption errors ocured in my objects. Since my objects are used in windows applications as well as in web applications, I would like to determine in my lib class if she is serving a ...
georgevs -
21 Sep 2006 7:25 AM - 3 messages
Hgroup, I have problems running .net application; The application is built with VS2005 C# for AnyCPU on Win32 machine; The application has failed running on Win64 machine; Tha application has couple of assemblies, exposes classes to COM and interops with COM classes written in VS2003 ...
Divyesh -
21 Sep 2006 7:21 AM - 3 messages
Hello, I need some help to get out of cumbersome process. For example, I've one solution with 2 EXE & a DLL project. DLL is referred by both exe projects hence I've added DLL as reference to both projects. ...
Rudy -
20 Sep 2006 11:11 PM - 10 messages
Hello All! I'm a little confused on Public Class or Modules. Say I have a this on form "A" Public Sub Subtract() Dim Invoice As Decimal Dim Wage As Decimal ...
AppleBag -
20 Sep 2006 11:03 PM - 2 messages
Hello everybody, As the topic suggests, I would like to take for example "C:\pics\1.jpg" and copy the image to "D:\stuff\5.jpg". Same exact picture (a copy of the file), but rename it and place it in ...
AppleBag -
20 Sep 2006 10:58 PM - 3 messages
Hello everybody, I am beginning the .NET learning curve, and I have learned how to load a listbox with a directory list of files using this code: If FolderBrowserDialog1.ShowDialog() = Windows.Forms.DialogResult.OK Then ...
Ram -
20 Sep 2006 10:11 PM - 3 messages
I have a strange problem with ASP.NET 1.1 SP1 application. Application has a asp.net page which has a datagrid in it.( data grid/PAGE has large amount of data. always more than 1MB). There is a hyperlink in the ...
riyaz.shaikh -
20 Sep 2006 9:51 PM - 2 messages
Hi All.... I am having a web site which runs under Windows Authentication. the requirement is this application should write files to a folder share. but the problem is this folder share is accessible by only one User say (Domain/User1). where as the we application will be used by all other ...
mg -
20 Sep 2006 8:48 PM - 2 messages
Is there a way to replicate the GAC on a win2003 server to another similar server? We are currently using DFS to replicate files, and I do not see how to use DFS to replicate the GAC. ...
skylargivens -
20 Sep 2006 8:18 PM - 3 messages
I've created an application for Windows XP but I'm having trouble getting the right "look". I'd like my application to look somewhat like the Windows Vista sidebar: [link] ...
Ron -
20 Sep 2006 7:36 PM - 2 messages
I want to create a class library with Visual Studio 2005, because some of the features make what i am trying to do easier. This class library (dll) needs to be referenced in a visual studio 2003 application. I know I need to have 2.0 framework installed of course. ...
vitorjol -
20 Sep 2006 7:21 PM - 5 messages
Hello. I have two forms: Form1 and Form2 in Form1 i have a Subroutine like: Sub test(Byval valin as String) ...... End Sub in form1 i call the form2, then in form2 after some calculations, i want to activate the form1 and send there a value to be calculate in sub Test. ...
MMA -
20 Sep 2006 4:14 PM - 3 messages
How do I populate the menu control in 2.0 from a database. I know this can be done with the Tree Control. Any code snippets? Thanks in advance. ...
Johnny Drama -
20 Sep 2006 2:54 PM - 5 messages
Let's say I have an interface IScope: internal interface IScope{} ....and I have a class that implements IScope: internal class Scope:IScope{} .... and I have a method that returns List<Scope>: public List<Scope> GetScopes(){return new List<Scope>();} ...
job -
20 Sep 2006 2:04 PM - 2 messages
how is it possible to serialize/de-serialize a SqlCommand? ...
Hanika -
20 Sep 2006 1:30 PM - 3 messages
Going on 3 days and I am wodnering if I am just not looking in the right place. If anyone nows how to do this please please help me. I am developing a Windows form application using VB.NET 2005. I have a PDF ...
AlonR -
20 Sep 2006 7:13 AM - 4 messages
Hi, We're experiencing random user sessions losses on our web applications, and are researching for any useful information which may shed light on this problem. Environment: In our company, we're developing a web product based on ASP.NET 2.0, in ...
Pontus Edvardsson -
20 Sep 2006 4:57 AM - 3 messages
Hi, (tried posting this in public.windows.vista.general, but got no answers) This applies to a Windows Vista Ultimate RC1 system. Just installed Visual Studio .NET 2003 and tried to apply the service pack. It took forever and after a good amount of time I got "Error 1606: Could ...
MPA -
20 Sep 2006 4:49 AM - 2 messages
Hi, I am a newbee and wanted to ask you a question concearning Visual Web Developer. It was described as "light weighted", but having positively experimented with it I don't understand what am I missing by not having Visual Studio 2005. The object ist to develop a large web application using ...
Badis -
20 Sep 2006 12:51 AM - 2 messages
Hi guys, I have a negative values in my Amount column in GridView could U tell me how to display them with no (-) sign in front, knowing that my gridview is bounded to a DataView. Thanks ...
Luc -
19 Sep 2006 11:57 PM - 12 messages
Hi everyone, I had this strange problem. We are using web services for our entreprise applications. We are using IIS as the host for our webservices and IIS is configured to use integrated authentication. The problem arise when the user's password changes and he has not done it at ...
Coleen -
19 Sep 2006 10:39 PM - 8 messages
Does anyone have any good detailed information on the conversion process? We are in the process of converting 2 projects from 2003 to 2005 and have some conversion errors that I can not find answers to. First, we have a lot ...
arthur.fullerton -
19 Sep 2006 10:27 PM - 3 messages
If the dns name is changed, does IIS require a restart? ...
Sean Chambers -
19 Sep 2006 7:05 PM - 3 messages
Do you have all the files of the solution checked out before opening it? Robert Hooker wrote: ...
dbcuser -
19 Sep 2006 3:49 PM - 3 messages
I have trouble displaying chm file. In my main form I did the following Help.ShowHelp(this, @"myhelp.chm", HelpNavigator.Topic); I have the mydelp.chm in the release and debug folder still nothing happens. I was expecting a new dialog will popup and show help index ...
jkristia -
19 Sep 2006 3:24 PM - 6 messages
StreamReader throws an exception if I attempt to open a .csv file which is also opened by Excel. I checked this list and found what I though was the solution, first open the file stream in read only, But unfortunately that doesn't work either ...
Henrik -
19 Sep 2006 2:42 PM - 7 messages
Hi all, I have a problem with an application that is consuming events from an unmanaged dll. I use the following pseudo-code to create and register my eventhandler: System.Threading.WaitHandle myEvent = new AutoResetEvent(false); // Register the event to my eventhandler ...
Joey -
19 Sep 2006 2:31 PM - 8 messages
I don't care what .net language this come in but I really need to determine if a disk is dynamic or basic. I have posted something in the WMI group but no one knows how to do it. Does anyone have any idea how I can determine ...
Khan.A.Mushtaq -
19 Sep 2006 2:13 PM - 2 messages
hi can any one help me how to make working page number, edit and delete when we use datagrid on a web application in vb.net 2003. I have made connection with my access data base and the lay out where it shows the ...
rony_16 -
19 Sep 2006 2:00 PM - 7 messages
Hi, I have problem with downloading a file using WebRequest and HttpWebResponse. Inorder to download this file i need to call to url that tells to prepare the file for download, and then i call to another url that downloads the file. ...
Robert Scheer -
19 Sep 2006 1:20 PM - 3 messages
Hi. I need to write a service that writes to a database the time of the logon and logoff of the users. Our users logs on Active Directory and some can also log as local administrators. The majority of the ...
47computers -
19 Sep 2006 12:48 PM - 2 messages
I seem to have run across an odd problem, maybe someone here can help. I have some web services written with Visual Studio running on a web server and a client program written with Visual Studio accessing them. A web service function I'm trying to write now takes as an argument a ...
Hamed -
19 Sep 2006 12:16 PM - 7 messages
Hello I have a form that containes a lot of controls including panels those contain other controls. Is there a way to simply get all contained controls either directly or indirectly through other containers such as panel or GroupBox controls? ...
fran -
19 Sep 2006 8:54 AM - 5 messages
Hello, there are some difference in a string connection if you use '.' or '(local)? When I use '.' I have the error: "SQL server does not allow remote connections" Thanks ...
Flensted -
19 Sep 2006 8:35 AM - 3 messages
Hello. I am trying to produce a pc-program that can monitor the rx-pin of two serial ports. (My own little port-analyzing application!) Everything works fine, except that there seems to be some timedelay from the moment the bytes arrive to the port, and to the moment my application can ...
steve.foster -
19 Sep 2006 8:04 AM - 4 messages
Hi, I have a windows app (.net 2.0) with some user settings. If I run the app from over the network and the settings cannot be changed, but they can be changed if run locally. Am I missing something? I don't understand why they can't be changed ...
Amir Shitrit -
19 Sep 2006 7:44 AM - 5 messages
What is the maximum number of threads Windows supports (for all processes), and what's the maximum number of threads available per process? Thanks. ...
Greg T -
19 Sep 2006 6:17 AM - 4 messages
Hi Folks, I just moved to Seattle from Portland, Oregon. I was wondering what the average contract rates ( as a W2 with an agency ) are up here for a senior ..NET software developer with around ten years experience developing with MS ...
Anoop Nair -
19 Sep 2006 3:51 AM - 2 messages
Hi I am developing scripts in C# which can be used to test windows based applications. I use Win32 API's to perform click operations etc. To uniquely identify a control in a window rather than using absolute position of a ...
mctodd333 -
18 Sep 2006 9:28 PM - 4 messages
Hello, I was wondering if there is a way in .NET to do the following: Suppose I have a test.exe (I have the source also) which uses lib1.dll and lib2.dll (which are .NET assemblies); Is it possible to compile the ...
Saso -
18 Sep 2006 7:15 PM - 3 messages
Hi, I would like to serialize an instance of the bitmap instance. Actually, I've done serialization with the code below, but why parameter Tag is not serialized? I get the following exception after deserialization: Object reference is not set to an instance of an object. ...
travhale -
18 Sep 2006 6:47 PM - 3 messages
in a new project using .net 2005, c#. getting err message "Update requires a valid UpdateCommand when passed DataRow collection with modified rows." source RDBMS is oracle 8i. I add a new dataset to the project and drag a datatable from server explorer onto the dataset design surface. In ...
Frantic -
18 Sep 2006 4:23 PM - 3 messages
I have a large quantity of EPS images created on Mac and now I need them on PC. Unfortunately the PC-EPS and MAC-EPS aren't the same and needs to be resaved to work in the programs I use (mainly Framemaker). ...
mn_ms_user -
18 Sep 2006 3:37 PM - 8 messages
Can someone point me in the right direction? I need to wrap some class properties into XML tags in C#. I just need the XML tags and not the XML document information. Thanks. ...
Amir Shitrit -
18 Sep 2006 3:06 PM - 4 messages
Hello. How come it's safe to read non-volatile fields that are shared across threads using locks for synchronization (for example, Monitor.Enter or EventWaitHandle), but it's not safe to access them if no lock synchronization mechanisms are employed? ...
tss -
18 Sep 2006 2:50 PM - 2 messages
how can i rename my local website? i have had a right headache writing my new site, then modified it only to be told i cant upload because the local and remote sites have the same name, que??? any help will re-sponge my brain because it is liquified at the minute. ...
bungle -
18 Sep 2006 10:42 AM - 6 messages
Hi With Visual Studio 2003, I could hit CTRL+Space to invoke intellisense. Has the keystroke changed on 2005 because it doesn't work for me? Thanks Dave ...
james.hunt -
18 Sep 2006 9:05 AM - 5 messages
I am using VB.Net 2003 on a Windows 2000 machine to load directory contents into a ListBox. For some unknown reason the text is not visible, however, if I assign a label to the selected item in the list ...
Hamed -
18 Sep 2006 7:09 AM - 2 messages
Hello I have a question about CHILD forms in an MDI form. How can I have a neat positioning of child windows in an MDI form? When I open a new child window in my MDI form it is opened in a new ...
Hamed -
18 Sep 2006 6:55 AM - 2 messages
Hello Two questions about positioning: When I run my MDI application developed by VS.NET 2003, the MDI window is opened in a new place and after some run again and again, it opens in a position that some borders of MDI form goes out of the desktop. ...
Ray Cassick (Home) -
18 Sep 2006 5:28 AM - 3 messages
Has anyone here used this control in their own product at all? I am very interested in some sample code that shows how to implement a folding strategy so I can do code regions in my custom language. I know how to use the folding manager to get code segments to fold up into ...
Bryan -
18 Sep 2006 2:43 AM - 3 messages
I have a Windows Application that uses a DataGridView for displaying read-only data. Everything work fine, except when my datasource has no data. Ideally, when there is no data I would like to display the column headers with no data rows, but instead it displays the headers with an empty data ...
esha -
18 Sep 2006 1:05 AM - 2 messages
I created my first WEB application from Personal WEB Starter Kit template (C#). I made just minor changes like Connection String and some texts. I created SQL Server database on the hosting server and I uploaded all files to the hosting server. ...
Rudy -
18 Sep 2006 12:24 AM - 3 messages
Hi All! A real dumb question, but should be easy, I hope. I created a custom message box, by creating a form. I just want a "OK" button on the message box to close the message box out. I tried close, but it ...
Nathaniel -
17 Sep 2006 9:05 PM - 4 messages
Is anyone here familiar with screen scraping, and can help me with the process? ...
luigi.corrias -
17 Sep 2006 8:11 PM - 5 messages
If i dispose all object in my vb.net c# code what perfomances advantage i have? many thanks ...
Rudy -
17 Sep 2006 3:39 PM - 3 messages
Hello All! I have been trying to figure this out, have recieved alot of help, but it's just not clicking in the ol' noggin. I basicly have a value in a text box, I need to keep that value and pass it on to another textbox on another form. ...
Eric bouxirot -
17 Sep 2006 12:56 PM - 3 messages
hi, i'd like to do a "cast", who seem to be very complicated in .NET. in C standard it's so easy... i explain : i have made an app based on plugin architecture in VB.NET. all work fine.. ...
Julian -
17 Sep 2006 12:21 PM - 2 messages
Hi In VB .Net how do you prevent characters apart from numbers being pasted into a text box? Julian ...
Jimmy -
17 Sep 2006 10:41 AM - 3 messages
I should write a custom resource provider that should do something simple: return the resource key together with the textual value in one string. I started delving into this subject. The online examples I've seen implement IResourceProvider but I can't get any clear idea to how ...
Me -
17 Sep 2006 7:59 AM - 8 messages
Am new to vb dotnet and although I like what I've seen sofar, I am experiencing pblms with system access violation "attempt to read write protected memory". This error happens when I open a second copy of the program. ...
|
|||||||||||||||||||||||