20,284 Topics

Member Avatar for
Member Avatar for Ulukay

I got a button array of 40 buttons And i handle all the button events in 1 sub . But i need to know what button is pressed. Can someone help me ? [CODE] Private bttonArray(41) As Button Public Sub Hoofdscherm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load …

Member Avatar for morke
0
552
Member Avatar for morke
Member Avatar for wish4129

is there anybody know how to indicate the checkedbox inside the datagrid is ticked. should i put all the code inside the control something like DataGridView1.CellValueChanged or any other control? any help will be appreciated.

Member Avatar for wish4129
-1
99
Member Avatar for saj_amo

hi guys, i have a problem in crystal report when i am getting a data from database field that field has 30 words i want that in my report that field should be broke in 10 words each line so how can i do this please help me.

Member Avatar for saj_amo
0
303
Member Avatar for dwisely

Below is a sample of my text: 01"111111","2345678","7891090","M0000023" 02"111111","2345678","7891090","M0000023" 03"111111","2345678","7891090","M0000023" 01"111111","2345678", "7891090","M0000023" 02"111111","2345678",7891090","M0000023" 03"111111","2345678",7891090","M0000023" etc. Sometime the input file has lines that wrapped and sometimes it does not. I need to read the text file line by line and then if the line does not begin with "01" or "02" …

Member Avatar for dwisely
0
164
Member Avatar for jlego

in vb.net 2008, i have no idea what this means error: the item "obj\debug\associateassist.frmdbsetup.resources" was specified more than once in the "resourceS" parameter. duplicate items are not support by the "resources" parameter. does anyone know what might cause this error / how to go about fixing it.

Member Avatar for jlego
0
119
Member Avatar for Ryveris

I know there have been posts in the past where some were asking about "how to make a zodiac calculator," and I kind of have the same question, but I've done the research and wrote most of the code out, so it's nothing like that. I didn't quite understand how …

Member Avatar for Ryveris
0
149
Member Avatar for mcatest

I have a form in VB2008 with 3 panels, each containing panels. How can I copy the formatting to create similar forms to it? <FAKE SIGNATURE>

Member Avatar for Stevoni
0
69
Member Avatar for pratidnya

i am using oracle as database. i want to create table at run time that will remains in database to store info permanatly later.. plz.. anyone can tell me.. how to do this?

Member Avatar for Stevoni
0
74
Member Avatar for MWillis09

I am learning vb and one of my projects is to make a price schedule using full day and half day rates as well as adding a deposit, etc. I don't want you to tell me what to do just please what I am missing. I haven't been able to …

Member Avatar for MWillis09
0
158
Member Avatar for songweaver

Hey guys, I am new to vb and need some help with this change program. The idea is that we are given a certain amoun of change and then telling how many dollars, quarters, dimes, nickles and pennies. I thought I would convert the decimal to an integer and then …

Member Avatar for Geekitygeek
0
128
Member Avatar for jayanthsept5
Member Avatar for azdonald
0
160
Member Avatar for ujjval dave

[B]i am able to print all file line in to rich text box but i have a problem to find a specific word from the rich text box.please help me to solve this trouble. here is my code for taking input from file and print into rich text box [/B] …

Member Avatar for G_Waddell
-1
202
Member Avatar for spxChrome

My first post here and I have a strange one. I have a vb.net 2008 form that sends and email along with an attachment. I want to offer up a list of available email address to choose so my user doesn't make a typo. Problem is the email addresses are …

Member Avatar for spxChrome
0
104
Member Avatar for Dragennd

I'm having a problem with loading my MS Access Database. I can get it to load but it won't load in a row. My friend told me to try this but it puts all the information in a column instead of putting all the information spread out accross the row. …

Member Avatar for Dragennd
0
130
Member Avatar for jlego

Sorry if there is a topic on this somewhere - i have been searching for awhile now no dice. I'm upgrading a VB6 application to a vb.net 2008 application. problem that's driving me nuts: I fill a listview with a list of customer first & last names + number from …

Member Avatar for jlego
0
349
Member Avatar for azdonald

Please i'm developing an application with vb.net and mysql. I want to add additional users to the application but with different access levels. this is my original code [code=vb]sql = "select username, password from users where (username = '" & UsernameTextBox.Text & "') and (password = '" & PasswordTextBox.Text & …

