473,544 Members | 1,685 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,056
thread by: Christian D. | last post Nov 22 '05 by: Christian D.
This page http://www.microsoft.com/permission/copyrgt/cop-img.htm tells me that I may not use MS Icons in my application. Only exception: "Software developers (ISV’s) may be allowed to use icons specifically provided in Microsoft Software Development Kits (SDK’s) and certain other programming tools and applications, (like Visual Basic or...
5
301
thread by: Santhoshi | last post Nov 22 '05 by: Jon Skeet [C# MVP]
I have an event declared in class1 Now i want to raise the event in the my class2 or anywhere other than class1 Is it possible? If so how Thank you
0
244
thread by: SS | last post Nov 22 '05 by: SS
Can I change the font and backcolor of individual cells of a propertygrid control ?? And what if I want to make this change row-wise?? Say, show diff prop in diff colors??
0
854
thread by: vix | last post Nov 22 '05 by: vix
I have tried importing Leadtools activex component into my C++ application. The build process gives an error saying "Cannot find file or assembly AxInterop.Leadlib.dll or one of its dependencies" . The Interop.Leadlib.dll file gets created. When i examine the log for Aximp, it says "cannot find file Stdtype". But when i try to import the activex...
0
239
thread by: Anders Eriksson | last post Nov 22 '05 by: Anders Eriksson
Hello! I want to print out a series of PDF files. I need to print them in a controlled order. I have tried to use this funktion, see below, but it stops on WaitForExit(). The first file prints but then Acrobat reader doesn't shut down! I also get a new window with an empty Acrobat reader?? Anyone that can figure out what's wrong, or...
0
983
thread by: Jochen Morweiser | last post Nov 22 '05 by: Jochen Morweiser
Hello i develope a software with vb.net / ipaq (Pocket PC 2003) From my software i will start the mediaplayer with a movie but my programm have to wait until the video is finished Dim nZeit As UInt32 = UInt32.Parse("4294967295" Dim prcNeu As IntPt prcNeu = Core.CreateProcess"\windows\wmplayer.exe", "\test.wmv"
0
288
thread by: John | last post Nov 22 '05 by: John
Having just deployed an ASP.NET website, many of our users are getting intermittent blank pages when navigating to the first page on the website. The title of the window says "The page cannot be displayed". In order to fix it, I simply browse to the website via the browser on the server but sometimes I also find that the website has stopped...
4
276
thread by: Tom Kwee | last post Nov 22 '05 by: Michael S
What are the advantages/disadvantages of VB .Net vs. C# Thanks much
0
681
thread by: Baskar RajaSekharan | last post Nov 22 '05 by: Baskar RajaSekharan
Hi, I am having one Tool, which will convert components from vc6 to Vc7 through programaticllay. (ie converting from .dsw to .sln.) While converting, the following MessageBox is comming ," The project Needs to be Converted to the visual C++ 7.0project format? Do you want to convert? Yes, No, Yest To All. NoToAll. I wat to supress the...
2
432
thread by: David Lindgren | last post Nov 22 '05 by: David Lindgren
Hello. I am trying to figure out a way to determine if the user has resetted the system clock between two times of running my application. One idea I have is that I could check the modified date of a system file which I "know" is changed regulary (every day) and compare that to the current time. If the modified date is later than current...
4
275
thread by: Lloyd Sheen | last post Nov 22 '05 by: Charles Law
So MS where is the error that is reported on last line, says 1 failed. No indication as to what failed. VS 2003, (reinstalled more times than should have been). ------ Build started: Project: SQLEditor, Configuration: Debug .NET ------ Preparing resources... Updating references... Performing main compilation... Building satellite...
0
825
thread by: Russell | last post Nov 22 '05 by: Russell
Hello everybody, I'm the administrator of our network and we have a problem with our Windows server 2003 standard. Recently I've installed the server on our network and promoted it to domain controller. Everything works fine. Our R&D department is developing a program that's created with c-sharp and runs in .NET (I hope my explanation is...
0
254
thread by: Randy | last post Nov 22 '05 by: Randy
Hello, I recently upgraded to .NET 2003 from the previous version. I converted some projects over to the new .NET. All came over well with no problems. One strange thing though, when I start .NET and I get to the Start Page where it shows your projects and the Modified date, on some projects this date never gets updated even though I open the...
4
707
thread by: James Geurts | last post Nov 22 '05 by: Eric Gunnerson [MS]
Hi all Can someone help me out with a regex to remove all html tags except for <p>,</p>,<br>,<br/> from a string Thank Jim
1
342
thread by: Paul Steele | last post Nov 22 '05 by: Eric Cadwell
I am writing a C# program to automate the deployment of new notebooks the first time they are booted after sysprep has done it's thing. I want to join the notebook to our domain and give it a specific name based on user input. The two functions I am using for this purpose are NetJoinDomain and NetRenameMachineinDomain. This is basically what...
1
242
thread by: Jason | last post Nov 22 '05 by: Jon Skeet [C# MVP]
Why is the following code producing the below resuts Dim msMessage(0) = New StringBuilder( msMessage(0).Insert(0, "<SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'" msMessage(0).Insert(1, "xmlns:xsi='http://www.w3.org/1999/XMLSchema-instance'" msMessage(0).Insert(2,...
29
380
thread by: | last post Nov 22 '05 by: Bram
Hi, I am trying to optimize the reading of a huge binary file into a byte... I am doing the following.. byte ba = new byte;
0
1,114
thread by: BStorm | last post Nov 22 '05 by: BStorm
If I have a DataTable with a multipart primary key and want to update a column based upon a value for that key, what is the most efficient way to do this? For example, if I have an OrderDtl table with a primary key consisting of an OrderNo and OrderDtl and wish to update the OrderAmt colum when I have values for OrderNo and OrderDtl.
28
1,716
thread by: Dennis Owens | last post Nov 22 '05 by: William Stacey [MVP]
I am trying to run a thread off of a form, and every once in a while the thread will raise an event for the form to read. When the form gets the event, the form will place the event into a dataset and display it on a datagrid that is on the form. The problem is that the thread will slowly take over all of the processor time. After about 8 events,...
1
1,476
thread by: John Good | last post Nov 22 '05 by: Igor Tandetnik
Hi I use the Datagrid webcontrol on my web page, and I use the following client-side javascript to duplicate the current row to the datagrid. But when I loop through the data in datagrid from codebehind, it does not include this new row. Did I miss something? What should I do to reference this new row from codebehind? Thanks JP Goo var...
0
1,170
thread by: Tony | last post Nov 22 '05 by: Tony
Hi I'm trying to debug the sample application in ASP.NET (CommereVBSDK) but the .NET environment is not allowing me to debug. I get the following error Error while trying to run project. Unable to start debugging on the web server. The project is not configured to be debugged. The solution says to set 'debug=true' in the web.config file...
0
249
thread by: Microsoft | last post Nov 22 '05 by: Microsoft
Is there a way to to retrieve Directory Property information? I am trying to develop a way to monitor total Directory size say any directory over 200 meg. I have the logic to enumerate the directories but I can't seem to figure out how to extract the directory size.
0
265
thread by: Predator | last post Nov 22 '05 by: Predator
Is there anybody out there using MereMortals for .Net?
1
358
thread by: Amir Eshterayeh | last post Nov 22 '05 by: Marshal Antony
Dear Friends I put a asp.net hyperlink control inside a datagrid as even a template column or hyperlink column but can not force datagrid to open a new window when I clicked on the hyperlink. I set the Target of Hyperlink to _top, _blank, _parent ,... but it navigate to that url from the current page and I must click back to return to grid....
0
242
thread by: Jim Mace | last post Nov 22 '05 by: Jim Mace
OK, here's my problem. I have a .net Web application created on my localhost using a file share that I upload to my Windows 2003 Server. Anyway, it does not matter where I run the application, either locally or on the 2003 machine, when I go to the third page that dynamically loads a user control based off of a query string value I receive the...

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.