vb.net-2010
Moving Program to A Location
How could I move my VB.NET application to a folder using VB.NET in the same file? Essentially, I want to be able to move my VB.NET application to the Start folder when it is executed (within the same[详细]
2023-03-19 02:12 分类:问答How to use my class within another class in VB.NET
Yes, this is a really bad question, probably one th开发者_运维技巧at any half decent VB.NET programmer should know. Well, I am new to VB.NET, so I need a little help.[详细]
2023-03-18 18:54 分类:问答Making Textbox in VB Inputbox Larger
How can I make 开发者_运维知识库the textbox in a VB Inputbox larger?You can\'t modify the input box, just create your own custom input box.You can use multiline textbox if thats what you mean. Or you[详细]
2023-03-18 14:25 分类:问答Finding path of application using VB.NET
In a VB application I am building, I need to launch Outlook. Obviously, on every computer the path to Outlook will not be the same. Thus, I need to know how to find the path of Outlook on the user\'s[详细]
2023-03-18 11:48 分类:问答References in Microsoft Visual Studio not working
Currently, I am attempting to send an email using VB.NET. Now, I have added a reference with this code: (I have added placeholders)[详细]
2023-03-18 07:45 分类:问答SendKeys and Taking Photos of Screen
I made this VB.NET code to take a picture of my entire screen, but instead it only takes a photo of the focused area. Why is this?[详细]
2023-03-18 07:22 分类:问答CheckedListBox Item Selection
I have created a site that allows users to see a list of files that currently reside on my FTP site. I have got the files appearing but when I select one and click download, it is not registering tha[详细]
2023-03-17 20:28 分类:问答Manipulating Excel files using VB8
My script is pulling some information (filename, date, &c) from a server that contains only (nearly) identical excel files generated by a separate application whenever it is used. The goal is to f[详细]
2023-03-17 16:21 分类:问答Taking Photo of Screen with VB.NET
Currently I have the following VB.NET code to make a screenshot of my desktop, but it only takes a picture of the active screen:[详细]
2023-03-17 15:01 分类:问答Report Viewer Control Visual Studio 2010
I am trying to create link SQL Server 2005 Report Server Reports in VS 2010 and I get an error \"Remote Report Processing requires Microsoft SQL Server 2008 Reporting Services or later\". How do i dow[详细]
2023-03-17 05:52 分类:问答