19,728 Topics

Member Avatar for
Member Avatar for eileenc87

Dear All, I just found out something weird. When I create a new data, key-ing in all details and for date as well. So when I click on the button Edit, Yes I can perform the edit function, I can edit everything. Then, once I click on Save, yes it …

Member Avatar for G_Waddell
0
153
Member Avatar for Shantanu88d

I am binding a DataSet objetc as a datasource to my GridView. However i want to omit first column from being displayed. If i write [CODE]GridView1.Columns(0).Visible = False[/CODE] then i get error saying there was some indexing error. How can this be acheived ??? Also a weird thing is that …

Member Avatar for sarifah n
0
200
Member Avatar for roottybrian

hi guys i need to save an image that will be displayed on a vb.net form. how do i get round this: 1. how do i get the image before saving it in the database? 2. how do i save the image in the database? 3. how do i fetch …

Member Avatar for gever
0
190
Member Avatar for swathys

hi, How do i check for time difference for eg: i have code like this [COLOR="Red"]If GetServerDateTime() < Format(Now, "MM/dd/yyyy hh:mm:ss tt") Then msgbox ("Invalid datetime") endif[/COLOR] i want to make it like if the time difference is within 2 min from the current time.... the application still can allowed …

Member Avatar for swathys
0
343
Member Avatar for shivanis17

how to insert the values of checkbox and radiobuttons in the sql databse using vb.net??? we are getting problem in inserting and don't know what to do................ like i have one form with two text boxes named username and password and one label say gender....which has two checkboxes male and …

Member Avatar for Saikalyankumar
0
3K
Member Avatar for eileenc87

Dear All, The problem I'm facing now is when I set my DateTimePicker format yyyy-MM-dd, when I put a date in that column, they will auto generate the time now. For example, i entered 2011-03-30 but they will save in database 2011-03-30 10:56:54 AM. Question here is: How can I …

Member Avatar for eileenc87
0
88
Member Avatar for rookanga

I need to make an address book that doesnt use a database. It suppose to have First name Last name Birthday Telephone number Address (street) Address (city, state, zip) Email address All information shall be stored in a structure at run time The application should read and write to a …

Member Avatar for rookanga
0
279
Member Avatar for Resentful

I'm currently working on one of the last parts of a project and I'm at a standstill. I am needing to remove pixels from an image that are smaller than a certain aspect. For example, if an image has a square or triangle that is smaller than 35,35 pixels, I …

Member Avatar for Unhnd_Exception
0
273
Member Avatar for bettybarnes

Hi guys wanna ask the experts how to deploy or to distribute the completed application in clients' machine in vb.net.. what if the dbms used in sql server 2005.. how about ms access. hope you'll help me with this. Blessings, Say

Member Avatar for dxider
0
54
Member Avatar for kazekagerandy

i am making a hairstyle and makeup software in vb and i need to upload the picture which will be edited, to put a hairstyle and makeup on. ive no idea how i can do it.. it is a virtual makeover software and i need to produce the before and …

Member Avatar for dxider
0
91
Member Avatar for anniekapankha

I need A free source code for pattern matching(finger print matching) .Please of anyone can help than i will be very thankful.

Member Avatar for debasisdas
0
31
Member Avatar for jkaplan

Hi, I have a program that goes out and fetches an XML daily and then parses it. Sometimes it does not get the latest version. When I put the URL into my browser, it too does not show the latest version. Then when I do a Shift-Refresh, it updates and …

0
58
Member Avatar for samehere
Member Avatar for Saikalyankumar
0
90
Member Avatar for eileenc87

Dear All, When i execute my queries for Edit and Save for edited subject, there is no updated in my sql database. Appreciate if anyone could lend me a hand for this issue. My queries are as below. Private ConnString As String = "server=localhost; Integrated Security=SSPI;Persist Security Info=False;database=carerpt" Public Sub …

Member Avatar for Jx_Man
0
5K
Member Avatar for Andrewsc1

