Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged vb.net

0 votes
762 views
1 answer
    I'm trying to capture two key presses in my VB.net application, for this example CTRL + B, the code below ... End If End Sub End Class Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
768 views
1 answer
    Here is an interesting piece of code that my fellow team members were just having a slightly heated discussion about ... document for our team. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I have a Public Class "General" in which is a Public Sub "updateDynamics". When I attempt to reference ... member requires an object reference See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
855 views
1 answer
    The usual VB way to handle a computationally heavy task is to put it in a background worker thread, while ... keep client informed of progress See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
821 views
1 answer
    I have an external database that is feeding information to me. One saves their data as native GUID ... /Globally_unique_identifier for more info See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
724 views
1 answer
    I have a legacy WinForms Mdi App in VB.Net 2.0 which I am adding functionality to. One of the additions ... Am I completely off track? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
998 views
1 answer
    Is there any function in vb dot net to convert datetime to unix time stamp If I google I get only the ... time stamp Any help is appreciated See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
865 views
1 answer
    I wrote a simple VB.NET application which works fine on the development machine. However on another machine, ... URLs attempted and failed. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
929 views
1 answer
    I'm using Visual Studio 2012 Professional and creating an installer by using Advanced installer (3rd party). When I ... to work on Windows XP? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
934 views
1 answer
    What's the equivalent of the VB6's DoEvents in .NET? EDIT: I have a Sub that takes a long time to do ... inside its do-while) to prevent this. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
746 views
1 answer
    I have a welcome to my application as it loads up, but then need to have that form close and login form open ... If you can help thanks! :) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
987 views
1 answer
    I am struggling to overcome this obstacle and I have high hopes that someone on SO can help. When I set ... no error evident at the breakpoint. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
871 views
1 answer
    I want to get the last 5 digits/characters from a string. For example, from "I will be going to school in 2011! ... for me and gave me an error. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
772 views
1 answer
    Here's the code from the ascx that has the repeater: <asp:Repeater ID="ListOfEmails" runat="server" > < ... , what am I doing wrong? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
841 views
1 answer
    I have a form with several controls. I want to run a specific sub on keydown event regardless any controls ... form it execute a subroutine. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
800 views
1 answer
    I've tried this code in VB: Dim a(1) As Byte Console.WriteLine(a.Length) The output is "2". Anyone any idea why? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
820 views
1 answer
    I wish to add licence agreement to my setup files (using setup project) If user does not accept it, setup ... . Thanks and best regards, Furqan See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Dim number As String = "07747(a)" If number.... Then endif I want to be able to check inside the ... accepted, but other alphas should not be See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
980 views
1 answer
    When adding a new item (class, control, etc) in C# it will automatically add a namespace to the file ... Sub #EndRegion End Class End Namespace See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
719 views
1 answer
    Is it possible to search for an object by one of its properties in a Generic List? Public Class Customer Private ... am doing this in VB.NET. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm using Microsoft Visual Studio 2010 Express: the C++ and VB versions. There is some VB code that forms ... me understand what's going wrong. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
772 views
1 answer
    I have 2 consecutive images from a camera and I want to estimate the change in camera pose: I calculate the ... would be very welcome, thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
912 views
1 answer
    Is it possible to run comserver without requiring elevation. For example I am able to run code from Python.TestServer ... Hello("World") End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
887 views
1 answer
    My Application is built to a scan MS Access database in VB.NET. When the Access application is distributed to ... code or link for reference. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
889 views
1 answer
    I find myself often needing to use Integer.TryParse to test if a value is an integer. However, when you use ... get a true / false response? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
900 views
1 answer
    In VB.NET, is there a way to set a DateTime variable to "not set"? And why is it possible to set ... must be reference or nullable types. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
746 views
1 answer
    I'm trying to write an If then statement to see if a string has a space in it. If it does, I ... seeing quoting everything... Any suggestions? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
658 views
1 answer
    I seriously need help with my project. I am trying to store specific jobs into a Class, which then displays ... End Set End Property End Class See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...