20,284 Topics

Member Avatar for
Member Avatar for zazarina

:) hi...can anybody help me on how to create a login page in vb 2008 and oracle 9i?please help me..your help are so much appreciated...

0
40
Member Avatar for InsanitySorrow

hi, Just before I start I am new to VB.net, not much experience :) Ok so what I want to do is sort some files in a folder based on the order the files are listed in a text file. Is this possible? So an example, I have a text …

Member Avatar for sknake
0
87
Member Avatar for palak_paneer

Hi, I hav designed a custom control which already has scroll but not inherited from control or usercontrol. Now, i hav added some controls in it using csContol.control.add statement and i want to scroll these controls with scrollbar(vertical). Is it possible to do it? if yes then how can i …

0
40
Member Avatar for lil_Is

Hi all, I have a problem on sending the sms. The message can be sent but the receiver did not receive the full message that is being sent. For example, if i sent the message "helooo", the receiver only receives the letter "h". Here is the code that i am …

0
65
Member Avatar for stephen lowry

hi guys heres the problem i have a excell file which reads into a datagrid now everything works fine BUT yes theres alwas a but i want to password the excell file and have the password passed through to excell so far i have pulled out my hair teeth and …

Member Avatar for sknake
0
90
Member Avatar for babbu

hie i want the user to inset the email id in correct format. so i thought of using a masked text box. there are some predefined masks but none for email. plz help

Member Avatar for hkb261
0
135
Member Avatar for geetajlo

help plz....hi i wud like to know how to count each row of a datagrid and display the answer in a textbox. thks

Member Avatar for yehtun
0
84
Member Avatar for lolwtf

Can it be done in vb.net? I've looked online but haven't been able to find anything. If anyone can help me with this, I'd really appreciate it :)

Member Avatar for Stevoni
0
293
Member Avatar for xVent

Hi guys , i got a problem ,i have some radio buttons in my vb.net project and when i select one for the first question and go through the second question to select its answer the radio button changes to the latest one .. i want it to remain on …

Member Avatar for Stevoni
0
96
Member Avatar for kerek2

Hi Alls Buddy, I'm still stuck to check value in listbox either more than one or duplicate value when keep in in textbox.... i got one textbox as search box and one listbox.....when i keep in the value it will load into listbox with this coding "[CODE] if textbox1.text <> …

Member Avatar for babbu
0
85
Member Avatar for J-P

Hi, I'm trying to write a function that takes an image and a given value and then changes the opacity of the image. Though, when I try to run the code nothing happens. Can someone look at the code and tell me what I did wrong? [code] Public Function SetOpacity(ByVal …

Member Avatar for J-P
0
114
Member Avatar for UKU

Hi everyone, i'm trying to pass parameters from one form to another with using public parameters (you know get - set) but in form load it comming the old parameter not the one i have called...so it doesn't refresh i saw it a little bit and the parameter is taking …

0
50
Member Avatar for Nada_ward

the text of dynamic label is not complete , why??? I create graphics variablt to measure size of text , than, I set the width and heigh , ?? [code=vb .net] Public Class Form1 Dim counter As Integer=3 'suppose counter=number of columns in 2-dimention Dim g As Graphics Dim d …

Member Avatar for Nada_ward
0
161
Member Avatar for Nada_ward

How I can declare 2 -dimentional resizable array .. can I use array list as 2- dimensinal ??

Member Avatar for Nada_ward
0
3K
Member Avatar for madcat62

Has anyone ever seen a date time stamp or code like this? [CODE]7CDE8F64DB88782E4EEEBF5DF6B84F034FEEBD54EBB1551E44F3BF5088C93E6B[/CODE]

Member Avatar for sknake
0
149
Member Avatar for Maffyx

Ok, I have been looking around and the only thing I can find is with Flash 8, and doesn't really work. I want to know if its possible for a VB.net application to interact with a Flash file on a website. Say the vb application has a button, and the …

Member Avatar for Zandermander
0
118
Member Avatar for babbu

