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
1.2k views
1 answer
    Does anyone know how to stop Visual Studio VB.NET editor from changing my beautiful scientific notation numbers into ... be looking at 1e-16 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
997 views
1 answer
    I send email through Outlook using VB.Net 2005; this is working fine. At the same time, however, I receive the ... there any way to avoid this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k 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
1.2k views
1 answer
    I need an accurate timer to interface a Windows application to a piece of lab equipment. I used System.Timers. ... likely others. Thanks again. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
893 views
1 answer
    I'm trying to write a VB.Net program that saves 1-2 million 5-field records (plus an indexed ID) to an ... change to get this to work better? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I do know how to handle event of textboxes in my form. But want to make this code shorter because I will 30 ... a way to shorten the handler? 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 a method to detect if NumLock is OFF and how to turn it always back ON automatically when my VB APP is ... and behave as numlock is on) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I want to print from Excel to Postscript then print to a printer. How can I specify duplex and ... PSPrinterName) Return svInputPS End Function See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
845 views
1 answer
    I'm exporting an ASP.NET gridview to Excel using the following function. The formatting is working really well, ... sb.ToString() End Function See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have an event handler that handles the click event of multiple buttons: Private Sub primeHandler(ByVal sender As ... way to do that? Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    In VB.Net you can show a form without crete an object reference before... vb.net do it to you, but, that ... Is there any way to disable this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    The image is first resized, compressed and then saved on disk as "Preview.jpg" and then it is opened ... () Return imgByteArray End Function See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to color every same word inside a RichTextBox. I can do it for one line but not on multiple lines. E ... the others are remain the same. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
922 views
1 answer
    So I'm trying to make a listbox with 2 buttons. Listbox is supposed to display files from a specific folder (I ... " or opened in VS 2013. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I would like to change selection color in a ListView, from a default (blue). I can not adapt any code that ... have full row selection? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Is it possible to use Format function to display integers in roman numerals? For Counter As Integer = 1 To 10 Literal1 ... (Counter, "???") Next See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
910 views
1 answer
    Getting an error here not sure why its not opening the connection. Hoping someone can help me. Protected Sub ... MsgBox(ex.Message) End Try See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
995 views
1 answer
    I'm struggling deserializing an json into an vb.net object with newtonsoft. The problem is, that the element ... your help! Best regards Martin See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
868 views
1 answer
    I have a program where I can, with the mouse, draw a rectangle in any of four directions. These rectangles are ... the code) for all quadrants. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Dim i = 2 Do While True i += 1 If IsDBNull(TmDataSet.T.Rows(0)(i)) = True Then Exit Do Dim new_t As New ... clone method I didn't get it at all See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
874 views
1 answer
    So I have a pretty simple UDF written in visual basic for use in excel. It calculates your approx. taxes. ... i incomeTaxes = Tax End Function See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm working on a vb.net application which imports from an Excel spreadsheet. If rdr.HasRows Then Do While ... do the conditional DBNull insert. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
748 views
1 answer
    I'm trying to write vb.net code to return unique combinations for set My set contains 3 different elements. I've found ... 1) = 3+6+6 = 15 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm trying to add some specific behavior to a datagridview control (if you can put it like that). I would like ... ' Some magic here. End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
858 views
1 answer
    I was just looking at the help page for arrays in VB and apparently all of these are acceptable syntax for ... is never even being created See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
825 views
1 answer
    I've been profiling a WinForm's application using ".NET Memory Profiler". I can't quite seem to understand how my ... what it might be? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
826 views
1 answer
    I have an VS2008 solution with 2 projects, WebUI and Domain; WebUI references domain The Root Namespace in ... principle I am misunderstanding?? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
967 views
1 answer
    I want to find all directories in one directory in vb.net. I found one script: For Each Dir As String In ... to return only name of path. 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

...