473,799 Members | 3,214 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).
10
599
thread by: herbert | last post Mar 7 '06 by: Christopher Reed
I am a hotmail user. 1) How do I send e-mail from my .NET 2.0 app via hotmail? How should the following lines look like? Assume my hotmail username is HMUN, my hotmail password is HMPW. Dim client As New SmtpClient (...) '??? client.Credentials = ... '??? 2) Of course this should also work behind a firewall....
1
1,059
thread by: jaffar | last post Mar 7 '06 by: Patrice
hai all, I am developing a vb.net windows application , is there any possible to run the vb.net application in visual Studio 6 Pro, if possible what are the ,minimum, requirments to run the application, warm regards. shaik jaffar ali
6
1,371
thread by: Rob R. Ainscough | last post Mar 7 '06 by: DKode
Ok, I gotta say I now believe in Voodoo & Magic after working with VS 2005 developing web pages. I have a standard ASPX web page, the only two controls on the page are a Label Control (WebControls.Label) and a Button (WebControls.Button). If I place both controls using Layout = Relative they look correct on the web page. But when I run...
1
1,365
thread by: MollocH | last post Mar 7 '06 by: MollocH
Hi NG, Here some Code: ------------------------------------------------------ Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
2
968
thread by: swapprose | last post Mar 7 '06 by: swapprose
Hi what is com and dcom,wt's the difference? what is unmanaged code? is .net support unamanaged code? how can we include unmanaged code assembly into .net? is there compatability from unmanaged to managed code in .net? which .net host doesn't support application domain a)iis
1
1,616
thread by: Mr Bojangles | last post Mar 7 '06 by: Mr Bojangles
Hi, I want a do the following: From a (client side) web form, post to server side script (I'm using Javascript but anything will do), which in turn--and this is the important bit that I can't find out how to do--calls a webservice on a separate server... Client ASP server (no .net)
0
848
thread by: Filippo Bettinaglio | last post Mar 7 '06 by: Filippo Bettinaglio
Hi, Visual Studio 2005: I have a strange IDE behaviour: In my laptop I have installed VS2005 and selected C# as primary language during the installation. In my desktop I have installed VS2005 and selected C++ as primary language during the installation.
3
1,111
thread by: PBR | last post Mar 7 '06 by: steve_marjoribanks
How can I capture the Element name, and generate meaningful error messages, when a validation error occurrs.I am using java APIs to validate (javax.xml.validation)
0
1,129
thread by: Torsten Grust | last post Mar 7 '06 by: Torsten Grust
Second Call for Papers X I M E - P 2 0 0 6 3rd International Workshop on XQuery Implementation, Experience and Perspectives June 30, 2006 Collocated with ACM SIGMOD/PODS 2006, Chicago, USA Sponsored by ACM SIGMOD
2
1,302
thread by: jamesjacobyu | last post Mar 7 '06 by: andreas_is_here
Not sure if this is the best place to ask this question, but here goes: I'm programming an aggregator that keeps track of a large number of feeds (basically an rss reader). The problem is, I want an automatic way to know when sites have updated, so my program doesn't have to keep checking all the feeds to see if they've updated. I know...
1
2,091
thread by: Russell Mangel | last post Mar 7 '06 by: Bruno van Dooren
Sorry about the Cross-Post, I posted my question in the wrong group. Hello, What is the simplest way to create a dynamic collection (during run-time), using basic C (Struct data types). Since I am doing C++/CLI interop I wish to avoid using vector class. I am using Visual Studio 2005 C++/CLI, and I am writing an Un-Managed class...
1
1,258
thread by: Eric | last post Mar 7 '06 by: Gary Chang[MSFT]
We are about to deploy a new version of our application re-written in .Net. Our .Net app is using the installer included with VS.Net 2003. The previous version of the application was deployed using InstallShield. Is it possible, using a Custom Action, to call the previous apps uninstall routine? If not, help on how to uninstall the...
0
1,440
thread by: job kazan | last post Mar 7 '06 by: job kazan
Can anyone suggest the best and easiest platform for the following job, possible freelancer and approximate budget for this: "It must be a script that has as an input a long code from the "calling scratch card" that customers enters on our website. Script accepts the long code, validates it with a database, than offers a customer to...
2
1,275
thread by: Bryan | last post Mar 7 '06 by: Bryan
I am currently working on a project that I am interested in porting to Win32 or .NET, but I don't know where to get started. I have quite a bit of experience with MFC, and I have been working with C# for the last few months and I feel like if I know where to start looking, I can do this. The current app is for Mac OS X and is being built...
0
982
thread by: Ryan Liu | last post Mar 7 '06 by: Ryan Liu
Hi, I have a strange problem, should be very simple, take me days I couldn't finger out. Really appreciate if you can help me fine the problem. I am trying to use DataGridBoolColumn, but I just can not check/unckeck the checkbox with this column. I can edit other DataGridTextBoxColumn in the same grid. So it is not read
0
1,338
thread by: orencs | last post Mar 7 '06 by: orencs
Hi, I have a small question in regards to Microsoft Practices Enterprise Library Common: I hope you could help because I have reached a dead end. Is there a way to load the configuration file dynamically?
1
5,116
thread by: AdamKadmon | last post Mar 7 '06 by: Marc Scheuner [MVP ADSI]
Hello there. I have a method that pulls out the members of a group in the form of distinguishedName. I read somewhere that I could then connect to the Directory with: DirectoryEntry(@"LDAP://servername/" + dnPulledFromGroup) and somehow pull the user CN in this fashion. Could someone point me in the direction of how this might be achieved?...
8
2,150
thread by: Bryan | last post Mar 7 '06 by: Bryan
Does anyone have an example of an application that can connect to a running process and capture Trace.WriteLine calls like in SQL Server Profiler? I know that we can inherit from a TraceListener class to write to files, databases, etc..., but I would really like to attach to running .NET processes and get the results without any logging and...
1
1,092
thread by: bob | last post Mar 7 '06 by: William DePalo [MVP VC++]
I need to edit an old dos program that was written with Microsoft C/C++ 7.0 (circa 1991?). I have the orig. MS floppies, but no MS 3.1 OS nearby. Can I install this package on a machine with Windows 2000? I have no other developer package by MS. Thanks.
0
688
thread by: New guy.. please help | last post Mar 7 '06 by: New guy.. please help
Hi, I'm a new kid onthe block.. I have a small company with a website that was developed in .net by a company for me. I want to work on it myself so I installed 2000 server at home and the added the .net framework. I can navigate for page to page with out any issue. When I click on a button to execute javascript:navigate I get and error ; ...
3
1,562
thread by: Bragadiru | last post Mar 7 '06 by: Steven Cheng[MSFT]
Hi, My WebServices project was converted by VS 2005 to its new format : *.asmx.cs files are in AppCode folder. Everything works fine, but now, when I'm deploying my WebServices => the WebMethods source code is deployed, too !!??? To deploy I'm using a WebSetup project and BTW to integrate my WebServices project, I can select ONLY content...
0
1,183
thread by: SR | last post Mar 7 '06 by: SR
I am using the new namespace in .NET 2.0 to connect to an SMTP server and send an email message. I am using a Windows Application environment. When I call the Send function, the message is not sent immediately. It is only sent when I close the application or try to send another message. I have tried disabling my AntiVirus package and it...
0
1,096
thread by: Jimmy L | last post Mar 7 '06 by: Jimmy L
to validate a WSDL is a valid one do i just need 1) WSDL schema - http://schemas.xmlsoap.org/wsdl/ 2) WSDL document input these 2 document into a XML editor just like validate XML doc with DTD?
4
1,460
thread by: jw56578 | last post Mar 6 '06 by: FoxtrotEcho
how would i structure a C# class to properly serialize into the following XML Schema <root> <MainItem> <SubItem/> <SubItem/> </MainItem> </root>
0
832
thread by: Asfar | last post Mar 6 '06 by: Asfar
I have C++/CLI MDI application. In the Load event of the main form I display another widows form, form1 and set the MdiParent to the main form. I have a button on the child form which I click and open form2 and close form1. Now when I close form2 I want to come back to from1. Can some please tell me how this be done in a MDI application. ...

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.