Nook Schreier's Q&A profile
Visual Basic Web Browsing program
OK, I know what I want in the browser, I know how to make most of it. The only problem I have right now I DON'T KNOW HOW TO MAKE THIS WEB BROWSING WINDOW!! I'm trying to make it in a panel, which probably is the wrong way to do this. I need help with the web browser commands. Oh, and I want it in the program, not external Internet Explorer window. Please help, I'm new at this and I'm trying to make an OS-like program set. Hi, Visual Studio 2005 has a managed WebBrowser control. For Visual Studio 2003, you need to use the COM WebBrowser control. - Right click on Toolbox, choose Add / Remove Items ... - Select COM Components tab ...Show All
Visual C# How to extract event method name!
Hi, Does anyone know is it possible to get method name which is placed to eventhandler. Like Button.Click += new EventHandler("but_Click"); how do I get string "but_Click" in runtime Been asked before. See my solution in this other topic . ...Show All
.NET Development Reading mail from gmail or yahoo
hi is there any way to read mail from mailbox of yahoo or gmail. or read mail from any mailserver. plz help me. thanks and regards kavita Once you have POP3/IMAP4 access you can retrieve email programatically. Although the .NET 2.0 does not have the POP3 classes yet. It is slated for the next release. If POP3 is a must for you please 1) email nclasks@microsoft.com and tell us what your scenarios are 2) Use CDO or some other functionality to access POP3 messages for now. 3) Create your own POP3/Imap4 implmenation using System.Net.Sockets 4) Use a third party mail component ...Show All
Visual Studio Team System Visual Studio 2005 Team System RC VPC
Hi! I download Visual Studio 2005 Team System RC VPC from MSDN Subscripbers dowloads site. When I try to start the VPC and login with: User: Administrator Password: pass@word1 the system deny this account. What wrong This account present in MSDN Subscription downloads site and in Readme.txt file dowloaded with VPC. Thanks. I should point out that the readme file that came with the MSDN download lists the password as pass@word1 , with the lowercase "p". That is unless the readme has been updated within the past three days, in which case please disregard this message! ...Show All
Windows Forms error C2065: 'Graphics' : undeclared identifier
Dear All, First time use GDI+. I will try to create a Graphics object in my VC7.0 program(not use NET funcitons, just pure C++). However it always reminds me above errors: c:\zmt\test11\test11View.cpp(60): error C2065: 'Graphics' : undeclared identifier I add those head files: #include <GdiPlus.h> #include <GdiPlusGraphics.h> And I will get more errors if I add using Syste ...Show All
Visual Studio Error compiling MyC language service project
Hi, I am trying to build a language service (VS 2003). I started by trying to build the MyC language service available in <VSIP_Root>\EnvSDK\Babel\MyCLangService. However, i first got the an error from the post-compilation tool about some m4sugar file. I searched online and downloaded the bison package and got the m4sugar directory and put it in the appropriate folder (the tool was giving error on ..\share\bison\m4sugar\m4sugar.m4 path, so i put it there), and that error went away. Then it gave me a new error: Running Bison on c:\Program Files\Vsip 7.1\EnvSDK\Babel\Sources\Client\MyC\parser.y ..\tools\bison.exe: m4: No such file or d ...Show All
SQL Server Cannot connect to SQL Server 2005 April CTP from remote computer
Hi, I am trying to connect to a SQL Server on a Windows2003 w/sp1 Server from a remote computer but always seem to get the infamous "Access is denied or Server Does Not Exist" error. However, if I try to connect from the machine that is running the server, there is no problem. (Used sql account, server=mixed authentication) The windows 2003 Server is a single server installation with .Net 2005 Beta 2 Team Suite, Team Foundation Server and Sql Server - Installing these items took me a while, but eventually I managed to install from scatch to end without any installation errors. I have triple checked that both TCP 1433 and UDP 143 ...Show All
Windows Forms Invisible text in MessageBox (using VB .NET 2003)
I am using VB .NET 2003 to do my developing. Over the past year or so as i have honed my skills, one thing is getting incresingly annoying. Sometimes when I am testing a theory and want a message box to show the error text or a success message, the message text allocates the right amount of space, it is just invisible. The text on the MessageBox's OK button is invisible too. The caption on the MessageBox shows fine as does the icon. Anyone else experience this Anyone know how to get around / fix this - Thanks in advance for any and all help in this matter. ...Show All
.NET Development how to call vb6 dll from vb.net?
hi, Anyone here know how to call vb6 dll from vb.net 10s..... Hi, Read through the following article for details: http://builder.com.com/5100-6387_14-1045393.html tag=sc Regards, Vikram ...Show All
.NET Development DataRow.GetParentRow returns null when it shouldn't
Hi all.. I have a DataSet with some DataTables with their respective DataRelations. Two tables are named Role and User, with a relation between them by mean of an intermediate table named RoleByUser. Key fields are RoleId and UserId, respectively. Well... By mean of calling the Select method against RoleByUser table filtering by a UserId value I get a DataRow with 2 fields, RoleId = 7 and UserId = 1. Using that RoleId I need to get the corresponding Role table record. Of course, a record with RoleId = 7 exists in Role table. I could use a simple select against Role table, but I want to make use of relations. Relation beween RoleB ...Show All
Visual C# how to point to a set of parameters using delegate
Hello, I wonder if it's possible to point to a set of parameters or values when calling a function with a delegate. I have 2 forms and I pass delegate to call functions from form1. lets say on form2 i have: public delegate bool CallFuncDelegate(); private int generalX, general Y; public bool Call(delegate, int a, int b) { generalX = a; generalY = b; invoke(); } public bool Func1() { int localX = generalX; int localY = generalY; .... } public bool Func2() { int localX = generalX; int localY = generalY; .... } On form1 i will assign Func() to the delegate and call it thru Call(): form2.CallFuncDelegate CFDelegate = new form2.CallF ...Show All
SQL Server Foreach NodeList Enumerator
Does anyone have any experience of using the NodeList enumerator in a Foreach loop BOL is a bit light on this. I want to enumerate over an XML Document that is passed into my package. The package is executed from a .net application. Has anyone done anything like this Any demo material Should I pass the XML Document into an SSIS object variable or a String variable Can the NodeList enumerator enumerate an XML document that is stored in a String variable etc... Thanks Jamie Since others might be struggling with figuring out the InnerXPathString I thought I would post my experiences. I have the following recursive schema in the ...Show All
Visual Studio Express Editions SOS:VC2005 B2 Express VC++ Directories Problem
I downloaded and installed VC2005 B2 Express, I can't set "VC++ Directories". screenshot: http://member.netease.com/~lilong/temp/VS2005ExOpt.jpg is this bug this is a BIG PROBLEM!! How about removing C++ Beta2 ane replacing it with Beta1 Will this work I am thinking about trying it. ...Show All
Visual Studio Team System schedule "Get Latest version"
Hi! Is there any way to schedule "Get latest Version" using Scheduled Task in Control Panel or some other tool in VSTS You could write a batch file which called the command line client (tf.exe) and then run this as a scheduled task For more information on the "tf get" command, see http://msdn2.microsoft.com/en-us/library/cc31bk2e.aspx . Another alternative would be to install CruiseControl.NET with the TFS Plugin . That would run as a windows service and keep polling the repository, updating the file system when any files have been changed - however, the way that plugin currently works it would delete all the ...Show All
Visual C# Recording Voice Messages from skype
Hi Does anybody have an idea of how to go about recording a Voice Message and then saving it to an mp3 or wav format.. Any help would be great, even links to sites which have relevant information. Thanx a lot :) I would have a look at the Skype Starter kit as it allows you to program and have fun with the Skype systems... http://msdn.microsoft.com/vstudio/express/visualcsharp/starterkit/default.aspx#skype ...Show All
