473,574 Members | 3,157 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
0
1,519
thread by: diana.bcn.ttd.net | last post Jul 19 '05 by: diana.bcn.ttd.net
I use a objectlist control and the links apperas at "pocketPC emulator" as simple text?? Anybody can help me?? thanks.
3
3,018
thread by: Brian Mitchell | last post Jul 19 '05 by: Shawn Farkas [MS]
How do I prevent other people from using the dll's I create? I looked at identity permissions but it looks like those are more for identifying an assembly. Any help would be great. Thanks!!
2
3,075
thread by: David Burstin | last post Jul 19 '05 by: David Burstin
Whenever I run VS.NET 2003, my CPU usage sits on 100%, with total memory usage at 330MB. The CPU stays at 100%, even before any projects are opened (on the start page) and for the rest of the session. This somehow leads to me getting system alarms from my motherboard. Is there something running in the background which takes up all this CPU...
0
3,533
thread by: Manoj | last post Jul 19 '05 by: Manoj
Hi All, We have an VB.net application which has 31 projects in one solution.In this we want to disable the Maximize and minimize buttons of the child forms as they load in the main MDI.We have been unable to do this.The methods tried include : 1. Passing the MinimixeBox = False bit of code in the child form load method 2. Removing the...
0
2,409
thread by: JimM | last post Jul 19 '05 by: JimM
Whenever I paste HTML code into the .Net IDE, it automatically adds an ID attribute for HTML tags in my page that don't already have one. Is there any way to stop this behaviour? Before you ask why: a) It increases the download time of the page (yes I know it's not by much) without adding any functionality.
0
2,265
MDI
thread by: RC/$ | last post Jul 19 '05 by: RC/$
I am trying to create a program with a MDI form with a menu where it is possiblr to show other (child) forms declared as variables. That to show the same form as many as i want. In these form i would like to change the caption by using a textbox. When i try to assign the new caption as frm.caption= frm.text1 another form (declared as ex:...
0
2,392
thread by: BTHOMASinOHIO | last post Jul 19 '05 by: BTHOMASinOHIO
I have .NET 2003 installed on my Windows XP PC and about 50% of the time, the PC locks up when a Project is tried to be opened. I see that the DEVENV.EXE reaches the mid to high 60,000 KB point and the ASPNET_WP.EXE starts to build and then the PC completely locks up. I do have .NET 2002 installed as well, but in a completely different...
0
1,498
thread by: Kribu | last post Jul 19 '05 by: Kribu
Hi All, Can anyone tell me how to receive xml Document object from the message queue. It's fine when I send the xml object. I can also see that in MQ. But , when I try to receive the message from MQ it throws the following error : Cannot deserialize the object, not in correct format.
0
7,960
thread by: Timothy M Hodgson | last post Jul 19 '05 by: Timothy M Hodgson
In the Assembly Load Trace, the error: Publisher policy file is not found comes up. Is this a problem with locating the assembly? Is a publisher policy file required or even necessary as long as the assembly can be found and loaded? Thanks! Tim
1
3,565
thread by: Bihari Srinivasan | last post Apr 6 '06 by: Jim Gregoric
I am using two PCs, say PC-1 and PC-2 in a networked environment (TCP/IP). Both of these run Windows 2000. PC-1 is a development platform and PC-2 is a remote debug platform. I have a very simply console application written in VB.NET that is built on PC-1 using VisualStudio.NET. I set the VisualStudio.NET debugging environment to...
2
2,609
thread by: guy | last post Jul 19 '05 by: guy
i have a fairly complex form that is shown using ShowDialog - ie modally. Clicking close in one paricular situation it it gives an unhandled exception "No value at index 0" This occurs AFTER the Form.Closed event finishes and before control returns to the calling form. There is a try catch block wrapping the ShowDialog but this does not...
3
14,362
thread by: Stijn Lambert | last post May 15 '06 by: guest
Hi all ... Does anyone know if it is possible to register a COM-DLL through code using statements of the .NET framework (VB.NET or C#) without using the command-line or shell or anything? Greetz, -- Stijn Lambert
0
1,777
thread by: Rama krishna | last post Jul 19 '05 by: Rama krishna
Hi All: I got the same problem what u got. Could u pls explain me hoe can i proceed. I saw some sites on this issue, which actually not worked with me. Iam using System.Directoryservices dll in my .aspx page. And iam adding refrence through the VS.NET and compling, working fine. But the same file i copied in the server (say some other...
1
3,945
thread by: Matthew Hood | last post Jul 19 '05 by: Gang Peng
Here's the situation. I am developing an ASP.NET web application. Most of my forms will be accessing a database (MS Access) for either record creation/deletion/updating or for list lookups. The problem I have is my boss constantly wants to revise table and field names and I am the one that has to make sure everthing works after the fact. ...
0
4,225
thread by: JJ | last post Jul 19 '05 by: JJ
this.dataGrid1.DataSource=null; this.al.Clear(); //clear arraylist this.dataGrid1.DataSource=al; >-----Original Message----- >reposted here as no response in >dotnet.framework.windowsforms - >how do i clear all data from a datagrid whose datasource >was an arraylist?
1
2,779
thread by: John | last post Jul 24 '06 by: pushkar
Where I can find sample code for adding checkboxs in a DataGrid? Thanks
2
2,625
thread by: nfr | last post Jul 19 '05 by: Mattias Sjögren
I understand an assembly is nothing more than a collection of types in a versioned binary (EXE or DLL) in one or more physical files. Is there any kind of relationship between the assembly name and the file name it is housed in. For example, would the assembly name for a .NET file called "MyRemoteObjects.dll" be "MyRemoteObjects"? If this...
0
4,891
thread by: John | last post Jul 19 '05 by: John
Try myString = myDecimal.ToString("g3"); 3 is significant number >-----Original Message----- >When formatting a decimal variable, is there a format >string that will show decimals only when they are non- zero? > >For example, I would like the following values to be
1
1,700
thread by: Friedl Neurauter | last post Jul 19 '05 by: Slonjo
Check out the Data Access Objects (DAO) design pattern proposed by E. Gamma in the Go4 book. >-----Original Message----- >I am struggling with a design issue using .NET. >Let's say we have an object model and now want to code it. In the object >model is an Access database. Most programmers would start a new project and >slap a...
3
14,622
thread by: Meg | last post Jul 19 '05 by: Kevin Cunningham
Hi All, I am having a problem with paging in datagrid and need some idea as to how to handle the problem 1. the datagrid is first filled with a select * all 2. the datgrid shows 10 pages 12345678910 3. the first page shows 10 records 4. if do a keyword search on the full dataset the selected records are returned...I can repeat this many...
1
1,602
thread by: Pragya | last post Jul 19 '05 by: agron
Hi All, I m a developer switching to Dot net. We write applications for handheld devices. In dot net we write application using Smart Device Extensions. Now my question is this that we should choose VB.net or C# as a platform IDE. Please provide all the plus minus based on handheld device development.I shall be highly obliged , if u please...
2
3,359
thread by: Larry Werner | last post Jul 19 '05 by: Tian Min Huang
We have source files with extension ".pc", which we would like to be treated by the text editor as if they are ".cpp" files for the purpose of syntax coloring. In Visual C++ 6.0 we could do that with the Source File Properties dialog, available via a right-mouse click on the text editor when it was editing a file, which has a Language...
0
1,433
thread by: carol | last post Jul 19 '05 by: carol
How do you set Enter as default on a button on a Form. When Enter is pressed it should cause a click event for the button.
0
1,365
thread by: Jarrad | last post Jul 19 '05 by: Jarrad
I can't copy an ASP Project between two different computers for development work. The virtual directory structure I need is different for the second one... can't even change the virtual structure on my computer. using VS.NET 2003 Can somebody please put me out of my misery... Jarrad
3
2,632
thread by: Jim Puls | last post Jul 19 '05 by: Peter Huang [MSFT]
I'm writing a Windows Forms application in C# which will run generally in a Western environment; e.g., EN-US. I need to access a unicode font on the user's system which is capable of displaying Japanese characters - often there will be one or more of such fonts, but I don't know which ones by name. If one does not exist, I need to default to a...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.