20,279 Topics

Member Avatar for
Member Avatar for dakaboguy

I have been using examples from the textbook creating a OleDbDataAdapter using the wizard, everything works fine loading the data into the dataset, but when i try to update the dataset, it doesn't save tod the database, can someone please tell me what im doing wrong: I created the data …

Member Avatar for dakaboguy
0
116
Member Avatar for G_Waddell

Hi, I have an issue involving retrieving a set of child rows in a dataset. I have populated a dataset with three tables Categories, Projects and Tasks. In the dataset relations I have set up a relationship between Categories and Projects and between Projects and Tasks. [CODE] Private Sub Defaults_Load(ByVal …

Member Avatar for G_Waddell
0
229
Member Avatar for chaitanya.josh

Hello, I'm having 1 date time picker in vb.net 2005 and i have written some message on that date time picker's text change event.so when m going to run this application at that time after running m clicking on date time picker arrow key.after that m only selecting month at …

Member Avatar for kvprajapati
0
88
Member Avatar for hassal

Hello, Using visual studio 2008 environment, i would like to change a classic windows application design, so i'm wondering if there is an idea a bout this. i've find some skins like irriskins ([url]www.sunisoft.com[/url]), but i'ts not what i'm looking for. is anyone have any idea, any help will be …

Member Avatar for kvprajapati
0
256
Member Avatar for Dcurvez

good evening all:) first I want to start off by apologizing for my savefiledialog post..I did not mean to break forum rules regarding format for coded posts. I have decided to revamp my project entirely and have decided to make a few combo boxes on a windows form. What I …

Member Avatar for Oxiegen
0
826
Member Avatar for lanz80

Hi, I would like to how I can load a set of values in a comboBox from a TableAdapter. I have the tableAdapter method to read the data , (in this case GetDataByStreet)--> Me.StreetsTableAdapter.GetDataByStreet() But I don't know how to assign the sentence to the comboBox, in order to load …

Member Avatar for Lee21
0
157
Member Avatar for drummy

Hi Group, Need some help. I'm performing some statistics on a txt file that has multiple columns using a collection list (vb.net 2008). My files can contain 100,000+ samples per file. How would I code my function to have it perform work on the first 3000 samples and continue the …

Member Avatar for drummy
0
151
Member Avatar for Brandrune

Hello Guys. Consider the following: I have a text document that has a lot of data. I want to search for a specified term say "apple" and remove that entire line of data from the document. Thanks.

Member Avatar for KatyHex
0
72
Member Avatar for Learner7

Hi, How can I call this sub? Getting an error as it is attached in the .JPG. Please help. Thanks.

Member Avatar for Learner7
0
57
Member Avatar for SMIFMD

Can someone explain to me how to write the VBA Code that will close another Access Application/Database? I have two Access Programs running. The first Access Program, called Main Program. It is the primary program which contains numerous tables, records, et cetera. I have created a second database, called Employees …

0
99
Member Avatar for coolkeg

Ok so i have a uni assignment to delete lines of text out of a text file, so far i have figured out how to search the text file for specific bits of text, i,e name of user, ive also used a loop to find out what line in the …

Member Avatar for Oxiegen
0
2K
Member Avatar for Lee21

Guyz, i need your help. How will create an array of checkbox, I dont know to create it on vb.net but as far as i know in vb6 you're just going to create a toolbox then if you copy and paste it,it will automatically ask if you want to create …

Member Avatar for Lee21
0
285
Member Avatar for needanswer

Datagridviews on each tab and invisible both id, on the first tab, you will not see the id on the datagridview, but, the second tab, the id is on the datagridview????? HOW TO FIX IT? Thanks.

Member Avatar for needanswer
0
97
Member Avatar for tanvirahmad

Hi experts I m using .net , I create some temporary tables at run time, how to print these table data thru crystal report

Member Avatar for kvprajapati
0
58
Member Avatar for ashukite

I have invoice form bound to a bindingsource and bindingnavigator. In the form I have unit price, quantity and total textboxes. The total textbox text property is set to total.text = quantity.text * unitprice.text in the textChanged event of both quantity and unitprice text boxes. The result is displayed in …

