473,545 Members | 1,839 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

0
16,132
Curtis Rutland
thread by: Curtis Rutland | last post May 12 '10 by: Curtis Rutland
Remember that the people here helping you are not getting paid. They have no real incentive to help you beyond the desire to help others. So, if you make it difficult for them to help, there is a good chance they will just skip your thread and go on to the next one. So, how do you ask a good question? There are a few rules: Clarity --...
0
16,707
Curtis Rutland
thread by: Curtis Rutland | last post Dec 6 '08 by: Curtis Rutland
Here are the guidelines for where to post your .NET questions. Any post having to do with ASP.NET goes in the ASP.NET Answers Forum, regardless of the language used. If it's not ASP.NET, put your question in the forum for the language you are using: C# questions go to the C# Answers forum. VB.NET questions go to the VB.NET Answers...
0
3,456
thread by: adsilva | last post 3 Weeks Ago by: adsilva
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
4
28,076
thread by: DGrund | last post Dec 29 '23 by: Upsilon648
I am looking for an example of a program, routine, or code snippet, that will show me exactly how to update a picture's exit metadata. I have been successful in READING this information (using the ExifWorks class). Thanks in advance!
1
13,288
sashi
thread by: sashi | last post Jul 18 '23 by: erikbower65
'//--- Reverse String ---// Module RevString Sub Main() Dim inputString As String = Console.ReadLine() ReverseOrder(inputString) End Sub Private Sub ReverseOrder(ByVal textInput As String)
0
8,757
thread by: erikbower65 | last post Jul 18 '23 by: erikbower65
The issue you're facing seems to be related to file locking and build configurations. To resolve it, try the following steps: Make sure that all instances of the IDE are closed before attempting to rebuild the solution. Check if any other processes or services are using the DLL files. Close them if possible to release the file locks. Verify...
1
10,450
thread by: John Morrison | last post Jul 18 '23 by: erikbower65
now stuck with another problem... i am converting vb6.0 code to vb.net <2005> this forum (viz kadghar) solved my previous coding conversion.... i am also trying to solve this time but i thought you will also help..... i was upgrading another project... i encountered following errors (& still encountering!!)
2
19,334
ADezii
thread by: ADezii | last post Jun 17 '23 by: ADezii
What is the best, comprehensive Reference for programming Windows Applications in VB.NET. I have experience in programming in general, but not VB.NET. Thanks in advance.
7
39,298
!NoItAll
thread by: !NoItAll | last post May 19 '23 by: amin grf
I needed to put checkboxes in several cells in a listview control. The way the listview control works you can really only have an "official" checkbox in the first cell, and attempts to put them anywhere else are thwarted at just about every turn. So I developed a simple approach using WingDings. The WingDings font has a checked and unchecked...
0
830
thread by: User00012 | last post Apr 4 '23 by: User00012
Hi, is it possible to display unicode characters in the ansi system in vb6? And especially for the delimiter? For example, I'm using Windows 10 en version, I wrotte data arrays at the end of the exe with a delimiter everything works fine on my english version of WIndows, but when i move my project to the Bulgarian Windows im getting "werfault"...
0
895
thread by: Hannes3093 | last post Mar 16 '23 by: Hannes3093
Hi, I'm trying to fix a program SetDesktopLocation code for a dual-screen setup. The program keeps opening in the 1st screen (X-position = 0), even though I set the value to 1280. Me.SetDesktopLocation(1280, 0) Me.Location = New Point(1280, 0) Me.WindowState = FormWindowState.Maximized The primary monitor resolution is 1280 x 720 by the...
2
6,697
SueHopson
thread by: SueHopson | last post Jan 25 '23 by: SueHopson
So I have a lookup on a form that is searching for the Customer based on the following Embedded Macro ="SearchForRecord ObjectType Object Name Record First Where Condition = = " & Str(Nz(.,0)) It's pulling on the following data: SELECT qry_cxLookup.CustID, qry_cxLookup.Company FROM qry_cxLookup ORDER BY qry_cxLookup.Company;
0
8,828
thread by: kjhyder | last post Oct 3 '22 by: kjhyder
I have an Access database that I send out emails to our customers. When the command button is selected it opens Microsoft Office and generates the emails for me to send. We have now created a general email address (like info@abccompany.com) that is shared among my team. It is possible to change the from address in Outlook for the emails generated...
0
4,266
thread by: busyrajkumar | last post Sep 24 '22 by: busyrajkumar
How To Set Date Expiry User Id and Password
0
1,145
thread by: BlaiNz | last post Sep 14 '22 by: BlaiNz
Hey guys I'm trying to stop one service and then restart a different service. Right now I have this code to restart a service Public Sub RestartService(ByVal myServiceName As String) Dim DataSource As String = TextBox1.Text Dim sStatus As String Dim myController As ServiceController
2
13,580
thread by: bhsully65 | last post Mar 3 '22 by: Smitty099099
I was assigned a lab to create a mega millions lottery easy pick number generator. 5 numbers plus 1 mega ball number. I felt i did a really good job however. i received the following comments for my grade of 17 out of 20 I do not understand what she is saying in this. Not sure if i was supposed to create booleans for each label array? The...
1
15,492
thread by: chrisd123 | last post Mar 3 '22 by: Smitty099099
I need to create two functions to determine the score of a frame of bowling using rnd to generate random numbers. I have tried variations of the following: Private Function Roll1() Dim r1 As Integer r1 = CInt(10 * Rnd()) Return r1 End Function Private Function Roll2() Dim r1, r2 As Integer
0
8,259
thread by: neerajsundriyal | last post Nov 29 '21 by: neerajsundriyal
Imports System.IO.Ports Public Class serial_chat Delegate Sub OutputTextBack(ByVal As String) Private Sub serial_chat_Load(sender As Object, e As EventArgs) Handles MyBase.Load For Each port In IO.Ports.SerialPort.GetPortNames ComboBox1.Items.Add(port)
0
6,828
thread by: scc12 | last post Sep 30 '21 by: scc12
i am installing an existing vb.net application on a clients Citrix environment. and they are getting error when the app is accessing the information in the app.config file. for instance they get this error: the type initializer for system.transactions.diagnostics.diagonsticTrace threw an exception (the app worked fine on their Virtual...
0
6,397
thread by: shafiq1511 | last post Sep 29 '21 by: shafiq1511
This is my table ID ChartName ParentLevel 1 Assets 0 2 Liabilities 0 3 Cash 1 4 Bank 1 I am able to retrieve Treeview Parent Node successfully using below code,
0
3,060
thread by: stratolabs | last post Sep 26 '21 by: stratolabs
Well, I have a Panel with display dimension of width 800 to height 600 but real width and height with scrollbars of the panel is 4000 to 3000 pixel. The I put a Picturebox into the panel to the coordinates by Scrolling to in panel on left 1500 and top 1000. When I now are Scrolling an want to get the right coordinates to the 0/0-Origin, i...
0
1,609
thread by: WiboData | last post Aug 14 '21 by: WiboData
Mailing is possible from ACCESS with "SendObject" and Outlook as an intermediate program. Is it also possible in access to call a telephone number that is stored in a field, eg by using a program such as MyPhoneExplorer as an intermediary. Then what is the command to use? can you show a sample program? thanks WiboData
1
3,500
thread by: AnjaGlonegger | last post Jun 15 '21 by: Banfa
Hi, I'm programming a Reversi Game in Visual Basic. The Game is Ready to be Played but now I need to add a MsgBox if you can't color any more buttons in. So if there are White Buttons left and you can't click on any of the White buttons -> MsgBox.
0
3,027
thread by: AnjaGlonegger | last post Jun 13 '21 by: AnjaGlonegger
I'm just starting with Visual Basic and I'm programming the Game Reversi for Work. Now I got 3 CheckBoxes. When you Check the Box Easy it is supposed to show every possibility to color the other players buttons. If i check the checkbox I have to click the "NEW" Button to restart the game but i want it to just show it if i click the checkbox. and...
1
3,835
thread by: kimpoy0 | last post Jun 10 '21 by: Banfa
module: Public Function searchdata(ByVal qr As String) As DataSet da = New SqlDataAdapter(qr, con) ds = New DataSet da.Fill(ds) Return ds login: ds = searchdata(qr)
0
4,071
thread by: Ferry1975 | last post May 25 '21 by: Ferry1975
Hello All!, I have an applications which runs ok, in a XP machine 32 bits in combination with Bechoff Twincat plc and the PC(IPC) is from Beckhoff. The application uses a acces mdb file for to save machine settings Recently we swapped IPC machine into a IPC in Windows 10(Enterprise 2016 LTSB) environment, 32 bits , X64 processor The...
1
4,800
thread by: NinaNina | last post May 18 '21 by: Banfa
I have a problem in the following code abstract, which worked successfully in framework 4.0. Using WC As New System.Net.WebClient() Dim Doc As String = WC.DownloadString(GwcUrl) Dim xmlDoc As New XmlDocument() xmlDoc.LoadXml(Doc) ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.