Wilson Thampi John's Q&A profile
Visual Studio Express Editions When is Visual Basic Express launching ?
HI, I really like the Visual Basic Express edition, i have visual studio .NET 2003 but never enjoyed doing any thing on it as too complicated and diffecult for me. I love Visual basic 6. I want to develop one small application and was planing to use VB6 but after using the beta of VB Express i think this is the right thing for my kind of developers. Does any body know when visual basic express will be launched offically to purchase and start developing applications on it Any idea of month year Kindest Regards, Syed I have VB 2002 and 2003 and quite a number of the books Microsoft published on them but somehow the past ...Show All
Visual C# Socket Question
I followed the MSDN example for Asynchronus Sockets. It seems to be working, but I'm having a few issues on how it works. Basically I have two Flash clients that connect to the socket server. I want to be able to send a message from one Flash client to the other. I have been successful in wrtining to the socket and returning the data to the client that sent the message. How do I get the other client to recieve data that is sent to the socket. Is there a way to broadcast to all clients connected to the socket I'm running VS Studio 2003 Enterprise Edition. Thanks... If you have a reference to the socket, you ...Show All
Visual Basic Compile error in hidden module: AutoExec -- Help please
Anytime I access a microsoft office program such as word or outlook, this visual basic error pops up. "Compile error in hidden module: AutoExec" It gives two options: "Ok" or "Help" - When I click Ok, I can continue to use the program - "Help" gives the following description: " Compile error in hidden module: <module name> A protected module can't be displayed. This error has the following cause and solution: There is a compilation error in the code of the specified module, but it can't be displayed because the project is protected. Unprotect the project, and then run the code again to view the error. For additional i ...Show All
Visual C++ How do you install CRT, ATL80.dll, MFC80u.dll applocal?
When we look at other installation options than side-by-side installations, we consider "applocal" installations. Unfortunately we cannot use side-by-side installation since it prevents “Per User” installations in Windows Installer. (See http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=552c704c-75ba-4cb1-8bf3-0c1d6d50d5a2 ) A drawback with applocal installations is that fixes issued by Microsoft to components such as MFC80u.dll will not automatically applied. On WinXP I suppose MS can do this by using policies. I found a KB article where this is discussed: http://support.microsoft.com/default.aspx scid=kb;e ...Show All
Windows Forms Dynamic UI Right-To-Left OR Left-To-Right ??
Hi I want to ask about the process of making my application UI Layout dynamically changed from Left-To-Right to Right-To-Left or the opposite What this Process is called and to What Extend WinForms 2.0 can help in achieving this process also have one more question :- I want any advice about how I can store all of my App. text that appear on buttons,labels, ..., and any part of my App. UI elements TAKING INTO ACCOUNT that all of this text is completely customizable by the user ! Storing this text in a database or in string resources or using XML and What is the efficient method of these When I have more than 50 Forms in t ...Show All
Windows Forms accessing resource from another assembly
I'm trying to access a resx file from another assembly. The thins is that when i add a resource to the resouce file ... it change the modifier of the class to internal ... but i want it visible so the other assembly could access it. Is there a way to tell the designer to put the modifier as public and not internal When i change from internal to public. Everything works fine. But as soon as I add a new string. it changes to internal... arrgghh..... thanks, no, I have a project that is a Library. In that project I only have one class : Resources.resx In another project I have a reference to that library, so ...Show All
Visual C# How can I get my app to fetch more than one page from a WIA scanner with an ADF?
Hi, I've searched, Google, the FAQ, Knowledge Base and Forums and am getting conflicting answers. A general search on MSDN for "WIA" and "ADF" provides an article that claims to show how to get a C++ program to use an ADF via WIA (but as I don't know any C++ it means very little to me). However, a Knowledge Base article suggests that WIA cannot access more than one page from an ADF. Anyway, I have a piece of code; wiaItem = ( ItemClass ) Marshal .CreateWrapperOfType(wiaRoot.Children[0], typeof ( ItemClass )); imagePath = @"C:\temp\Scan" + pageNo.ToString() + timeStamp + ".bmp" ; w ...Show All
Visual Studio Express Editions VB + SQL server vs Access
I am very new to programming etc so I may be misunderstanding the situation, but my question is this: VB.Net Express is a programming language which comes with database functionality via SQL Server Express, whereas Access is a Database which is programmable via VBA. So, if one is developing a (fairly simple) database based application what are the pros and cons of using one set of software tools versus the other Thanks for any insights. Eric It really depends on your field of expertise. Personally, I'd crank out something faster using C# and SQL Server, because that's what I do. But, Access is definately e ...Show All
Visual Studio Tools for Office To view Infopath in the browser
Hi, I want to view the infopath file in the Web browser using Dotnet. I am able to render the template.xml file by using the view.xsl file. But some components like Datetime picker and also some scripts are missing Can any body help me in solving this problem Thanks, Gowrisankar. I am rendering InfoPath in IE since 2 years, and no matter what you do you will always have things missing. Wait for the InfoPath 12 Server, it does it automatically. ...Show All
Microsoft ISV Community Center Forums Lack of mouse scroll wheel support in VBA
Folks The mouse scroll wheel does not work in VBA. This has always puzzled me as to why this support does not exist since Office 2000. This problem was originally caused by a MS Mouse driver change that I'm told was communicated long in advance to other MS folks. This problem has existed for several versions of Office. As far as I'm concerned this should've been fixed in the Office SPs. And yes, I'm quite aware of the workarounds VBScroll and Freewheel. Tony I agree with Tony. This is something that ought to be fixed. In fact it ought to have been fixed some time ago. I hope that whoever is responsible for fixing th ...Show All
Visual Studio 2008 (Pre-release) avalon libraries
hi i want to know how i can install libraries for avalon in visual studio 2005 ..... please reply soon.... You get everything you need here ...Show All
Visual C# Mouse and Keyborad API
hello ppl,, im making a lan administrator program and im wondering if theres any API to manage the mouse and keyboard.... i have a program that need to be able to lock a computer... for example.. when the server send a message to a client... the keyboard and the mouse should be locked,, no matter if the client moves the mouse,, or if he press keyboard,, I need to disable them,, and also if possible.. move the mouse to a specific location,,make clicks.. and with they keyboard... to be able to press keys.. i know i ask too much :P hehhee... thx mig16 Nah, not asking too much. I would probably have a look i ...Show All
Visual Studio VSS metrics
I want to collect metrics such as the number of lines added, modified, and deleted between revisions of a file for all files in our VSS repository. Please provide me pointers to tools (including commericial) or even ways to do this programatically. I searched on google and came up with just MetricCenter's collector and workstation but I have not evaluated them yet. Thanks The search below will list a few options available in the market: http://search.msn.com/results.aspx q=Sourcesafe+Metrics You can also use automation to get some of that information. The Beta automation documentation is available at: h ...Show All
SQL Server Issue with Logging using SQL Server
Hi All, I'm trying to implement the SQL Server logging in my package but Im receiving a very weird error message. Follow below: "Error at Consumer_Common_Transportation [Log provider "SSIS log provider for SQL Server"]: An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E14 Description: "There is already an object named 'sysdtslog90' in the database. Error at Copy Data to TCARRIER: The SSIS logging provider "SSIS log provider for SQL Server" failed with error code 0xC0202009 ((null)). This indicates a loggi ...Show All
.NET Development System.Net.WebException: The request was aborted: The request was canceled.
Hello, we very often get the above Exception on our application, which makes strong use of WebServices. Does anybody know, why this Exception can occure and how to avoid it Kind regards, Manuel I implemented the following function to debug the WebException: private void HandleWebException(System.Net. WebException ex) { string logEntry = "No response from Web Service " + Environment .NewLine + ex.ToString(); logEntry += Environment .NewLine + "Status: " + ex.Status; if (ex.InnerException != null ) { logEntry += Environment .NewLine + "InnerException: &qu ...Show All
