Zeuss's Q&A profile
Visual Basic How do i make a vb.net 1.1 client side web browser object
I have looked every where, why is there no working examples of making a client side web browser object. You could do it in old vb. And people say you can do it in vb.net, but only give half explained info, that does not seem to work. I have come accross pages saying you can just make a program or user control, and just embed it using object on you web page. but they never give full examples, or do not work. most say make a dll, but you can't sha ...Show All
Microsoft ISV Community Center Forums Microsoft Access Runtime/Developer (XP) - compatibility issue with XP SP2?
I have software that I packaged with Microsoft XP Developer SP1 edition which does not function on Windows XP SP2 systems but ran fine on all prior operating systems. The wording I am getting when I launch the installer is: "Visual Basic 6.0 Setup Toolkit" "The Application you are installing requires updated system components. To continue, install the Office System Pack. For assistance, contact your applicaton provider" Is there ...Show All
Visual Studio 2008 (Pre-release) DLinq and NTEXT columns
I know SQL Server is deprecating them (someday), but the following currently does not work... CREATE TABLE Thing ( Id INT, Title NVARCHAR(200), Description NTEXT -- Change to NVARCHAR(MAX) and this will work ) [Table] public class Thing { [Column] public int Id { ... } [Column] public string Title { ... } [Column] public string Description { ... } } Try to update an instance of Thing... UPDATE [Thing] SET [Title] = @p3 FROM ...Show All
Smart Device Development Free tool
Hi, i'm searching a free tool to develop .net application for Mobile Device (Windows Mobile 200-2005). Anyone can suggest me the best The microsoft Visual Studio 2005 is too expensive for me. Exists another tool Visual Studio 2005 Express is wanderful but it don't generate code for mobile. sigh. Any suggest Thx for support. For free tools, you can download Embedded Visual C++ 4.0 here: http://www.mic ...Show All
.NET Development Keeping Unmanaged DLL Used by P/Invoke in Memory
I use a 3rd party DLL, written in C++, that I call via P/Invoke (C#.NET 1.1). Problem is this DLL takes about 3 times as long to call the first time it initializes that it does subsequent times. Calling it via P/Invoke seems to cause it to load everytime. How do I keep it in memory so I do not get the initialization overhead everytime I call it. > Calling it via P/Invoke seems to cause it to load everytime. Well it doesn't. It will only ...Show All
Windows Forms DataGridView maintain scroll position after refresh
I have a read-only DataGridView that I periodically refresh with data. If the user is looking at the grid and has scrolled vertically or horizontally I want to maintain that position after I do the refresh. I can't find any way to interogate&n ...Show All
SQL Server Cancelling Deployment
I'm getting closer! I created a model and selected Deploy from the Build menu on the tool bar. I started getting info on the deployment process in the Deployment Progress window, but when it reached the "Processing Cube" part, it didn't make any more progress for about 20 minutes, so I selected "Cancel" from the Build menu. Then I tried deploying it again, and I got the message that the Movie db had changed since the last dep ...Show All
Windows Forms Implementing IDesignerSerializationService
Anyone have a clue how to do this Not many resources out there. Thanks Jamie Hello, Please have a look at the following kb article: INFO: Code Sample That Demonstrates How to Create a Custom Form Designer by Using Visual C# .NET http://support. ...Show All
Visual Studio Express Editions CSC.exe flashing a moment and dissapears
Hi, My problem is that when i click CSC.exe (I'm trying to compile using command line compiler obviously), it flashes a second and dissapears. Does anyone have a solution for this I found another thread which taught me how to get there using cmd and typing the path to CSC.exe but I'd like to know if it's possible to just click on CSC.exe and write program from there. Thanks. The command-line compiler (csc) is used to create a p ...Show All
Visual Studio Team System SharePoint Services 2.0 with SP1 not installed
I'm trying to instal TSF Beta 3 on W2003 with SP1 ENU but the System Health Cheacks always reports SharePoint Services 2.0 with SP1 not installed although it is installed. Any ideas Hi, i found the error. It seems that the ISO-Image was defect. I've downloaded the ISO for VSTF Beta 3 again and now the System Health Check reports no error. ...Show All
Visual C# some questions about treeview!!
I am trying to make a directory tree in c# using a tree view.And i want the node to expand only when any node is double clicked.For doubleclick event i used the following code: this.treeView1.DoubleClick +=new System.EventHandler(treeView1_DoubleClick); private void treeView1_DoubleClick(object sender, EventArgs e){ if (treeView1.SelectedNode !=null){ //expand the selected node } } but the problem is this event works if i ...Show All
.NET Development Problem with ConfigurationManager.OpenExeConfiguration
Well, I don't have any problem if I open the configuration using ConfigurationUserLevel.None, but if I use any of the other two choices (ConfigurationUserLevel.PerUserRoaming ConfigurationUserLevel.PerUserRoamingAndLocal), it doesn't allow me to save . I've noticed that using PerUserRoamingAndLocal or PerUserRoaming, Configuration.HasFile sometimes is set to false and FilePath is something like: C:\Documents and Settings\xxxx\Application ...Show All
Windows Forms Resizing columns
Can someone please tell me how you can programmatically resize individual columns in a VB.net data grid control Its not that hard, you have to create your own column styles object, here's some sample code from one of my projects: (dg_R ...Show All
Windows Forms Subforms v. MDI
Hi... I am a new user to VB.net. I have been using MS Access for over 12 years. Typically, all my Access apps have a single Form with one subform on it. On an event, the Source Object for the subform changes.  ...Show All
Visual Studio 2008 (Pre-release) WindowsFormsIntegration x64
Anyone know if or when this dll will be available for the x64 platform Thanks, Andrew Forget it, there's no need for it. I gotta stop asking questions when I'm tired. ...Show All