please tell me the significance of using datasets. i have strted leaning its basics. i have been using data table without datasets but i wanted to know whether using datasets helps in any way

Member Avatar for sknake
0
67
Member Avatar for speedy gonzalos

I am working on vb.net Windows Application with an Access database. The program that i am trying to develop is for stock/inventory control. The update works when i update the first time, but then when I want to update another record it just wont update. I have to stop running …

Member Avatar for speedy gonzalos
0
105
Member Avatar for JohnLongoria92

Im currently thinking about making a Police software application that will be able to run Lights, Sirens, Radars, Radios, Camra's, ECT. How ever, I am very very new to the Software Development thing. I have Microsoft Visual Studio 2008 and i would like to hear any idea's, Solutions, Or websites …

Member Avatar for sknake
0
70
Member Avatar for babbu

hi i just installed windows 7 version and i am getting this error while running my vb project [code] The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine. [/code]

Member Avatar for babbu
0
80
Member Avatar for lil_Is

Hi all, I know a little bit of thread but the problem is that I did not know how to implement it to my code. I have this code that send sms but when the sms is send, it sent successfully but the message that is sent is only half …

Member Avatar for chandiusjp
0
151
Member Avatar for BlkR

Hi, Having troubles with the conversion of date in a textbox i think.... currently txtDate.text has the date format of dd/mm/yyyy and im trying to grab data from the database that is equal to that date and put it in a listview. Problem Im haivng is the conversion from MM/dd/yyyy …

Member Avatar for sknake
0
127
Member Avatar for Nada_ward

hello I want to take data ( number) from text box on second form ,and break running for first form when second form closed , the first form continue it running this code for first form [code=vb.net] public number As Integer dim numofcondition as form Private Sub button1_Click(ByVal sender As …

Member Avatar for Nada_ward
0
130
Member Avatar for tusharvichare

Hi, I am working with payment system for that i want to implement Credit card read system. I am using Magtek Intellistripe-65 (Magnetic Stripe Card) Card. I have write code for Opening Port & it is working. I am not able to open or access device. Please help me. I …

Member Avatar for vyeni
0
482
Member Avatar for Desolator4u

Sup guys? i need help finding tuts and articles on using Jet for manipulating a MS Access database file in VB2008. Everywhere i look, i only see stuff about using SQL server. I just want to code a program to manipulate MS Access Database files. I found 1 link, it …

Member Avatar for Desolator4u
0
169
Member Avatar for itzcrakalakin

I am trying to create a retirement calculator. I have finished my design and coded my calculate button. Now I am trying to use the validating event procedue to ensure that data entered into the text boxes is numeric. Here is what I have, the program builds successfully however when …

Member Avatar for kvprajapati
0
136
Member Avatar for BlkR

Hi, Currently have a working solution in displaying data from the database to listview through specific dates selected, however the problem lies with it sometimes selecting the right data for the dates and sometimes it doesn't. Just would like someone to check whether the code i have is correct or …

Member Avatar for BlkR
0
96
Member Avatar for ravikiran032

I am doing mini project in [B]VB.net[/B]. Actually my project contains [B]form1[/B] and [B]form2[/B]. I have opened form2 from form1 using "[B]form2.show()[/B]" method. While closing form2, my application still remains in debugging mode. I thought my form1 has not yet been closed and used [B]me.close() [/B], to close form1 while …

Member Avatar for ravikiran032
0
91
Member Avatar for Kecy

I was trying to install sql server 2008, and came across a problem. After testing the setup files, I got this result: passed 10; Failed 0 and Warning:1. The warning is for the windows Firewall image. Can someone please quickly tell me how to handle this an continue with my …

Member Avatar for sknake
0
90
Member Avatar for caramel91

Hey,just wanna consult any expert,currently i'm studying visual basic.NET myself by using this book "Sybex Mastering Visual Basic 2008",all i wanted to know is i can't find any task or homework to evaluate how well my understanding to it,of course,i'm not like some other people who just read over the …

Member Avatar for calsey
0
107

The End.