20,285 Topics

Member Avatar for
Member Avatar for kkv

I am a self learner of vb.net. I have planned 2 do my academic project with vb.net, and iam looking 4 some new and challenging concept. So someone, kindly suggest me some gud challenging concept or abstract 4 my project.

Member Avatar for bector
0
120
Member Avatar for jimmer12

hi i have a numericupdown box on my first form and in the next form i want the number selected in the numericupdown box to produced that number of text boxs in the next form.

Member Avatar for bector
0
107
Member Avatar for rhinocort23

how could i make it so when the person using it looks through the item they want and click a button, it will add it and its price to a list but if they dont want it later, they can then go and remove it? also how can i make …

Member Avatar for rhinocort23
0
98
Member Avatar for jagdish.ind

Can i display the text scrolling in bottom of my form in vb.net. if can then plz anyone suggest me how to do. i want to display some texts scrolling at the bottom of my form when i load it. how can i do it in vb.net

Member Avatar for bector
0
116
Member Avatar for shiny123

HI!!! I am doing Face reconition project in vb.net ... so my first module is uploading images and need to store in sql, that images i should retrive in vb.net. so, pl tel me the procedure and coding in vb.net2005

Member Avatar for bector
0
150
Member Avatar for bushy1985

Hi there I have connected visual basic express to my access database and designed a windows form with navigation functions as well as add delete, update functions. I have used textboxes to display the database fields on the form, but i am having trouble displaying an updated autonumber when a …

Member Avatar for bector
0
181
Member Avatar for cyberwizmj

Hi I am trying to [B]enumerate through 3 levels of directory structure/folders and create TabPages with the names same as the directory names[/B]. Further I want to add controls to these TabPages created at runtime. I have tried to create TabPages with the following commands: [CODE=vb] Dim tabcontrol1 As New …

Member Avatar for cyberwizmj
0
4K
Member Avatar for Ole Raptor

I am having a problem validating a date entered by user. This date must be later than todays date(at input time). I have attempted using the > (today) but this will not work if the the month is larger then input time. If you have any examples I would greatly …

Member Avatar for Ole Raptor
0
127
Member Avatar for Webbsta

I'm having a hard time trying to figure out how to use my DLL in my application, i just started off with a very basic DLL so i can figure out how to get it working before i use a DLL in my applications, in my DLL i have this: …

Member Avatar for Webbsta
0
110
Member Avatar for omotoyosi

HELLO GREAT PROGRAMMERS!!!! I AM CRYING FOR HELP. AM TIRED OF THIS PROGRAMME PLS HELP ME OUT WITH IT. I DEVELOPED A FORM PROGRAMME BUT AFTER SAVING IT AND I WANT TO BUILD IT.. IT FAILED TO BUILD AND BRINGS THIS ERROR!!!! "An attempt to attach an auto-named database for …

Member Avatar for emurf
0
135
Member Avatar for danielj23

When you change your theme in Windows XP, the desktop freezes and a "Please Wait" form is displayed. I have seen other programs do this, but how is it accomplished? Any suggestions would be great. Thanks.

Member Avatar for Webbsta
0
80
Member Avatar for x38class

I have an app designed on a standard screen, but now I have a 15.4 wide screen the images are distorted The ratio of width to height should be height / 0.75 for standard jpg files but setting the picture box width or form width to this ratio seems to …

0
73
Member Avatar for andy38

