20,285 Topics
![]() | |
Hello Group! I am in need of converting a "text" file created by a UNIX based program (it is only semi-formatted) and put it into a more-formatted text (.txt) file. Put a different way, this needs to be converted such that it can be opened in Notepad and it be … | |
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Try Dim Mail As New MailMessage Mail.Subject = "Test email" Mail.To.Add("alorashif@gmail.com") Mail.From = New MailAddress("alorashif@gmail.com") Mail.Body = "to test sending mail from vb.net" Dim SMTP As New SmtpClient("smtp.gmail.com") SMTP.EnableSsl = True SMTP.Credentials = New System.Net.NetworkCredential("alorashif@gmail.com", "989551542b") SMTP.Port = … | |
I have used .net's webbrowser control. Unfortunately, it is not supporting HTML5 or Complete JavaScript. When I googled, many said that the control depends on IE version installed in the machine. I have installed IE10. Though it supports HTML5 (Even I checked the same webpage in IE10 and it worked), … | |
I need my application to start with administrator privilege. When I do it in app.manifest: `<requestedExecutionLevel level="asInvoker" uiAccess="false" />` to `<requestedExecutionLevel level="RequireAdministrator" uiAccess="false" />` I can start my application with administrator privilege. But it starts every time the application starts. I need to start the application with administrator privilege only … | |
I have datagridview in form1 and i can add rows in it... now on button click i want to show the same datagridview in another form with same rows which i have added already in form1 datagridview...can someone help me with this?? | |
Hi everyone. I want to ask a question on how to show pictures (jpg files) from access database to a form I have a database called DataBase, i have some fields there. One is called picture, and the data type is attachment. and i have the following code Dim ds … | |
why i am receiving this error and how i can solve it See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.IndexOutOfRangeException: Index was outside the bounds of the array. at WindowsApplication1.fol_hide.fol_hide_Load(Object sender, EventArgs e) in D:\Projects\3 … | |
Group, In a post in VB 4/5/6, I question how to open a file with a wildcard as the file extension ([https://www.daniweb.com/software-development/visual-basic-4-5-6/threads/488809/accessing-a-file-with-a-ever-changing-name](null). That worked fine for VBA. However I'm trying to do the same thing using VB.net. I'm having trouble finding the correct syntax. I hope you can help. Specifically, … | |
I am writing a button DLL, nothing too fancy just a way of adding extra properties to the button object in an attempt to keep track of extra info and drop several arrays that now hold the info. The user enables the buttons as required so I could be using … | |
Group, I'm taking a text file that is storing ID numbers in a single column that looks like this: 123 3050 3971 I'm looping through the text file line for line and putting each ID number into a textbox. My question is: Am I writing this code the most efficient … | |
Hi, how to transfer datagridview record to listview? anyone have an idea? | |
Hi! Im trying to do this class work for Comp Programming class! This is the assignment. Using integer and modulus division, determine how a deck of 52 cards can be represented by randomly generating 52 numbers(1 to 52). Each Number should have a value and a suit ( Ex: 4 … | |
![]() | Hello people, please have a look at following IMAGE.  What I Wish to achieve is extract the select item and display it into a messagebox or say do other actions. I want to extract that particular selected ITEM ..say E101. Thanks. |
I was just wondering, is there a way to change the colour of the squiggly line when a word is misspelled in a WPF TextBox? Here's what I mean: [Click Here](http://puu.sh/dwAdC/701c7f2c59.png) I have no idea as to where to start because I'm simply clueless. I tried editing the Textbox to … | |
![]() | Hi, Can i Call a Sub in Textbox.Text For Example : Call (Textbox.Text) Is it Possible ? |
i need to create a project that allows a teacher to enter three test scores for each of the three students. the appliaction should calculate each students average test score and assign a letter grade based on the grading scale shown below. average test score letter grade 90 or greater … | |
I want to arrange numbers from highes to lowest ( you will input the numbers first e.g 1,2,3,4,5 ) and it will be 5,4,3,2,1 Thanks! | |
hello, plz assist in this: Assuming i have a sourcecode for example for developing a stock management system, how do i edit it to suite my problem? | |
Hey guys, I have one site with API but it doesnt have any application for using api just codes how to use it, so i wanted to ask you for help. Is it possible to somehow get response from web and list it in listview? Response is looking like this: … | |
Hello everyone,i have two questions regarding vbnet and binding navigators.As you can see in the pic i have attached ,if we create a database in microsoft access,by going on the database tab and dragging the table in the form,automaically the binding navigator is placed on the top and we just … | |
Hi. I'm making a program somewhat like Siri except through text boxes not voice command. On my form FormMain I have two text boxes named TextBoxInput and TextBoxConversation. I also have two buttons named ButtonStart and ButtonEnd. Here is my entire code for FormMain so far: Public Class FormMain Dim … | |
Hi Guys, Im currently working with application, where it will automatically inform the user that there is an overdue account today. i decided to compare the current date(today) to stored date in mysql database, heres my code: Public Sub getReminder() Dim _con1 As New MySqlConnection Dim _cmd1 As New MySqlCommand … | |
Hello to all! My question is that can we develop a real time datawarehouse on VB.net? Or should i use Java? In other words, has VB.net such functionalities of features which can make a real-time data warehouse? | |
when done with the form it will come out antother that is this form in the listbox1 should show out dun need click anthing it will come out auto of the admin No why dose not show out Public Class DataOfProject Private Sub ListBoxassign_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As … | |
** this is what i have so far, this should move to the top right corner, but it seems to be going on non-stop. any help will be appreciated, if there was any inclarity please inform me, i will clarify. ** Private Sub Button1_Click(sender As Object, e As EventArgs) Handles … | |
Hi DW I have a Canon MP250 printer which can scan, copy, and print. I want to create my own ScanGear of a direct program to instruct the printer to print, and scan. I do have the disc that came with the printer but I just want to play around … | |
I am creating lots of PictureBox's on my Form but they will not display. I have tried to debug it to see if its trying to show in the wrong location and stuff like that however everything seems to be correct. I have tried to call Show() but that did … | |
Hey guys, anyone know if it is somehow possible to grab in picturebox image from website by its id? Its simple captcha i want to show it in picturebox? | |
Hey there guys, Im looking for a nifty trick in VB.NET that will help me with an error that is constantly Reoccuring. This is some example code: Dim array as Textbox() = {txt1, txt2, txt3} 'Array of textbox's For loop = 0 to 3 If Array(Loop).text = Data_In_Database then 'Do … | |
Hi guys. I have access database and i am looking to import only selective few tables(based on checkbox selection) into a new database.I got the table names required and the data in datatable. The problem is i am not able to figure out how to move the data into a … |
The End.