Member Avatar for tuntunbabu
0
141
Member Avatar for culebrin

I hope someone can help me: I have valued pairs, attributes names and values in one hand, and I have an object with attributes. I need to set the values of those attributes. I need something like [code] For each pairName in ListPairs Object.GetAttByName(pairName(name)) = pairName(value) Next [/code] I wonder …

Member Avatar for kvprajapati
0
101
Member Avatar for samir_ibrahim

Hi, Is there a way to comment multiple line of code in vb.net at once? means not inserting ' in front of each line in case i want to comment 20 lines that will be tedious job? TIA Samir Ibrahim

Member Avatar for kvprajapati
0
238
Member Avatar for George_E

Hey guys As many of you are well aware I creating an EPOS System I have a datagrid that stores details about all of the items which the user wishes to buy in the transaction. However if the user changes his mind I have a feature that cancels the row …

Member Avatar for kvprajapati
0
781
Member Avatar for learner11

Im just learning and have made some userforms with text box's and comand butttons and i am trying to make them create a new excel workbook and save it. I have try'd all sorts of different code that i have found on the net but carn't get any to work.

Member Avatar for kvprajapati
0
54
Member Avatar for sweetypie123

Hi, is there a method check the number of records in data reader? like the count of rows. ?

Member Avatar for kvprajapati
0
106
Member Avatar for Chichano

Hi!! I am working on a POS system, and i have a problem with the project's publication. The system must be installed on over 30 branch, so i need the make a publishing that every time anyone in any branch run the application it get update with the newest version …

Member Avatar for Chichano
0
136
Member Avatar for mkalinic

Hello all. I have seem to come to a sudden stop. I need help with setting bounds for a label so my character(picture.gif) cant go past it. For example, say i have a form and a box of labels surround the picture.gif, and i can move the gif anywhere but …

0
49
Member Avatar for arkanoid

I have been working on a number of card games. Important, of course, is shuffling the deck. I have come up with a few different ways to do this. Currently I do not shuffle, but to deal a card, I lay out the deck in order, selecting a random number …

Member Avatar for arkanoid
0
199
Member Avatar for sweetypie123

Hi, I am loading images from the internet. I am using PictureBox1.imageLocation() but it takes a while to load the image. Is there a way i can load the images faster? it shows an error icon before it displays a picture...how can i get rid of that? Please help

Member Avatar for sweetypie123
0
167
Member Avatar for discovery-power

Hi All, I really need help with this its driving me crazy, I am writing a noughts and crosses game and everything works but the checkwinner sub routine, so basically if someone gets three X's or O's in a row then a message box pops up saying either X has …

Member Avatar for discovery-power
0
111
Member Avatar for Lee21

hi guyz,how will I find an item that's in the combobox that everytime I pressed the keyboard it will be automatically displayed in the combobox?for example I have Items like cats,pigs,dogs in the textbox then when I press d or do the Items dogs will be displayed..please help me here!

Member Avatar for Lee21
0
71
Member Avatar for yanz

hi everyone, Recently i am doing a web application on receiving sms by PC. anyone has got any codes for receving sms using vb.net? or does anyone know where i can get relevant info for it? Thank you very much!!

Member Avatar for mukuljain
0
109
Member Avatar for bninja

Hi How can i check if some value exists in the data reader How can i do that ? any ideas please .

Member Avatar for Oxiegen
0
218
Member Avatar for rmontgomery

Hiya, whnever I use this code, I get a File Not Found exception, even though the file paths are all correct. Any ideas? thanks [code] Dim WordReader As String = "C:\Program Files\Microsoft Office\Office10\WINWORD.exe" Dim HelpPath As String = "C:\Documents and Settings\Steven\Desktop\TPBData\Help.doc" Shell(WordReader & HelpPath & "" & AppWinStyle.MaximizedFocus) [/code]

Member Avatar for kronald
0
192
Member Avatar for miweiser

I'm just going to post my pages here if someone will take a look and let me know where to go from here...sorry, I could have attached files if you would prefer. I am not sure what needs to be in my VB page if anything more is required nor …

Member Avatar for miweiser
0
181

The End.