I am having trouble figuring out how to get my function (lines 45-57) to work. Option Strict is supposed to be on. I am getting the error "Option Strict On disallows implicit conversions from 'Decimal' to 'String'." This is an intro problem so its going to be basic. [CODE]Option Strict …

Member Avatar for Andrewsc1
0
137
Member Avatar for MaddTechwf

I know that I can populate a menu using a .INI file but I was wondering if it can be done using an XML file. I would like to be able to add parent and children menu items. Below is a sample of what I want my XML to look …

0
63
Member Avatar for swathys

hi, i would like to check the server datetime when ever my application start. The datetime must be the same with my pc datetime....How do i do that...Is there a way.... i got a code from somewhere but it doesn't work at all...can anyone help me on this.... [CODE]Public Sub …

Member Avatar for swathys
0
1K
Member Avatar for Simran Kaur
Member Avatar for dxider
0
631
Member Avatar for burntout

A company pays its salespeople on a commission basis. The salespeople receive $200 per week, plus 9% of their gross sales for that week. For example, a salesperson who grosses $5000 in sales in a week receives $200 plus 9% of $5000, or a total of $650. Develop a console …

0
150
Member Avatar for Ssnowlin

I have a reg text box and just want to add the save command, I managed to figure out how to do open but save is giving me problems. I am fairly new at VB.net been coding less then a week so I need all the help you can give …

Member Avatar for Ssnowlin
0
110
Member Avatar for yineth888

i need to write a separate program (this program is not connected with my assignment) to validate e-mail, phone number, group, GPA so far this is what i have...i need help please Private Sub btnEmail_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnEmail.Click Dim Symbol1 As Integer Dim Symbol2 …

Member Avatar for debasisdas
0
91
Member Avatar for suvisoya

hi can anyone explain how to create ascending order datatable in asp.net without sorting method regards suresh.S

Member Avatar for suvisoya
0
57
Member Avatar for Nat_xo

Okay, so I was originally having problems even saving the data, but I can now get it to stay in the dataset, and when I switch to another page it stays there when I go back to it. Although when I close the form and reopen it, the changed data …

Member Avatar for debasisdas
0
153
Member Avatar for manutd4life

Hello, i hav no idea abt MySQL, but i have a program with access database. Is it possible to convert it to MySQL database?? Any HELP please.. and i wanted to know also that all the code also will need to be change?? any way how should i start..?? thanks

Member Avatar for debasisdas
0
87
Member Avatar for Joshua Kidd

Hello, I am create a server application for a game called Flight Simulator X. And there is a Chat room in the game for MP sessions. I was wondering If there would be any possible way to read and reply text from that chatbox. I did create a simple spammer …

0
72
Member Avatar for e-papa

Please I just want to start VB.NET what are the tools I need, are there any open source tools that can be used, which books can I use, And other things I need to know as a beginner. Thanks in advance

Member Avatar for e-papa
0
148
Member Avatar for kazekagerandy
Member Avatar for kazekagerandy
0
76
Member Avatar for miss_indie

I'm having a hard time looking for a tutorial over the net on how to store sound files to access database. I'm planning to make a playlist on my application where in the user will just select the filename on a listbox and will click the play button. is this …

Member Avatar for debasisdas
0
158
Member Avatar for bLuEmEzzy

ei guys, i am stuck in getting unchecked in listview... pls help me... thank u :) this is my code... [CODE] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click For Each item As ListViewItem In ListView1.Items If CheckState.Unchecked Then MsgBox(ListView1.Items.Item(0).SubItems(1).Text) End If Next End Sub [/CODE]

Member Avatar for bLuEmEzzy
0
151
Member Avatar for sarifah n

hi i want to ask about how to disable the button when the datagrid have 9 rows? i want to control the button.after the datagrid have 9 rows, then the button.enabled=false. tq.

Member Avatar for sarifah n
0
127

The End.