VB.NET
Can I make vb.net run in Compile Time
Basically I am creating a program and would like it to run in compile time as opposed to the standard run time, I would like to know how, if possibl开发者_开发知识库e, please.[详细]
2023-04-12 08:55 分类:问答Cross thread operation not valid
im trying to access a rich textbox on another form im using the following code to do so: Private Delegate Sub StringDelegateChat(text As String, window As ChatWindow)[详细]
2023-04-12 08:41 分类:问答Welcome message to display on every page using session
Using a session variable in my VB.net site has been figured out just fine. I just need to get my welcome message to stay put on every page. I put the code and text box in my master page to allow the m[详细]
2023-04-12 08:37 分类:问答How web matrix differ from Visual Studio .is it more efficient than Visual Studio to develop ASP.NET Web Project?
WebMatrix is a web development and deployment tool by Microsoft so how is this compared to Visual Studio? which Use C# Razor Syntax is that more better coding.[详细]
2023-04-12 08:34 分类:问答vb.net timer and exception (try... catch) and memory leak
Scenario: I\'ve hundreds of applications instances running on client machines doing a certain job. Something like a cloud app.[详细]
2023-04-12 08:32 分类:问答Circulate playing audio with MediaElement in WPF
I am developing a video player with WPF.(in VB) I have already created a MediaElement ,ListBox, \"Next\" button,[详细]
2023-04-12 07:30 分类:问答Print two copies of the same data
I\'ve a Crystal Reports report of one page. Only one. I want to clone that page, so when you print that report, you get two copies with the same data.[详细]
2023-04-12 07:06 分类:问答Override datetimepicker vb.net
I would like to overrides the datetimepicker object to remove the texte when the property _clearOnDisabled is true. When _readOnly property is true, I would like to show the text in black not gray.[详细]
2023-04-12 06:59 分类:问答How to parse an xml response from a post in vb.net
I am posting to a website to get data back. The site returns it as an xml. I am able to get the data into a string. But what i really want to do is to have each item in the xml in a different string f[详细]
2023-04-12 06:52 分类:问答generic open form function
has anyone written a generic \"LaunchForm\" func开发者_如何学Gotion? For all the menu items I have that open a form, I would like to write one function that will launch the form as opposed to writing[详细]
2023-04-12 06:43 分类:问答