19,729 Topics

Member Avatar for
Member Avatar for kipslem

Hello, I'm a newbie to VB.Net and I need an urgent help as I'm developing an application using the VB.Net. I have a form just like the login form in VB.Net. The usernames are prepopulated on a combobox with datas from the SQL DB backend, and the text box for …

Member Avatar for kipslem
0
582
Member Avatar for xXEJEarlXx

Please help me. What is a code how to convert dotted decimal to binary and vice versa. and small explanation

Member Avatar for Unhnd_Exception
0
193
Member Avatar for DarknessVB

I have a form set up and on that form is a DataGridView, on that DataGridView I would like to display all of a customer's transactions. I am having a problem where the debugger is throwing me a "Syntax error in JOIN operation." and I can't proceed. [CODE] ' Select …

Member Avatar for DarknessVB
0
164
Member Avatar for JD69

i am creating a program that will log into a copier's web interface and automatically enter information without the user seeing. I found a code that will log into yahoo mail and click the submit button WebBrowser1.Navigate(TextBox1.Text) WebBrowser1.Document.GetElementById("Admin").SetAttribute("value", TextBox3.Text) WebBrowser1.Document.GetElementById("PASS").SetAttribute("value", TextBox4.Text) WebBrowser1.Document.GetElementById(".submit").InvokeMember("click") this code does not work on the copiers …

0
64
Member Avatar for Commando123

hi guys, i know how to write a code to display data from the database into a datagridview, and i know how to use text boxs for uplying chnages on the database and directly display them in the datagridview, but what i want is to be able to aply changes …

Member Avatar for Commando123
0
97
Member Avatar for ManishVkohale
Member Avatar for dougancil

I am trying to run several stored procedures from my code and I get the error message that my sp's can't be found, but if I remove all of them but one, my code executes fine. I've tried this way to run my sp's: [code] Dim oCmd2 As System.Data.SqlClient.SqlCommand Dim …

Member Avatar for dougancil
0
117
Member Avatar for bhagawatshinde

Hi, I am getting an error while fetching the records from sql server to datagridview. Ex. I have 10 rows in datagridview first five are with one table and next five for another table. When loop goes for next table it throws an error like "timeout expired. the timeout period …

Member Avatar for Pgmer
0
328
Member Avatar for holden1986

How can I create a report using 5 tables of SQL Server? I've got table master that stores the data. And others child tables, where i keep the data. In the child tables I have any data to the same data in masters. So, I want to select data by …

Member Avatar for holden1986
0
90
Member Avatar for vivek4020

[B]Hi Guys. I am working on my mini project(Intel 8085 Simulator) I am faced with a huge problem How do i store the instruction set?? What i am doing currently is i have made a structure[/B] [CODE]<Serializable()> _ Public Structure inTab Dim iName As String Dim iLen As Integer Dim …

Member Avatar for pr@+#!
0
118
Member Avatar for roottybrian

Hi guys... I am in need of urgent help here! I want to print more than one page on vb.net's printdocument whatever! I quite don't get it quite clearly when it comes to "e.hasmorepages=true" thing It keeps adding pages on and on and on... Please help me.. Thanks

Member Avatar for Luc001
0
165
Member Avatar for lance7tour

Am trying to get this code to work where the user enters n rock,paper,or scissors and the computer randomly picks as well, it then states what each choose, once u click ok it tells who won the match but my code once it shows the 1st winner result have to …

Member Avatar for codeorder
0
641
Member Avatar for airesh
Member Avatar for sandeepparekh9
0
112
Member Avatar for vn412

I have a datagridview bound by database. is there any way I can export it to excel and should not store Excel file on server But now user wants the ability to just print on a print button and print that exported excel file. IS that possible? If so how …

0
53
Member Avatar for vanzhyme

im using crystal report in vb 2005. please help me on the code. how to import the data from the textbox or label on the form to the text on crystal report using a button. please badly needed..

