rubeesh's Q&A profile
Windows Forms net check before opening the form
How to check whether internet connnection is available or not before opening a form using vb.net thanks in advance PrasantH Might be nice to drop a link to the KB article. In general though, you can check WMI to see if there is an active link connection that can be used. Going out to a site on the Internet for the check& ...Show All
.NET Development Which .NET Framework compatible with which versions of .NET Framework??
I know Visual Studio .NET 2002 ships with .NET Framework 1.0, Visual Studio .NET 2003 ships with .NET Framework 1.1 Visual Studio .NET 2005 ships with .NET Framework 2.0. But how about other combinations Can I use Visual Studio .NET 2005 with with .NET Framework 1.0 Please, inform me which combinations of Studio and Framework are valid Thanks in advance. There is a way, but it's not supported: http://blogs.msdn.com/jomo_fisher/archive/2005/04/22/410903.aspx ...Show All
Visual Studio Cannot get local version of MSDN to be called up from VS 2005
Hello, I have recently upgraded to VS 2005 release candidate. I then installed the full 2.6GB version of MSDN locally. I need to figure out how to get the local version of MSDN to be accessed from VS 2005. I have specified "Use local first, then online" as my option for help. Whenever I double click a class name and hit F1, I expected to get the local definition of that class. Instead, it goes through the relatively long process of looking online for it. Is this a bug or a feature I reported this as a bug also. TIA for your help, Joe Barry Joe: Sorry for the delay in replying. Are you still unable to ac ...Show All
.NET Development Zeros at the beginning of source code
Dear friends, I have a vb .net site with + - 100 pages. Some pages, once retreived, show 2, 3 or even 8 zeroes at the beginning of the source code, resulting... 000 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> The pages work fine. But is it a mistery or is it just me What are the zeroes doing there Is a component (or tag) producing them This is an example of one of the pages that is producing the zeroes... <%@ Page Language="vb" AutoEventWireup="false" Codebehind="wf605deseje.aspx.vb" Inherits="siner81.wf605deseje"%> <%@ Register TagPrefix="example" TagName="template" Src="Templat ...Show All
.NET Development Get connection string from app.config file
How do i read my connection string from app.config file I also know that connection string is saved in settings.settings, but i don't know how to get value from there either (I found info about this only for vb, not for c#) Here is the app.config file: < xml version="1.0" encoding="utf-8" > <configuration> <configSections> <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > <section n ...Show All
Visual Basic Need help with saving URL Code
Hi All, Ok I've been at this for a week now and obviously I don't get it. I've got some of the code right cause it does work but as soon as I try to save a url it tells me that URI's cannot be put into a richtext box. I have a button that opens a SaveFileDialog box and the way it is now works just fine but when I try to save the url that's in my AxWebBrowser it doesn't work. What I am doing wrong here What am I just not getting (Yes Newbbie ;-)) This is my code for the button so far: Private Sub Faves_b_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Faves_b.Click ' Find the directory of t ...Show All
Smart Device Development Pocket PC connection!
Dear MSDN support, When i am deploying the emulator and running the following URL in the emulator to check if i have access to a publication i got an error telling me that i could not connect because i have no connection, but i have just setup a proxy setting on the emulator because i only connect to the internet through a gateway! http://my_computer_name or the ip_address/publication_name i.e. the same as the database/sscesa20.dll Dear Mr Ahmad, You may want to cross post it on Sql Mobile forum where it has got better chance of being answered. -Thanks, Mohit ...Show All
.NET Development Why Namespace xmlns="" always in Child element when use IXMLDOMDocument2Ptr?
I use IXMLDOMDocument2Ptr to create a root element. Then, use setAttribute to set Namespace xmlns. Then use IXMLDOMDocument2Ptr to create a child element. To my supprise, xmlns="" is always attached to child element. Anyone can tell me how to avoid this problem Thanks! Are you creating the child element with the same namespace as the root element If the root element has a non-empty namespace (and an empty prefix), and the child element has no namespace, you will see the xmlns="" attribute added when you save the document, because the child element's namespace is different from the root element's nam ...Show All
.NET Development TcpListener and TcpClient ports
I have searched for the answer to this question but I find conflicting information in most references to it that I could find. As I understood, when a listener on a server receives an incoming connection request from a client, the newly created TcpClient object on the server connects to the client using a different port so that the listener can continue to listen on the listening port. This implies that multiple incoming connections from clients would require that the server assign a separate port for each for future conversations. This tallies if a port is a memory address as each socket would need to have ...Show All
Smart Device Development VS2005 Smart Device CAB building problems
Hello... I am having a problem building a CAB file for a .Net CF PocketPC application. In VS2003, I would just simply select the "Build CAB File" menu option and, like magic, a CAB file would be created that would include the necessary DLLs or other dependencies. The size of the file, including some 3rd party DLLs, was about 1.8MB. Now, using VS2005 I finally discovered that you have to create a separate CAB file project. Not difficult, but certainly not intuitive...at least for those that have VS2003 experience. The PROBLEM is that the resulting CAB file is 35MB! It has all of the .net DLLs that were never part ...Show All
Visual C++ C++ in VS2005: Enable automatic copy of depentend 3rdparty unmanaged dlls
Hi, I am creating a managed C++ class library that uses several unmanaged old-style C++ libraries (with .h, .lib and .dll files). These dependent dll-files are located on a specific path on my computer, but each time I create a C# application that uses the managed C++ class library (which again uses the 3rd-party unmanaged dll-files), I have to copy these files to the bin-folder of the C# application. Is there some way I can automate this E.g. like how C# class libraries work If I have a "mother" C# class library that is dependent on other "3rd-party" .NET assemblies, all of these dependend "3rdparty" assemblies w ...Show All
Visual Studio Team System Question RE Team Foundation Server, Team Explorer, Work-item tracking, etc.
Hi, i'm a college student working on a school project. I could not find a better source of info regarding my concerns than this forum, so i hope you could help me out. :) Our project is basically about the work-item tracking feature of VS2005 as a defect tracking system. Unfortunately, I and my groupmates have really "little-to-no" idea about this. So, I have a series of questions and i hope you could answer them.. I'll start with the basics that we have to know about.. 1. How does the Team Foundation Server work and how does it communicate with the Team Foundation Client 2. Does the server hold a certain database per project For ...Show All
Windows Forms ClickOnce - multiple applications
Can someone explain how ClickOnce determines where and how it installs the local copy of the program. I require to supply several ClickOnce installations - available from separate deployment locations. The .exe name for each application is (slightly) different, but the project name/title is the same. It seems I cannot run more than one of these installations on the same PC. Is it the .exe, the .application file, the manifest or the application title that has to be unique brian smith The deployment name has to be unique. If you are using the same publisher and product, you can give a unique name for each deployment. ClickOnce will cre ...Show All
Visual Studio Express Editions forum on visual web developer
How do i ad a forum to my website in visual web developer 2005 express edition Hi, Check out the Community Server. These forums are a customized version of the Community Server. http://communityserver.org/default.aspx Regards, Vikram ...Show All
Windows Forms Save position in DataGridView after refreshing
I have DatagridView on a form. When user click to save changes I save tham and then re-red data agin to reflect latets updates from database. Question how I can return pintor on current record after refreshing Otherwise user clicj save and find himself on first row of DataGridView. It is really annoyning scrol to old position especially on big table Thanks here we go http://www.dotnet247.com/247reference/msgs/12/62294.aspx just one thing from me this sample create NEW connection to exceture set arithabort on BUT you shoul do it though the SAME connection so here is my sample which works perfect for ...Show All