H1, Using VB Net (2005, Access (2003) in Windows Forms., After many hour of searching and readind on the net I came to the conclusion that I have to use a dataGrigView instead of a listWiew , so I shift the listView further down below on m y form to …

0
59
Member Avatar for jagdish.ind

i am trying to build a web application through which i can sent sms to any mobile through internet without connecting any mobile device. can any one kindly guide me to build this application. Thank You.

Member Avatar for jagdish.ind
0
82
Member Avatar for x38class

I have an app that print images from an arraylist with a corresponding arraylist for a text description of the image I am using the addhandler function to retreive the arraylist data, everything works fine. However, I now want to add an arraylist to correspond with those above which contains …

0
67
Member Avatar for aerofoil

Hi Everyone Now I'm try to write a program.....to find out the text from the html source code by using vb.net. If there any program that similar idea please send to my email [email]nanoowai.wai@gmail.com[/email]. Thx

Member Avatar for aerofoil
0
221
Member Avatar for blondie.simon

Hi I have writen a program that has some textboxes on the screen. The program is being used on different pcs, some of them are running XP and other are running Vista. On the XP machines if you right click in any of the text boxes you get the following …

Member Avatar for ericstenson
0
124
Member Avatar for VarshaAruja

Hi i am new in .Net2.0,Before this i had familier with .net1.0. i had written the code for insertion of values in database throgh form & i m getting it successful,Now i want to display the database values in the respective textboxes as i selected one value from the listbox …

Member Avatar for ericstenson
0
114
Member Avatar for omotoyosi

Hello All, I'm Here Again!!! How Do I Import From Excel Or Csv To Vb.net Database. Moreso, I Want A Code To Export From My Database To Excel Or Csv. Great Programmers Pls, Help Me Out It Is Urgent!!!!

Member Avatar for Mr.Wobbles
0
99
Member Avatar for Mr.Wobbles

I have looked quite a bit for this so if anyone could help that would be appreciated. What I want to do is to access a Microsoft Outlook Web email account, I have the server name, port, there is no SSL and it is an IMAP server. I can access …

0
83
Member Avatar for rhinocort23

can i make a program in vb that will open a picture file of words and copy the words off of the picture into a text document? im asking here first because truly i dont know where i would start, there would be just to much to it. another question …

Member Avatar for rhinocort23
0
89
Member Avatar for omotoyosi

Hi Great Programmers!!! I Created A Form In Vb.net And I Want The Form To Print Automatically If It Has Been Saved.. And I Need A Code For Printing. Pls, Help Me!!!

Member Avatar for waynespangler
0
62
Member Avatar for Irmann

hai, i need help How to do the macro that can 1st check the right(same) name between two excel, than pull out the data ?

0
64
Member Avatar for JLC

Hi guys, I'm currently trying to develop a simple graph on my website by using 3 panels. Basically I want to use one panel for the background image (X and Y axis) and the other two for bar graph blocks. My problem is that the panels are set to left …

Member Avatar for ericstenson
0
97
Member Avatar for Shataken

I have a combo box on a binding control. It is bound to a name column in my dataset. It works like it should, but I need the autocomplet to be able to find names by either first name or last name. For example, if I have two names in …

Member Avatar for Estella
0
875
Member Avatar for ericstenson

Hi- I have 2 list boxes, ListBox1 and ListBox2. ListBox1's item collection is populated with data from a database. It populates just fine. ListBox2 is empty Let's say ListBox1 has an item "Eric" with a value of "1" So I can select that item in code by: ListBox1.SelectedValue = "1" …

Member Avatar for ericstenson
0
99
Member Avatar for diyerxa

Hi all, I'm training at college in VB.NET, I'm not that far along, but know the basics. My father is in the IT dept at a printing firm. A programmer developed a fairly simple "Label Printer" application for his company in VB6. They've been running it on the shop-floor computers …

Member Avatar for Dhaku
0
213
Member Avatar for bcm

Hello friends !!!!! I want to do a project similar to [COLOR="Red"]alarm clock[/COLOR]. If I have written some timings in a string or some thing, whne the current time of clock equals to the timings given it should display the next time given in that string to the user in …

Member Avatar for waynespangler
0
109
Member Avatar for Texpert

Hi, I have this app running fine on my pc with connecting to SQL server on my localhost using windows authentication. Now I am going to deploy it on my client's server where SQL Server 2K DB is on server "abcd" with SQL Server credientials (No windows authentication) My problem …

Member Avatar for nandalanranjith
0
238
Member Avatar for bcm

I want to read Xmlfile and extract its contents to display on form in textbox using [B][COLOR="Red"]vb.net2003 [/COLOR][/B] How to use the XmlTextReader to read the contents of an XML document and extract the contents, if can be done.... :icon_cry:

Member Avatar for Ole Raptor
0
305
Member Avatar for guest11

hi all, Is it possible to run visual basic's .exe file or application from vb.net application If yes then can anybody tell me how n can tell me code for that. Actually i want to run vb application from vb.net if possible then please tell me as soon as possible …

Member Avatar for ericstenson
0
179
Member Avatar for Irmann

I got two excel file in difference location. Both save in sharing folder at company server. 1st excel name is Operation file and the other name is NPI file. Both have Product name, Package, Actual Ytd at Xfer and Actual PML at Xfer. Engineer will key-in the data(Actual Ytd Xfer …

0
47
Member Avatar for jochem23

Hello, I have a problem and i'm not sure if the solution i have is the only way to solve it. I'm trying to developing a webapplication in vb.net which enables users to print documents on their own pc. It should do some more stuff on the client (provide ATM/PIN …

Member Avatar for SheSaidImaPregy
1
351
Member Avatar for hisoka

hi to all. can somebody solve this problem? the problem is, I have a parent.aspx and a popup.aspx. The popup.aspx has a listbox asp control and a button. The parent also has listbox. I want to return what ever the listItems in listbox of the popup.aspx to parent.aspx's listbox whenever …

Member Avatar for hisoka
0
90
Member Avatar for rami2005

hi i need sum help for 1. login page in vb.net 2. i can not connect with mysql database thank for help

Member Avatar for rami2005
0
79
Member Avatar for jabslim

i want to print files in vb.net with the ability to let users choose if they want it "colored" or only "black and white"(grayscale). how can i make a file print in only "black and white"? ill illustrate an example to explain my question better: a user opens a word …

0
57
Member Avatar for jabslim

im using acrobat(AxAcroPDF1) to open .pdf files ...i need to know how many pages the .pdf file contains, can anyone post a code here on how to do that? i saw some codes of vb6 on the internet for counting pages of .pdf, but it gives the wrong output. i …

0
50
Member Avatar for c++ prog

does anyone know the game about saddam being shot in miniclip in flash? I have been working on a game but I dont know How to make saddam apper on the screen...example...on a desk he will rise up then will go down...then he will rise again beside a computer then …

0
58
Member Avatar for Gigo

Hello guys, I have been working for a long time a project in vb.net using a database which is in SQL Server 2000.I am currently trying to upload an image!The file i want to upload is not type image but nvarchar.I have made save it inthe database as ID of …

Member Avatar for shiny123
0
134
Member Avatar for echocpt

Hi, I have a project that I’ve been trying to do for months and months on my own, but it has got to the point where I can’t carry on because I’m so stuck, and all the tuts I try to follow don’t work for what I need. I am …

Member Avatar for echocpt
0
117
Member Avatar for bcm

I got it but my problem is that I want a text should scroll at the bottom of the form from right side of the screen to the left side of the screen want the text to scroll at the bottom of form from rightmost end of the screen to …

Member Avatar for Ole Raptor
0
141
Member Avatar for Bobby_999

Hi all, Thanks for the support u have given till now.I had a confusion in sending email like I have created a button for email and i want to send the text which is in a textbox iam using " Me.mapiSession.SignOn() " code for sending but i have missed some …

Member Avatar for bcm
0
116
Member Avatar for bcm
Member Avatar for bcm
0
83
Member Avatar for mwanahamis

i have a problem linking access with vb by using Ado the photo from access isnt displaying in vb,also i inserted time in visual basic and set to display at certain time but i think i used the wrong codes plse help me

Member Avatar for dnk
0
75
Member Avatar for guest11

hi all, I am creating one function named "ToUInt16" in this function i am converting the int value into Uint16 as Public Function ToUInt16(ByVal provider As IFormatProvider) As UInt16 Return Convert.ToUInt16(m_iPercent) End Function m_iPercent is of type integer. I am getting an warning on this function as "Ruturn type of …

Member Avatar for Ole Raptor
0
94
Member Avatar for ericstenson

Hi- I haven't really used the TreeView before, and I am hoping someone can answer this question. Let's suppose I have a treeview called "TreeView1" Let's also suppose that I want to add some items to it in my code. so here is what i am thinking... Dim TreeItem as …

0
82
Member Avatar for Bobby_999

Hi I have created three text boxes and a datagrid. Now if i select a row in the datagrid i want those cell values to be displayed in the corresponding textboxes. Can any body help me in this ascept.

Member Avatar for Alekhan
0
89
Member Avatar for mongoose_r286

I'm trying to connect to Oracle Dbase using VB.net and I don't know how. I'm more familiar with Visual Foxpro 9.0 which is a lot easier. I did not find a way to connect VF to Oracle so I'll try VB.Net . 5 years ago, I am a little familiar …

Member Avatar for Ole Raptor
0
38
Member Avatar for Ole Raptor

Hello, Does anybody know of a tutorial on download specific data from a web server sql db and inserting this into a local access db?

Member Avatar for Alekhan
0
110
Member Avatar for Sawamura

Hi all, i want to show report from date to certain date. so like 1/1/2008 to 1/7/2008. anyone know how to do this?? any help will be appreciated. thx.. Best Regards..

Member Avatar for Sawamura
0
358

The End.