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
719 views
1 answer
    The startup sequence and handling of form instances is quite weird in VB.NET. When you refer to a form as ... created. Thank you in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
834 views
1 answer
    I am interested in showing list of 12 months like in similar way to datepicker's month selection control. But i ... the list. my desired output: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
752 views
1 answer
    I'm a C# developer working on a VB.NET project, and VS keeps trying to get me to use the := thingie when ... = construction, and what is it for? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
868 views
1 answer
    i need to check whether a demical is 0 through 49.99 or 50 through 99.99 or 100 through 199.99 or greater ... sure of the syntax. please help! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
809 views
1 answer
    Is there any way to use the new dynamic features in the 4.0 framework like ExpandoObject in VB.NET without ... type safety in this case? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
913 views
1 answer
    How can one obtain the details of a windows file using VB.net? The type of details I mean are those found ... as "Tags" for example. Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
749 views
1 answer
    I have application with this code: Module Startup <STAThread()> _ Public Sub Main() Try Application. ... this types of exceptions? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
973 views
1 answer
    I need to make a winform full screen. This is what i found online. 1. Hook WinProc to catch ... the right direction? Thanks giodamelio See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
729 views
1 answer
    I'm making a game for my visual basic course. I have multiple picture boxes that when clicked will reveal a hidden ... it looks like (for now): See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
790 views
1 answer
    Let's say I have a static variable in a function: Private Sub SomeFunction() Static staticVar As String ... of the enclosing class? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
989 views
1 answer
    I'm attempting to read the full contents of a console process (after 3 seconds) with the code below: Dim ... How can I solve this problem? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
945 views
1 answer
    I'm converting a bunch of code from VB to C# and I'm running in to an issue with a method. This VB method ... lot of code. What am I missing? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
794 views
1 answer
    Using the following code: Function GetSetting(Of T)(ByVal SettingName As String, ByRef DefaultVal As T) As T Return ... /11/2010#) Stop End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
781 views
1 answer
    In Visual Basic, if you are going to change multiple properties of a single object, there's a With/End With ... what Visual Basic is doing)? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
755 views
1 answer
    When I run the following Visual Basic code : Dim b As Double b = (2 ^ 16 - 1) * Math.Sqrt(Math.Sqrt ... Basic yields result I'm looking for. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
781 views
1 answer
    Let's say I got a list called myFirstList And then I want to create a copy of that list so I can do some ... = Nothing and I'm good, right? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
863 views
1 answer
    I am using this to get image bytes from the database cmd.CommandText = "select imagedate from projectimages ... con) cmd.ExecuteNonQuery() See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
699 views
1 answer
    I'm executing Oracle procedure, which has three OUTPUT parameters and returns results in table type variable. ... ostat_msg_x OUT Tmsg_500); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
821 views
1 answer
    I want to send { and } signs to the Active window in Visual Basic 2010.But the problem is when we send a ... nothing happen.Anyone help me... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
748 views
1 answer
    What is the difference between ArrayList and List in VB.NET See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
825 views
1 answer
    Is there any way to put spaces in a C# enum constant? I've read that you can do it in VB by doing this: ... there any way to do this in C#? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
793 views
1 answer
    If you try to compile the query below in Visual Basic .NET, it fails. From x In {1, 2} Select x.ToString ... , and what alternatives can I use? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
709 views
1 answer
    This is an issue I've ran into before, but I've always given up solving the problem and worked out a ... simply explain this behaviour to me? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
746 views
1 answer
    I've developed a VB.NET library (partially developed on C# as well) that heavily depends on inheriting from an ... of classes. Many thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
757 views
1 answer
    When I try to run the program to calculate payment and total intrest I get "Conversion from string "" to type ' ... ) End If End Sub End Class See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
805 views
1 answer
    I'm trying to code something in Visual Basic, more specifically Visual Studio 2010. I want, with a button click ... a command. Is that possible? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
773 views
1 answer
    I've password protected an mdb file but then I cannot access it on vb.net. I don't know the correct code ... Data Source=F:search.mdb;pwd=nit" See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
763 views
1 answer
    Right now i have a line of code, in vb, that calls a text file, like this: Dim fileReader As String ... line of code? Thanks in advance! See Question&Answers more detail:os...
asked Oct 24, 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

...