Answer Questions
?? Deployment needing .NET Framework Help
Greetings, Okay. Currently I am developing a Private File Sharing Server and Client Application in Visual Studio.NET 2003 with Visual Basic. Well, after programming it, and etc and it works great when I run it via my computer, both the Server and the Client, but when I run the Setup file for the Client on another computer, I get the following message (see screenshot below): But, when I go to the Control Panel and stuff and check t ...Show All
Cameron T Help Fixing Deprecated Function Call
I have an XSL transform function that worked under .net 1.1 that now comes up as deprecated. I get this error now: Warning 1 'System.Xml.Xsl.XslTransform' is obsolete: 'This class has been deprecated. Please use System.Xml.Xsl.XslCompiledTransform instead. http://go.microsoft.com/fwlink/ linkid=14202' Here is how it used to look/work: Public Shared Function Transform( ByVal sXSLFile As String , ByVal sXML As String ) ...Show All
twinfire Browsing My Documents
Got a newbie Q, How do you click a button that will open your My Documents folder so you can view it Similar to uploading things to the internet, and you can click a button that will browse through your My Documents folder. I'm new to coding, so please try to answer simply. Thanks, Thanks so much. It worked, and I can finally continue my program. Thanks a ton. Hi there, ...Show All
johnnydeppsgirl text animation
How do I animate text I want to make a flying banner. I can get the text where I want it,but I cant get it to move. Well yes. Assuming you haven't changed my code much, then it will remain the same. basically, You have to animate the position of the text. In the example, when you drawString, the last 2 arguements are X ands Y Position. What you have to do is passs ...Show All
YaktheHairy How to create a Screen Saver with Visual Basic 6
How to create a Screen Saver with Visual Basic 6 Maybe you can find help in the VB6 Newsgroup. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=138342&SiteID=1 These forums are only for .Net If you want to create a screensaver, Visual Basic 2005 comes with a free Screen Saver Starter Kit. You can download the free "Express" version of Visual Basic here: http://msdn.microsoft.com/vstudio/e ...Show All
David Z Problem with Combobox and SelectedValue
Hi again from Spain. I'm working with the beta2 (VB.NET) and i have a problem with a ComboBox and the SelectedValue propertie. I fill a Combo from a database and i use the AutoComplete feature to make easy select a value. But... if i use TAB to enter the Combo... i type the value or select it with the keyboard... and ... then use the TAB to go to the next control (or click with the mouse in other field, button, etc)... the SELECTEDVALUE of th ...Show All
GarethJ - MSFT simply play music (midi, wav ect...)
How do you play music on form load just play music (from file) i tried Sub PlayBackgroundSoundFile() My.Computer.Audio.Play("C:\Waterfall.wav", _ AudioPlayMode.Background) End Sub didn't work You can also run the file externally (any type of file). Dim prc As New Process prc.StartInfo.F ...Show All
Dave van Bale Task Scheduler COM Object
Hello, I need to use the Task Scheduler API in a Visual Basic .NET program I am writing and I can't find the COM Library in the Add Reference dialog. What is the Component Name of the library that houses the Task Scheduler API Thanks in Advance. Thanks a lot. Those classes look a lot easier to use than COM objects. Thank you - this will save me a lot of time ...Show All
pbd How to create an Ad-Blocker in VB.net using AxWebbrowser
Hello: My problem is simple: I assume that the page-load time does not really depend on the HTML-code being transferred, but on the content (especially images). Now I want to know how I can create an mshtml.HTMLDocument from an URL It should not be a problem modifying its content. My idea was to do something like this: Dim webpage as mshtml.HTMLDocument = "http://www.something.org/index.html" Dim cleanpage as mshtml.HTMLDocument = Cleanads( ...Show All
Klingon Changing the Name of a Project
How do you change the name of an existing vb.net2003 project. Thanks, Fred In Visual Studio, in the Solution Explorer, right click on the project name and select "Rename" from the context menu. ...Show All
Mokles how to retreive data in datagridview the faster way
I notice that everytime I bounded the datagridview to a certain datatable, it takes so much RAM to load the data causing some seconds to wait....is there any way how to load it faster the data about to display is about less than a thousand only...thanks. ...Show All
Erik Porter How do I include the .Net Framework in an Executable?
Some of the users at my company will not have the .Net Framework installed on their PC's. How do I include it in an executable with the Express Edition of Visual Studios Thanks, Matt Just to help clarify and expand on what Matt said: By default, a setup project will build a Bootstrapper that includes the .NET Frameworks. Also by default the bootstrapper is configured to download the .NET Frameworks ins ...Show All
bogdan_mabo I want to unload a web page when it is done. How do I do that?
After I have finished with a web page, it is important that it reset for the next use. I would think unloading it would be the best way to do it, but where do I create the event to unload it (Also by unloading it, I should be forcing the form load event to happen when it is called again, which I want). What exactly does the code look like to do this. Am I safe to assume the code would be the same for both VB 2005 and 2003 ...Show All
Mark Kucera VB.net 2002 vs 2005 Express
I switched to VB.Net quite a while ago now and still use the 2002 version. I tried the express version a while ago but was put off by the new click-once setup facility. Do any of the new Express versions have a Deployment add-on like the older versions where you can build a setup.exe to include a setup.msi, instead of the click-once version Thanks very much. I had looked for comparisons on the MS site ...Show All
Neil I Glass efect in Visual Studio 2005 with Avalon Technology
Hi friends! I want the Glass efect in Visual Basic 2005! I want that the border windows forms in Visual Basic or C# have the Glass Efect! Please help me! I have the WinFX SDK installed and the runtime! Please help me! I hate to say this but you must be running Windows Vista beta from MSDN or the Microsoft Connect website. I too would like to know how to implement this technology into VB applications. I noticed in areo.msstyles in Vista 51 ...Show All
