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
996 views
1 answer
    I have a VB.NET COM class with a Shared property, like ABC. The problem is the component is used by several ... cross EXE shared property ? Tx. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
873 views
1 answer
    In my application, I have a ContextMenuStrip with two items. Each item has an image and a text. There's a ... possible? If yes how can I? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    How do I suppress all data except numeric? This is not working on KeyDown(): If e.KeyData < Keys.D0 Or e. ... Then e.Handled = True End If See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
925 views
1 answer
    Below a script I used in my SSIS package. If (Row.AnswerType.Trim().ToUpper = "MULTIPLE SELECT" And _ ... and non tab characters as delimiters. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am new to multi-threading in VB.NET and have come across a problem whereby I am wanting to append text ... Thanks for your assistance. Matt 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 SharpZipLib to compress files. The library is wrapped in a plugin interface, in a separate DLL. I ... End Using End Using Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Using the AddHandler method, if I never use RemoveHandler, will that lead to memory leaks in some conditions and ... VB as opposed to C#? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Hi Im using Visual Basic 2008 Express Edition, my goal is to read an entire .txt file that works as a ... Can someone give me some tips? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am getting this exception from the following VB.NET code for only certain months: System.InvalidCastException: ... System.DBNull.Value Then See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
875 views
1 answer
    Code snippet: Dim target As Object ' target gets properly set to something of the desired type Dim field ... SimpleStructure).MemberOne) End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
980 views
1 answer
    I have an issue where a ComboBox control will change it's Text value when it is resized. Here is ... Any suggested workarounds? Thanks! Stephen See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    When option strict is OFF, works fine. ON, I get overload resolution failure: Dim _thread1 As Thread Private ... only answering this question. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
936 views
1 answer
    I've searched for an answer and found some c#-examples, but could not get this running in vb.net: I thought ... ? (dim) Thanks in advance! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    From a memory point of view (remove an added handler after utilization, etc.), is WithEvents and Handles ... Event handler and memory leaks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    What is the best way to get a file (in this case, a .PDF, but any file will do) from a WebResponse and put ... type of stream, what do you do? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
936 views
1 answer
    I'm considering building a framework for VB.NET, and using the My namespace to plug it into VB seems like a ... What is "My" used for? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    In following code, the usage of the string " " (i.e. a left double quotation mark inside a string) results in a ... ;") What's going on here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
947 views
1 answer
    My assignment is to write a program that asks the user for 10 numbers which it will then find the average of, ... .ReadKey() End Sub End Module See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
934 views
1 answer
    I'm making a program that generates SQL Server code to use it in my VB.NET program. I have this ... connection and Form2 to make operation. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
870 views
1 answer
    For a course-work task at school, I have to code a simple Caesar cipher where the user can choose their own shift ... = -4 Else If End Class See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
852 views
1 answer
    I Got this form with several Labels inside a GroupBox, all with the same name plus a number (similar to ... but my efforts were unsuccessful. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm developing an application to allow engineers to conduct simple single table/view queries against our databases by ... for the help. BBL See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
926 views
1 answer
    I'm trying to automatically repeat LButton while it's held down, then stop when it's released, I've ran into ... it's pressed down, then stops. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am new to VSTO VB.Net programming. and I am developing a word application level Addin and want to trap keypress ... End If End Sub End Class See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am trying to connect to Mysql database through vb.net However I run into the error: Unable to connect to any of ... 0.0.1:3306 with user root See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
917 views
1 answer
    I'm porting an old VB6 app into .Net but one Vb6 form is too big to migrate in this release. I Shell the ... Forms Toolkit 2.1 or even an API See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.3k views
1 answer
    I need to send a message from a WCF client to a Java Web Service that requires the body to be signed. There ... </env:Body> </env:Envelope> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying to get a command line output line by line till the end of the output but I am not able ... responding when this code is executed. 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

...