Answer Questions
Adithi Non-working Starter Kits
Hi, Unfortunately, I recently tried to use the RSS Screensaver starter kit, and (due to a bad internet connection) the files were corrupt. Also, the Skype kit doesn't seem to work. If any one has these and they work, please could you e-mail them to me (dan.maniac@gmail.com). I would really apprecite this because I need to use these in a demonstration at School. Thanks. ...Show All
magicalclick Real Time Display
Anyone knows how to implement a real time, time on a label in VB.Net 2005 (ASP.Net 2.0) My thought here is VB Express doesnt allow creation of web pages, thats visual web developer or other VB/VS products If would also recommend using the ASP.NET forums at forums.asp.net This is really there domain and they should be able to help assist you in getting a realtime label working. Use javascript. Thks! ...Show All
programmingisfun Extraction/validation Rule Code
Is there anyway we can get coded versions of the built in extractio/validation rules I am writing some custom extraction rules and mine are only slight changes to the build in ones so it would nice to not have to write all of the code. VB code would be cool, but C# is fine now that I found a working convert. http://www.dotnettaxi.com/tools/converter.aspx Thank you to the person here who posted it!! ~Todd you can find some detailed information about creating a custom extraction rule on the following site http://blogs.msnd.com/joshch as far as parsing out your text goes: Here is an expample of looking for a tag with a specific attribute. Then grabbing the value from one of the attributes and parsing it ...Show All
Emadkb Bissubscribe bugs
There is a bug in bissubscribe tool. If you have more than one server defined in VS you get a message: Failed to load EventService proxy object: More then one server is registered. Please specify a server to use.. and there is any switch to specity server. You have to remove servers from VS :( -- If you subscribe to an event you get message: TF50001: Created or found an existing subscription. The subscription ID is 78. it resambles messages from scandisk that is scanning or reapairing... Marcin Great tool. It is much much better than command line bissubscribe. The version I was using is the one from VS SDK package. Domain is not proper for pointing a server for it has a differe ...Show All
JDPeckham File Download Progress Bar
Hi everyone, I am a very new user to Visual Basic and have stumbled upon a problem. Here is the situation: I have an application that has buttons which when you press on them, download a file to you hard drive. I would like a progress bar to show how much of the download is done, there are five download buttons in my app. The actual download part of the application works, as well as the close function. Here is the code, what would I need to modify to make the progress script work properly: Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click My .Computer.Network.DownloadFile( "http:" , "C:\Downloaded Albums\******\******.mp ...Show All
My Vizai Portable Apps in .NET 2?
Hello, I was wondering if making Portable Apps (apps that doesn't require an installation. Run hard-copy) in .NET 2 was possible. If not, how is it possible (what programming languages, and frameworks ) Thank You Keehun P.S. Does this have to be done in pure C++ without any .NET stuff Thank You Not exactly sure what you are asking....any executable program requires that the runtime be installed on the target computer....even if the programming languae is C++, Visual C++, C#, C, VB, VB.NET, or any .NET language....they all require runtime files Oh, forgot about that Bin folder however, I was wondering if there is any way to embed all the .NET 2 stuff with DLL's so that the user doesn't even have to install .NET 2 Thanks anyway ...Show All
cdun2 How to Use FxCop1.35 in VS2005
HI,David M.Kean I wanna check if class names/method names/property names are Pascal Cased in VS2005,and I just find there are rules in the Fxcop1.35,such as CA1704(IdentifiersShouldBeSpelledCorrectly),CA1705(LongAcronymsShouldBePascalCased)... so,i add FxCopSdk.dll/Microsoft.Cci.DLL(FxCop1.35) into References(VS2005),it can be builded succeed,i copy the DLL into "Microsoft Visual Studio 8\Team Tools\Static Analysis Tools\FxCop\Rules",but it does not work. how can i do thank you~! It's not possible to update the FxCop version within Visual Studio 2005. What you are using to output the type of the local variable I also want to ask some problem about FxCopSdk.dll、Microsoft.Cc ...Show All
bslim Tab Control
In my VB.net application I have a tab control. In the first tab page I have several buttons. What I want is that when I click on a button a new tab page will be created. So far I have done it. But then I want to add some other controls to this new tab. How can it be done Private Sub Button1_Click Handles Button1.Click Me.tabcontrol.TabPages.Add("Tab name") 'What do I have to insert here End Sub Yes it works really well you simply add the controls in the tab controls collection. Example: Me.tabcontrol.TabPages.Add("Tab name") Dim tb as new TextBox() Me.tabcontrol.TabPages("Tab Name").Controls.Add(tb) does this ...Show All
tommazzo Defining groups of tests
Some of our automated tests take too long to run very frequently and some also need an interactive session/console. We want to define one set of tests that would get run frequently and another set that can be run optionally, from time to time. But we'd like to keep all the test code in a single assembly. There is a priority attribute on a TestMethod, which seems useful for this purpose, but I could not find how to tell MSTest to only run the tests with a given priority level. Any recommendations Thanks, Julien If you want to do that from the developer edition, the only solution (since you want to have all tests in the same .dll) is to use this third party Test Manager Add-In: http://www.ekobit.com/test ...Show All
digitalslavery Nasty error, need help.
------ Build started: Project: OpenGL Test, Configuration: Debug Win32 ------ Linking... OpenGL.obj : error LNK2019: unresolved external symbol __imp__MessageBoxA@16 referenced in function _WinMain@16 C:\Documents and Settings\Deru\Mina dokument\Visual Studio 2005\Projects\OpenGL Test\Debug\OpenGL Test.exe : fatal error LNK1120: 1 unresolved externals Build log was saved at "file://c:\Documents and Settings\Deru\Mina dokument\Visual Studio 2005\Projects\OpenGL Test\OpenGL Test\Debug\BuildLog.htm" OpenGL Test - 2 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== And the problem is, I copied this from an tutorial so i'm kinda sure it's supposed to work. I've followed the install ins ...Show All
Mikael Pahmp Problems adding solution with web applications
Please could somebody clear up for me what is the right way to do things with Team System. I have a Solution I am trying to add to our TFS Server. The 2 Windows Applications add correctly, while the 2 web service applications I have never add. When I try to add them manually I am told that a web.config file already exists in the location. I have unbinded and rebinded the web apps but no luck. Secondly, why does the Solution .sln file always be marked as invalid int he Change Source Control window Thank you I need a little more information, please. 1) Are you using "Add Solution to Source Control" via Solution Explorer (or File->Source Control) or some other means to add the solutio ...Show All
Mohanraj_k Modification/customization of WI type "Task" cause Team project Creation failure. Process template is customized for WI "Task".
Scenario: I am working on customization of Work Item Type "Task". Scenario: I am customizing the CMMi process template to suit my Project requirements . To achieve this I changed the Work flow for the Work Item Type “Task”. Also I added few values to the “Discipline” field for WI Type “Task”. When I am importing this Work Item using “ witimport” it is working fine. But when I am adding this WI task.xml to Process Template and uploaded the process template on the server. Now am creating Team Project based on this Process template it is giving me error below: Event Description: TF26214: Cannot save the work item. Fields with errors: State,Discipline Exception Type: Microsoft.TeamFoundation.WorkItemTracking.Clien ...Show All
Aaron Sulwer How To Open Window In Internet Explorer When we click on link on any website
I am developing application which downloads file from internet. I want to know that how to open a window in internet explorer in any website when user clicks on any link. Thanks in advance Regards Ketan sure. hmmm not entirely sure about this but what I do know is that there is a Links collection in the document property of the webbrowser control and in this there is a Click event which you could implement and then do your thing in the event when the user clicks on a link. Not entirely sure how to implement this correctly. If you mean just a file download, then there is a filedownload event you can implement which will fire when you download a file. I'll see what else I can dig ...Show All
pmak Compile for mac
Ive looked quite a bit, but cannot find it. I am using visual c++ express on windows and would like to compile for mac. Is there a way to do it (easily i hope) I saw compile coonfigurations, but do not know how to set it up for mac. No: this is not possible. oh come on... is there a different compiler then Devc++ supports multiplatform, but it needs a gcc.exe that compiles for mac, since its built off a gcc compiler, if u can help me fin that, it is much appreciated Microsoft does not produce a compiler for the Mac. I would suggest asking on a Apple developer newsgroup what compilers are currently supported. ...Show All
Ro0ke from here
Hi renee this wmp could be finished now.....but I wonder how far do I take it. it looks like I want it to look....it talks like I want it to talk....(almost) it does things that the standard wmp does not..... now I am thinking....about radio.... I could have a link to a web radio.site....but i wonder is it possible to link to radio without opening a web page.....or is that stupid... any ideas.. well I think the radio was a bad idea I,ve searched hi and lo and cant find anything that might give me a clue as to where to start.... but I shall continue searching....does anyone know anything about streaming radio..... ok....it all seems to be about up streaming, I dont want to create a radio station,a ...Show All
