20,285 Topics
![]() | |
I have a file of members in excel with al the details in 1 field like this: [email]fristname.lastname@emailadress.com[/email],,,,,,membergroup how can i split them in firstname, lastname, full email adress, membergroup so i can insert them in my table tblMembers? Thanks | |
There are multiple occurances of the PLUS_BORROWER data. For each occurence of PLUS_BORROWER, I want to save the CREDIT_SCORE and DAYTIME_PHONE_NBR when the Type= And SOCIAL_SECURITY_NBR are certain values. Then I want to execute a loop and extract the Credit_Score and Daytime_Phone_Nbrs. [code] <PLUS_BORROWER Type="Primary"> <SOCIAL_SECURITY_NBR>123459999</SOCIAL_SECURITY_NBR> <CREDIT_SCORE ModelName="Emperica">793</CREDIT_SCORE> <DAYTIME_PHONE_NBR>4077889999</DAYTIME_PHONE_NBR> <DAYTIME_PHONE_EXT>101</DAYTIME_PHONE_EXT> … | |
Hi guys, I have spent a morning working on this. Not sure if I will ever get it right. What I want to do is read a text file and based on list of constant values split the original file in two smaleer files. One of them to contain only … | |
Hey!! Myself shail... I am working over the peoject "Internet Access Account System"... Which i want to implement on an intranet... in which a unique userid n password is aloted to individuals, an the perticular can only access his account for an hour.. as soon the user click the explorer.. … | |
I'm a first semester CINT student and I'd like to add some "bling" to my final project. I want to add blinking text to my final forms clearform button. My code so far: [code]Private Sub orderForm_Load(ByVal sender As System.Object, ByVal e As _ System.EventArgs) Handles MyBase.Load 'disabling the animation on … | |
[QUOTE]Hi I have an INSERT INTO SQL that keeps on retuning an Syntax error in Insert Into. I cant seam to see where the error is, can anyone Help. This is my SQL.[/QUOTE] [ICODE]Dim DesignSQL As String = "INSERT INTO Design_tbl (CustmrID,[User],Builder,Model,Type) values ('" & _ CustID & "', '" … | |
Plink is a command-line version of PuTTY, a Windows SSH client program. I am trying to get the output from plink to display in a textbox within a VB form. I can get it to work but I must hit the ENTER key twice before it shows anything, everytime. So … | |
Hello, I've just recently gotten back into VB. I am currently developing a Database for a sort of hobby project, and I am having trouble with displaying it properly. Here is my situation. I have a ComboBox which allows a user to select from a series of categories. Each category … | |
Visual Studio 2008 has a toolbox, solution explorer, and data sources forms that nicely dock to the side of the screen and can be easily pinned into place by the end user. Are these forms available to me as a programmer to use in my programs and if so, how … | |
Hi Does anyone know how to place sound in a vb.net project? Thanks | |
Hi, I need to implement a class that allow me insert as many childs as needed, like when you have a DataTable Class and add as many DataRows as needed with DataTable.Rows.Add(DataRow). I can't figure the right way to implement it. Please help me here... Omar | |
hiiiiii to every one when we run any exe file it shows a dialog box on screen . we choose the directory where we want to install this setup . how can i do this with my exe is there any code for doing this | |
the code seems to be fine dont know why its not working. when i execute the same sql directly in database it works fine. the error is get is oledbexception was unhandled syntax error in from clause. please help me thanks is advance. Private Sub Button2_Click(ByVal sender As System.Object, ByVal … | |
Hi, i want to transfer every text that is entered into a textbox1, into another textbox, textbox2(which is multi line textbox). But i want textbox2 to arrange every input it recieves from textbox one in alphabetical order. This is the code i have below [code=syntax] Imports Microsoft.VisualBasic.ControlChars Imports System.IO Public … | |
Can anyone please tell me how to update an existing exe's file version? Ex. Target.exe exists. It may or may not have a file version. The source code is NOT available. I need be able to change the file version. Thanks!!!! | |
i have developed vb.net 2005 project in my laptop screen resolution 1280X800. and i installed in this application to 800x600 screen resolution pixel system. but the controls gone to out of focus . please any one help me to give idea for set all my forms and control are change … | |
Hi I spent several hours yesterday trying to fix an error with one of my classes. I have a clas which handles all the resources of a game, and they are all declared as public. When a function of the same rseource class is called by another class, its meant … | |
`Which book i have to refer to learn basic fundementals of Vb.net 2005? Kindly help me out | |
I am building a program that will 'integrate' with a website I have built, the user wants a client based app that can be used to upload text from a .doc file to the website. The website uses a database to store the text in HTML format. The HTML produced … | |
guys plz help me i need a vb6 code for circle detection using hough transform plz help me | |
Hi. I am making a project on student attendance register in vb.net2005 with sql2000 server as backend. I am getting the data at runtime from database in data grid viewer. But if a user wants to edit a record, i want to give rights that he is able to edit … | |
hello frnds,I m able to insert the icon in ListView Column Header.. Steps-1) Drag the Imagelist. 2) Insert the iamges into the imagelist. 3)Associate the SmallImageList Property of Listview to Imagelist Name. [code] Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim lCount As Integer Dim … | |
Hi guys, I am trying to create an windows application. What I need to do at this stage is I am trying to read a tab delimited file and the that same tab delimited file to go to another text file on my C drive. I have written some code … | |
I am in a beginners programming class for visual basic and i have to build a game, a simple hangman game... but the only problem is i don't know how too... My teacher hasn't taught us anything, he simply gives us the book and says go.. so i don't know … | |
I have aseries of textboxes namely txtAlpha1, txtAlpha2, txtAlpha3 etc and txtBravo1, txtBravo2, txtBravo3 etc. I am trying to loop thro these by doing the following but of course it does not work. [code] For i = 1 To 25 If txtAlpha & i & .Text = txtBravo & i … | |
I have trouble updating my database. When I run my program and click on update database, I can then choose a record in my listbox, but when I click on save it button it goes to "Geen leidraad is Bygevoeg nie" Here is my code (button update) [code] Private Sub … | |
I am having problems figuring out this problem. I am looking at my book and trying to follow along. i have used the get the way the book is showing and I have a couple of errors and I am not sure how to proceed with tying the the two … | |
hi all, i am doing payment form using datagridview in vb.net2008 when item add to item list it will automatic display on my datagrid. the problem now is, the datagrid will display out my data when i press ADD Button twice . here is my code.. am i make a … | |
I'm looking for some guidance on getting a list of local SQL08 Instance names in to a selection box. I don't know where to start, thanks all. | |
Can anyone please tell me how to update an existing exe's file version? Ex. Target.exe exists. It may or may not have a file version. The source code is NOT available. I need be able to change the file version. Thanks!!!! | |
1) Hi , I want to increase or decrease the volume of windows media player thru coding..On Image Click,I do not have any idae from where to start...Can somebody give me refernces..so that I found a way to start. 2) How To Play Audio File with Real palyer?? | |
hi everyone... i have to begin a project in vb in a week... i have no experience with vb yet...i was just wondering should i start studying vb now or vb.net ? how similar or different are they ? because we'll be migrating to vb.net soon.... | |
Hello Im currently working on a web browser and at the moment, after traipsing round the whole of the internet, im completely flumoxed. I have a textbox (textbox1) on a form, and what i want is at the click of a button on the form, any text in that box … | |
I have been surfing the net for hours but couldn't find anything as to whether it is possible to make a groupbox readonly. So if you can make it read-only how do you go about?Is there any code?Thanks | |
I have done half of my project on microsoft visual studio express edition 2008. However as the express edition does not support reporting i will have to use the professional edition. My question is will my project open in the professional edition. | |
I associate the listview with the imagelist..Set property of listview SmallList to Imagelist..I want that on listview click. I get the icon name....But i m not getting how to get icon name..Mine code below-- [code] Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load … | |
Hi, here is my scenario, a medical imaging scope is connected to a computer via a serial connection. When a physical button on the imaging scope is pressed a signal is sent over the serial connection. I'm wanting to detect this signal using the SerialPort control in vb.net but I'm … | |
Hi I want to load a movie and play it in a mediaplayer control on a form. Below is the code I used to do this in VB 6. It does not seem to work in VB.NET. [code] Private Sub cmdOpen_Click() Me.MediaPlayer1.AutoSize = False Me.MediaPlayer1.AutoStart = False Me.MediaPlayer1.VideoBorder3D = False … | |
I worte a code for Palindrom and i am receiving error message could someone tell me where is the mistake is? thank you. Dim i As Integer Dim word As String = wordTextBox.Text Dim testWord As String Dim reverseWord As String Dim testChar As String Dim maxIndex As Integer maxIndex … | |
Using VB 2008, I am stumped. I have a fillby and getdataby table adapter query that does a SELECT COUNT from FILENAME where fieldname = textbox and I want to use the number of rows returned, but can't figure out how to reference it. This seems so simple, but I … | |
Hi All, I have used foxpro appln object as Dim oVFP = CreateObject("VisualFoxPro.Application") in vb.net function .Is it possible to run this application on client machine without installing foxpro ? if yes then how ? | |
Dim response As String response = MessageBox.Show("Are you sure you want to exit?", "Warning", MessageBoxButtons.YesNo, MessageBoxIcon.Exclamation) If response = 6 Then End ElseIf response = 7 Then Me.Close() End If Above is the code to exit a form. When i exit my form a message box appears telling me if … | |
Hey everyone! I'm having trouble with the Open File Dialog in VB.NET. It works fine because I am only returning the file path of the file selected, but for some reason the dialog box reloads every time it is clicked for the first time. For instance, the dialog opens and … | |
Hey i wantt o scroll images up & down,I found the foll code that uses APi to scrool.. [URL="http://www.codeproject.com/KB/vb/APIScroll.aspx"]http://www.codeproject.com/KB/vb/APIScroll.aspx[/URL] I Have panel in which images are there & i want to scroll up & donw.. On the Down arrow , i write the foll. text [code] Private Sub PictureBox35_Click(ByVal sender … | |
Hi , I have a problem with my program. i want to insert a text box value into sql table ,the text box entering value is the price of an item. then my database table field datatype corresponding to that is 'Money' field. then i can't insert the value to … | |
hiiiiiiiiiii how can i find path of directory currently being viewed by Windows Explorer .. any suggetion for this | |
hi frinds i want to execute code that time when user uninstall program from add\remove program option in the control panel is there is any suggestion for this? | |
hi friends , is there is any code to find root directory off a system | |
While programming a problem has arisen... I have to create a Record and in this record class , there will be 50 records in the form of threads, and they should be called by a process outside the class by object.. A simple flow is below: Record -> 50 records … |
The End.