Member Avatar for vanzhyme
0
616
Member Avatar for bored4

i'm trying to make a login form connected to an sql server database. my data base has records like this: fname - lname - minit each name in a separate column, and i wanted to use the name as the login username, so in the dataset designer i made a …

Member Avatar for Dheerajpro
0
527
Member Avatar for paulablanca

Hello! I want to pass the value of my FeesValue table to my StudentPaymentTrans table, can someone tell me how? Thanks! God Bless. :)

Member Avatar for sandeepparekh9
0
52
Member Avatar for johmolan

Is there a way to check if the user has changed the value of a textbox? I try to acces a variable in one of my methods to compare against the value but I can not seem to be able to access it?

Member Avatar for codeorder
0
124
Member Avatar for keeru

hi thia is kiran i am diploma(cs branch) final year student i want to do project on student database using the vb.net some one have any idea means plz mail to <<email>>

Member Avatar for lolafuertes
-1
39
Member Avatar for Afi83

Hi there, I want to write a program to do Markov chain, but my states are quite large. First of all I calculate all the transition probabilities and revenues for all states(1381860 total states), and store in a multidimensional array. [CODE]Public RevArr(0 To 9, 0 To 750, 0 To 282) …

Member Avatar for lolafuertes
0
111
Member Avatar for Galbatorix

honestly, could someone come up with a simple method on how to link vs.net 2002 and ms access 2003

Member Avatar for lolafuertes
0
56
Member Avatar for Xcelled194

Hi, I'm making a custom sound class, basically, outside the class, I mesh several sounds into one byte array. Thats fine, It's not a problem. Now, I want to play one byte at a time. Long story short, I can't use DirectX or simply give the program a huge byte …

Member Avatar for lolafuertes
0
77
Member Avatar for paulablanca

Hello! I just want to ask how can I save the value of my first column of my listview to sql? I'm using OLEDB by the way. Thank you very much! God Bless. :D

Member Avatar for lolafuertes
0
65
Member Avatar for like_bilal02

I face a problem in combo box item selected and i don't understand what should i written actually i want that if combobox1 .items=1 then it show the value from table where its match then1 and else if value 2 then it show all the value which match with 2 …

Member Avatar for lolafuertes
0
134
Member Avatar for piyushseven

Dear Daniweb Team I am new to vb.net and doing some experiments with it. Trying to make a small application for personal use. I have some WORD files, which are formatted using bold, italic and colors etc. I want to copy entire content of word file into SQL Server table …

Member Avatar for lolafuertes
0
101
Member Avatar for bajanpoet

I've been scouring the Net trying to get my head around using VB.NET to save information entered through text boxes on my form into an Access database. Most of what I see so far shows me how to display records already entered into the database and update the table, but …

Member Avatar for UJNimz
0
298
Member Avatar for afaque01

hello! every 1 I have made a project on offline railway reservation ticket and cancellation and management.. wel i have included following things: form wise 1}welcome page (containing news , updates about the software ) 2}registration n login page 3}main menu (Containing links to all tools and services i included …

Member Avatar for chetanbasuray
0
107
Member Avatar for airesh

have this situation.. i have 5 checkboxes..and then i want to save the checked checkboxes on the database..how is possible? say for example checkboxes 1 2 3 are checked..how can i put them in the databse? i am using my sql..

Member Avatar for airesh
0
108
Member Avatar for sindhu94

Hi friends i have some problem in understanding a particular line of my code in VB.NET and I am new to VB.NET . Can any one please do explain this to me? Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click What does ByVal mean here?

Member Avatar for lolafuertes
0
117
Member Avatar for vn412

Hi, I m newbie in vb.net. Please can someone help me with crystal reports in vb.net with backend as ms-access 2007. I want my report should be printed by dataset populated via query. Please help me with some sample code. Thanks

Member Avatar for vn412
0
80

The End.