473,543 Members | 1,807 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).
2
277
thread by: Maurice | last post Nov 22 '05 by: Maurice
Hi I was wondering what most of the designers in .NET create: bound windows forms or unbound windows forms. The applications I've made in Access were all bound forms but what is the best choice in .NET? And why.. Thx!
2
411
thread by: Ulrich Sprick | last post Nov 22 '05 by: Ulrich Sprick
Hi all, I have a problem that should be quite common, but I'm not (yet) familiar with process synchronization in .NET: There are several applications that write to a single file on disk. The apps open a FileStream with FileShare.None to prevent others from reading garbage. Now if a second process wants to open the file, it will fail....
0
1,064
thread by: Sphere | last post Nov 22 '05 by: Sphere
If I'd like to read out the tooltip of icq.exe, that is shown in the systemtray. How do I have to do that, please help me.
3
9,144
thread by: Norton | last post Nov 22 '05 by: burcinyazici
Dear All, Does anyone know hoe to get the current procedure name in Vb.Net ? Example Private Function TestingMe() as string Return thisProcedureName End Function and the function can return "TestingMe"
0
285
thread by: Steve O'maley | last post Nov 22 '05 by: Steve O'maley
I currently have the Exception Management Application Block working in my base directory, but when I create pages in a subfolder the Exception Management Application Block is never executed. The error is just displayed back to me like it normaly would be w/out the Exception Management Application Block was never implemented Do I need to include...
2
400
thread by: Phil | last post Nov 22 '05 by: Paul Clement
Hi There. Seriously stuck and need help! I am trying to access Access 2000 database using ASP.NET(VB) and I am getting a "Could not find installable ISAM" crap. There are quite a few resources dedicated to solving this problem but none work (spent 6 hours on google trying everything suggested). The code I am using is very simple but does not work...
0
711
thread by: Maurice | last post Nov 22 '05 by: Maurice
Hi In .NET I created a form with bound controls (Access Database). I used a dataset and followed examples to create a navigation using the Binding Context. So far everything goes well My question, how do I add a new record to the database AFTER the user filled in the fields on the form. When the user presses a buttonNEW all controls (bound)...
2
386
thread by: Paul Steele | last post Nov 22 '05 by: Paul Steele
I'm writing a C# program that needs to validate an Active Directory username/password? The program will be running on a workstation that is not part of the domain. It doesn't have to do anything else other than determine if the credentials are valid. Any pointers would be appreciated.
1
290
thread by: Paul | last post Nov 22 '05 by: Ken Tucker [MVP]
Hi all. Probably a quick one, I'm using PostMessage to send keys to an applicatoin but how do I convert the key string to a long values so that I can pass this to the wParam. The definition is below Private Declare Auto Function PostMessage Lib "user32" ( _ ByVal hWnd As IntPtr, _ ByVal Msg As Integer, _ ByVal wParam As Long, _
1
308
thread by: Sphere | last post Nov 22 '05 by: Ryan Gregg
Hi I'd like to read out the ID3 V2 tags from my music files (like mp3, wma, ogg, ... is there a possibility to do that?
0
313
thread by: Wynter | last post Nov 22 '05 by: Wynter
RE: from Displaying a Document using the ASPNET user account to the Client Browser discussion (3/2/2004 Buddy Thanks for helping me on getting the document to display. But now I am left with a second issue. While I was displaying the document as an attachment I end up with an extra window open or if I remove the Target='_blank' then my main...
2
1,167
thread by: Darren B | last post Nov 22 '05 by: Sam Gentile [MVP - C#/.NET]
Does anybody know how MS recommends we write a middle tier than requires trasactional processing. Is Com+ still what we should be using for any new projects as I also heard that you cannot buy VB6 anymore??
0
922
thread by: Ryan Rogers | last post Nov 22 '05 by: Ryan Rogers
i'm trying to use the FileSystemWatcher Class to watch files being accessed on a DFS.. is there a class or method somewhere in the DotNet Framework that allows you to see who is working with a file. I guess I'm looking for the file owner. Ryan
0
230
thread by: Mike Kearl | last post Nov 22 '05 by: Mike Kearl
I am using the SMTP virtual server to send mail from an asp.net form that I have created. When I enable the form it works great but I have found that it has been targeted for people that want to relay mail. How do I shut this relay down and still allow my form to send mail? Mike.
0
320
thread by: Gary Bagen | last post Nov 22 '05 by: Gary Bagen
Hello, I could just be terrible at searching, but I was not able to find the C++ source code for aspnet_setreg.exe on www.asp.net that the .NET Framework reference elluded to. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfProcessmodelSection.asp We are looking at making it a silent version that...
2
323
thread by: R Chown | last post Nov 22 '05 by: R Chown
Using vbscript I can get the domain of a server by binging to the WinNT provider and then getting the ADsPath Set comp = GetObject("WinNT://MyComputer" sComputerAndDomain = comp.ADsPat How do I do the same using c# and the .net framework Thank Richard Chown
1
450
thread by: Ryan Rogers | last post Nov 22 '05 by: Ryan Rogers
Does The Filesystemwatcher class work though a DFS??
0
277
thread by: Laurence Nuttall | last post Nov 22 '05 by: Laurence Nuttall
I have a yellow exclamation next my form file in the IDE. the form comes up if I execute the project, but I cannot see the form in the ide. Does anyone know what is going on? Thanks in Advance, Laurence Nuttall Programmer Analyst III
0
294
thread by: Kiran Joseph | last post Nov 22 '05 by: Kiran Joseph
Hi Al I am invoking a COM object from my .net applicatio The COM dlll seems to have memory leaks and does not work as expected after a few minutes But if I restart the application everything will be fin I need know how to unload the COM dll and realod it so that the DLL would start fresh as if it is invoked the first time Thank Kiran
0
268
thread by: Robert Scheer | last post Nov 22 '05 by: Robert Scheer
Hi. I have some macros recorded under MyMacros\Module1. One of these macros executes a task that already exists on a macro under Samples\Utilities, one of the group of macros installed by vs.net. How can my macros call a macro in another project\module? Thanks, Robert Scheer
0
277
thread by: Bp | last post Nov 22 '05 by: Bp
I'm writing a simple HTTPRequest that retrieves the content of a web page. Dim httpReq As System.Net.HttpWebRequest Dim httpResp As System.Net.HttpWebResponse httpReq = CType(System.Net.WebRequest.Create(URLString), System.Net.HttpWebRequest) httpResp = CType(httpReq.GetResponse(), System.Net.HttpWebResponse) The problem is that on...
4
4,458
thread by: Vinny | last post Nov 22 '05 by: Philipp Sumi
Hello, I am a dotnet developer and i would like to become more involved in open source dotnet efforts and the community in general. I see that there are many open source dotnet applications available all over, but i was just wondering if there was a central website of some sort where those wanting to participate can look up information,...
0
784
thread by: J. Muenchbourg | last post Nov 22 '05 by: J. Muenchbourg
I'm trying to get a record to show on an aspx webpage with a classic asp reference: <%= rs("productname") %> ..but the displaying result shows the namespace(?¿) reference instead: System.__ComObject ..i'm unsure of the asp: runat=server coding to use for this simple
1
1,066
thread by: Jim M | last post Nov 22 '05 by:
Does anyone have a method to determine if a graphic file exists in a certain web location so that I know to display it or a substitute file? Thanks in advance.
2
1,351
thread by: Pola | last post Nov 22 '05 by: Peter Huang
Please Help I am using VC++.NET In my appl I have to disable access to some disks in the network How I can do it thank you Pol

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.