20,897 Topics
![]() | |
Can anyone help me translate this regex match in Perl to a VB.Net Regex match? Heres the perl regex: if ($line =~ /\\([\w\d\s\-]+?\.\w{3})\"\t\"/) { print "LINE: $1\n" } # regex match And heres what I have for the VB regex, but its currently not working: [code=VB] Dim fs As New … | |
can someone help me???? i need to make a bank account simulation on savings and checking acount.... can someone help me???? please help me guys... | |
Im having trouble trying to pass a parameter to a SQL query that I am trying to run on a DataTable, that Im using to Dynamically populate a treeview. Im not having any trouble filling the first nodes, but to fill the second nodes, I have to use a query … | |
I wanna make a program for a little shop the progs idea is to calculate the daily amount and the items and monthly report but I don't know where to start please help me :) :) | |
Does anyone know how to transfer files from a pc to pc ? im trying to make a file share program, i am trying to use [CODE]my.computer.network.uploadfile(**location**,**ipadress**)[/CODE] but its not working anybody now how?? | |
I'm experimenting currently with notification in VB.net and working with baloons in the system tray succesfully. My problem is that I would like the baloon to display an ok/cancel dialog with the user like firewall-programs do. Can you tell me how to create this functionality. As far as have come … | |
Hi all, I'm trying to consume a Service called GetMemberPointsAvailable using VB.NET. Here is the wsdl: [url]http://sp-s3g-uat.iclp.com.au/ws/egapi/v1-0/egapi.cfc?wsdl[/url] This service is written in coldfusion - axis engine. The steps: I'm using VB.net on Visual Studio 2005. I created a new windows application project. Then I added a web reference with URL … | |
I try to access a same database using two different system, a) a window based system and b) a web based system. Both are using VB.NET. But it seem like the there is either one of them can access the database at a time. When one of them running, the … | |
Right now Im having trouble getting data from a MySQL table and creating a new datatable to store this. I have a TreeView control that I am trying to dynamically add nodes to. The query that I have is returning the Attachments column of all rows where Owner = (parameter), … | |
i have 2 tables with same fields except that table2 has 1 additional field..but otherwise table1 and table2 have same fields and have different number of records in each and each row in each table could be the same or completely different.. i am trying to add the distinct values … | |
Hi all, I whant to create a small program, to monitor 2 or more mailboxes on a exchange server, we have the mailboxes configured in outlook but there will be only a notification of your own account not for the others, is it posible to create a small program that … | |
Hai all. In my appliction im having MDI parent form. and i made frm2 as topmost form But problem is whenever i open some other appliction still that frm2 will come on top. whenver my application is open or active then only frm2 should be on top. Thanks | |
how to copy data from one table to other table in vb.net from internet | |
please take a look : [Code] 'this is linq to sql Dim searchParam As String Select Case Me.SearchToolStripComboBox.Text Case "Name" : searchParam = "Teacher.Name" Case "Address" : searchParam = "Teacher.Address" Case "Phone" : searchParam = "Teacher.Phone" Case "Handphone" : searchParam = "Teacher.Handphone" Case "Email" : searchParam = "Teacher.Email" Case "Website" … | |
Hi, i"m creating an application involving multiple forms i"ve successfully linked the forms but the problem is when a new form(form2) is linked by a button control form1 is also running,so i placed the following code in the load event of form2 "form1.close()" this segment of code terminates the entire … | |
How do you check if a button was clicked in Visual Basic .NET ? | |
Hi all, I just have a Question on how to enable users to enter "Time" in my form. Am using vb.net. Just a guidline where to start from would be nice and helpful. Thanks in advance, | |
[Imports System] [Imports arun.VB.Namespaces] [ Class Hello] [Shared Sub Main()] [Dim m As New Hello] [System.Console.WriteLine(m.GetMessage())] [End Sub] 'Main [End Class] 'Hello [Namespace arun.VB.Namespaces] [Public Class Hello] [Public Function GetMessage() As String] [Return "Hello, world"] [End Function] 'GetMessage [End Class] 'Hello [End Namespace] 'arun.VB.Namespaces hi all.. i am new to … | |
I have a program that lists files found from a search, and when the user selects one of the files and clicks open, it will open the file they've selected. I only want them to be able to open one file at a time, and I want an error box … | |
Folks: this is a very small part of my code.. i have 2 comboboxes filled with RAM values(integers). by using the "nothing" keyword i just want to make sure that both the combo boxes have some values filled in them.. say i choose 1 from combobox1 and 2 from combobox2.. … | |
Hello to all, i have a question that maybe already has an answer but i can't realy find it. I want to have a ListView with a progressbar for each item (row) in this ListView. I have an application where i'm downloading some files to a electronic device i made. … | |
I have a field as MFG. i want to use an if condition to see if MFG=DELL or HP. if it is, I want to change that cell's color in the datagridview to green..only those cells under MFG column should turn green but if i said if(mfg...) it considers MFG … | |
FOLKS: I fill my data grid view with data and i try to color a few cells based on a condition but nothing seems to work..no errors either..can u pls help me >? [CODE]Private Sub Button11_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Dim con As OleDbConnection = New OleDb.OleDbConnection("provider=microsoft.jet.oledb.4.0;data … ![]() | |
Hello everyone, I'm newbie in vb.net and currently working on a program that enable us to chat using rs232 based hardware. I've managed to make the program to transfer and receive characters and right now I'm working to make my program enable to send file via serial ports just like … | |
I want to try and store distinct values of table1 in an array and compare that with values in table2 in each field. But I am not sure where I need to pass the sql statement..can u please take a look at it ? for that matter..i will just have … | |
Im making a password form and i need to make it so when the user clicks off the form, the form automaticlly comes back up again, ive searched for code snipetts alover the internet but carnt seem to find any code to do with that, any help? | |
Hi, I am going to develop the Online Community System for IT students as my own project. In that web site, I want the member to send message between them. I dont really clear how to send message between members. I am using ASP.net and VB.net for this project....and JavaScript.... … | |
First of all this is an example of soemthing i am trying to do, but the idea is the same as what i want to acheive. Ok my problem is, i am filling a listbox control with data from two tables. eg. Table A [LIST] A_Id desc total [/LIST] Table … | |
G day ,im a parent from Australia. My child is 7 turning 8 and i would like to create a simple hangman game in visual basic that he can use. I am fairly new to visual basic only having dealt with arrays,algorithms all the basic via a programming text book( … | |
Hey, just kind of some background so you don't think I'm fishing. I've worked with ASP,PHP,JS, AJAX, HTML, XML, etc... as well as fundamental programming languages like C#, C++, VB.net, Python, etc. I don't know all these languages extensively, but psuedo code works for me. It seems I have the … ![]() | |
Hi there... I'm looking for words counter code I build the form which contain textbox and botton and I'm stopped at the code, I just did the code that count the space between each word but I think it stills need more things to add and if you have any … | |
Hi All, I am IT student know alot about Vb.Net i want to use Crystal report with VB.NET even i can use as a wizad so i want it as a parameter. Help me everyone knows. | |
im beginner in vb... can anybody show or if can attach an example of project tht link with mic.access to vb 6.0... i need to explore about way to [COLOR="Red"][B]retrieve record from existing database and then list it on llist box, n try to sort it. further more i need … | |
hi, I have a question related to picturebox in vb.net. I am drawing a few geometrical figures like rectangle or square or circle on the picture box. when the user clicks on any of these figures , is there any way to know the figure he has clicked. Based on … | |
![]() | Hey guys, (btw am new here XD) I've been doing a project, and now I have 3 forms. Problem is, I want to open the last form I created to be launched first when I run the program. I've been able to do it using the .visible = True/False statements, … ![]() |
hi i really need ur help guyz n im sure u'll b helping me as usual i created a prog that converts currency to another one now i want to get a graph of the changing rates . i created a database in access and inserted the dates and each … | |
Hi, Anyone knows the equation for GPS compass/bearing? I need to display a compass in my GPS application. | |
HI! My Problem is that an error occurs if I run this program: [CODE]Dim docsend As New MSXML2.DOMDocument30 Dim httpOB As New MSXML2.XMLHTTP30 Dim pfad As String docsend.async = False pfad = "C:\order2.xml" Call docsend.load(pfad) Call httpOB.open("POST", "http:// - Server Link -", False) Call httpOB.setRequestHeader("Content-Type", "application/x-www-form-urlencoded") 'Try Call httpOB.send(docsend) MsgBox(httpOB.responseXML.xml) … | |
when i click "button1" on my form..i get field name as ' Expr1002' and the data in it are -1.. i believe it is soemthing to do with the da.fill() .. can u please asssist me with thsi ? [QUOTE] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) … | |
Dim strSql As String strSql = " set quoted_identifier off " strSql &= " declare @strSql varchar(150) " strSql &= " set @strSql = ""BackUp database SWAMC to disk = 'D:\SWAMC"" + Convert(varchar, getdate(), 112) + Replace(Convert(varchar, getdate(), 108), "":"", """") + "".dbb' with init,skip""" strSql &= " print @strSql" … | |
Is it possible to create a notepad with vb.net??? how is it possible??? anyone knows how it is made??? | |
I am trying to populate a tabbed list box with values that are present in a database table. I am having an issue with getting values to appear in the text box. I was wondering if anyone could help me out. I am using VB6 with this project. I have … | |
I have a table in which i need to sort the column names. NOT sort by column names.....sort the COLUMN NAMES. since it is easy to sort the records.....is there any way by which you can convert column into rows and rows into columns. | |
Hi, I need to display compass and satellites strengths and positions in my PDA. I had found some useful websites: Part 1: [URL="http://www.codeproject.com/KB/vb/WritingGPSApplications1.aspx?fid=98498&df=90&mpp=25&noise=3&sort=Position&view=Quick&fr=76&select=918977"]http://www.codeproject.com/KB/vb/WritingGPSApplications1.aspx?fid=98498&df=90&mpp=25&noise=3&sort=Position&view=Quick&fr=76&select=918977[/URL] part 2: [URL="http://www.codeproject.com/KB/mobile/WritingGPSApplications2.aspx"]http://www.codeproject.com/KB/mobile/WritingGPSApplications2.aspx[/URL] But I had already wrote my own form and coding that can get the latitude and longitude already when detect GPS. And I find … | |
Hi, After I get the longitude and latitude coordinates, I need to display google map/virtual earth in the PDA. I had downloaded a software to launch map in PDA. But then when I deployed my codings, I'm still unable to display the map in the web browser. This is my … | |
Hi, I need to retrieve string from one form to another form. When I retrieved the latitude and longitude of my current location, I need to use my current latitude and longitude coordinates to link to another map form to display the map with my current location using the coordinates. … | |
Hi, I'm new in VB.net. I have background in C++, Java and Perl. 1. Is there any book you guys would recommend? 2. Can I use VB6 book? (I know there some major changes from VB6 to VB.net) Thanks......... | |
I know how to open an Excel file with VB but I need help with writing an argument to see if the file is already opened, because if the file is already opened the Excel file opens as read only. If it's already open I want to skip to the … | |
I dont know this programe name what ever u say........ Suppose you have a html page save in c:\first.html first.html page contain two text boxes one for username and password and one button whenever we click on button it validate the username and password which is already pass in the … | |
I am trying to add a new record to data base using VB.net. Here is my code: Imports System.Data Imports System.Data.OleDb Imports System.Data.SqlClient Dim objConnection As New OleDb.OleDbConnection objConnection.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source= C:\Documents and Settings\ambarda\My Documents\db1.mdb;" Dim ds As New DataSet Dim sql As String = "SELECT * FROM Sheet1" … |
The End.