Member Avatar for azdonald
0
112
Member Avatar for Contensive

For a long time, we have used VB6 activex dlls as our plugin strategy for our application. Works great. Now we want to include dotnet assemblys. We are working on the strategy to create objects for the plugins (late-binding-esk). I have the file path of each plugin, and have figured …

0
40
Member Avatar for tqmd1

Dear Experts I Have four textboxes, I want textbox1 to accept only char data. I want textbox2 to accept only numeric data. I want textbox3 to accept only alphanumeric data. I want textbox4 to accept only bolean data. Please help

Member Avatar for TomW
0
252
Member Avatar for kanababa

Hi All I have a listview attached to a dbase app I am working on, the last column has a price value and I would like to create a total value for this column in a label or text box below the listview control. I was searching back the old …

Member Avatar for kanababa
0
97
Member Avatar for ujjval dave

hi guys please help me.i have confusion for file handling. i am developing a application that uses one txt file. now i want to find a particular word from file and replace it as space. i don't how to do this. please help me

Member Avatar for kvprajapati
0
101
Member Avatar for anup.maverick

hi, I have a table & I am placing a background image to the table, but the problem is that the image is very big & i want to fit it in my table background. How can this be done???? Thanx.. “Ask and it will be given to you; seek …

0
61
Member Avatar for Ulukay

:idea:I'm a bit stuck I wrote a printing part. But cant find how to preform a pagefeed [CODE]Private Sub PrintBTN_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PrintBTN.Click copieen = 1 PrintDocument1.PrinterSettings.Copies = copieen PrintDocument1.Print() end Sub Private Sub PrintDocument1_PrintPage(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage …

Member Avatar for Ulukay
0
124
Member Avatar for emerituspundit

[B]For school, using Visual Basic 9.0 (2008)[/B] Write a program called Histogram that reads data from a file (allow the user to input the file name) and produces a horizontal histogram. The first line of the file should contain he title of the histogram, and each subsequent line should contain …

Member Avatar for vb5prgrmr
0
101
Member Avatar for nccsbim071

Hi Please tell vb.net equivalent of following method: [CODE=C#] private void LookForUpdates() { System.Threading.ThreadStart timerThreadStart = new System.Threading.ThreadStart(delegate() { sua = new ShowUpdatAvailable(); DelGetUpdateArgs delGetUpdateArgs = new DelGetUpdateArgs(this.GetUpdateArgs); sua.GetUpdateArgs = delGetUpdateArgs; sua.StartLookingForUpdate(); }); timerThread = new System.Threading.Thread(timerThreadStart); timerThread.Start(); } [/CODE] I tried using C# to VB.NET code converter which gave …

Member Avatar for nccsbim071
0
945
Member Avatar for fairy1992224

If i want to pop out a message to user eg, please enter number only. Do i need to declare? If need, how do i declare. URGENT!!! My test is in 2 days time. Thanks in advance.

Member Avatar for TomW
-1
71
Member Avatar for fairy1992224

what is comment in VB.Net and how to comment. I having a test in 3 days time. Urgent!!!! Thanks in advance.

Member Avatar for kvprajapati
0
124
Member Avatar for anup.maverick

Hi, I want to pass a value from one page to another(say from page1 to page2) & the same value again to another page(say page3). What is the best way to do this in vb.net. Query string, Session Variables or any other method? Thanx “Peace comes from within. Do not …

Member Avatar for reach_yousuf
0
100
Member Avatar for phatJacob07

I usually feel pretty bad asking simple questions like this, but I've a deadline that's fast approaching. What, if anything, is wrong with this Update statement? [CODE]"Update ScoutInfo Set YearID = 20092010, GSUSAID = 1, FName = 'Jacob', LName = 'Lowe', DoB = '10/16/1989', Grade = '12', Level = 'Ambassador', …

0
74
Member Avatar for adamwilden

Hi Folks, I've just upgraded an old VB6 app to VB2008 - all has gone well and I'm pleased with the new .net features. However I need to holds the common settings for all of the apps ona server (UNC path). Previously I used an ini file on the server …

Member Avatar for adamwilden
0
529

The End.