20,278 Topics

Member Avatar for
Member Avatar for prakashj
Member Avatar for Reg74

Is there perhaps a single statement that will do the job ? Public Class Polis Public Nr As String Public Fonds As String Public KBR As String Public Land As String Public Usplit As String Public Tcode As String Public Reels As Integer Public BELBON(40) As Double Public BELEBON(40) As …

Member Avatar for hollystyles
0
130
Member Avatar for technogeek_42

can any one help how can i create a self-runing program?? it is like a anti-virus that run when ur booting ur PC

Member Avatar for Jx_Man
0
217
Member Avatar for dezymut

Can anyone help. I have written my application in visual basic 2005 and access database. my problem is i want users to have different menu items depending on their user profiles. How do I enable menu items like administration for administrator and disable it or hide it completetly for general …

Member Avatar for Jx_Man
0
96
Member Avatar for ads248

Hi I've developed an app that reads in a csv file, strips it out to its component fields, validates them and writes it up to the database. So far, so good. I now want to enhance it so that the dataloading take place in the background enabling the UI to …

Member Avatar for poguemahone
0
1K
Member Avatar for nowitzk

Hi, I have a program that lets the user choose from four options. The user can choose more than one and can choose all of them if he/she wants to, but must choose at least one. Out of the choices chosen, the program picks a random one and executes it. …

Member Avatar for nowitzk
0
117
Member Avatar for manoshailu

Hi, I need to bind the primary column name and table name in one combo box and foreign key column name and table name in another combo box using vb.net codings with access tables. Plz help me its very urgent. thanks alot. Shailu

0
76
Member Avatar for Jamesharks

At my school we participate in the Duke Of Edinburgh award. At present all the recording of what people have done is done on paper, causing many people to not be bothered leaving them to fail the award. However after doing a survey, 93% of people said that they would …

Member Avatar for nowitzk
0
107
Member Avatar for dier02

I have three comboboxes. I want to be able to select from the first one and have the other two show the related data. For example in the first I pick a category - there are six categories. When I choose a category the second combo box now shows the …

Member Avatar for Jx_Man
0
76
Member Avatar for Eric132

Hi Guys, I have written a program to capture images from two webcams. It works similar to "TimerShot" by MS. I have used it to capture images for inclusion in a HTML page. I would like to invite all VB.NET programmers to take part in its developement. See here for …

0
77
Member Avatar for Pareshja

I created a DTS package in sql that exports a table into csv format. Is it possible to call this package from vb.net. Please help.

Member Avatar for cutepinkbunnies
0
97
Member Avatar for rcadble

I'm trying to make a somewhat simple PHP ide for personal use, I'm not too skilled in VB.NET and would like to learn some things about controls I am unfamiliar with, including the treeview control. Docked to the left of the form is a treeview control, where I hope to …

Member Avatar for Narue
0
166
Member Avatar for pickachu

Im having problems with my insertcommand using odbcadapter, it doesnt insert the information I needed.. But the selectcommand works fine, only the insertcommand that is having problems.. heres my code.. [code] Private Sub cmdLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdLogin.Click a = Trim(txtStudNo.Text) If Trim(txtStudNo.Text) = "" …

Member Avatar for ericstenson
0
102
Member Avatar for rp90

So I have a huge class hierarch I am working with. I would like to store the objects of these classes in a ListBox and have a certain attribute used for the ListBox text. So my plan is to make a User Control and inherit from the ListBox. Is there …

Member Avatar for rp90
0
90
Member Avatar for Georgestef

I am using visual basic 2005 in visual studio 2005. When I try to input unicode data from a sequential txt file using (LineInput(#)) I get question marks eg. (?????? ?????) for all the unicode characters (in this case TNR Greek) in the line, or the command, LineInput(#) doesn't work …

0
57
Member Avatar for danielzee

i am a writing a program to captured a bitmap from one computer and send it to another computer on a LAN network the problem is that i alway get a prefect first bitmap pic on the picturebox on the client computer but one that follows it will be distorted …

Member Avatar for Eric132
0
132
Member Avatar for Dell XPS

i have 20 numbers that i need to randomize to 20 variables.... any ideas example numbers would be: 1 5 10 20 50 100 200 500 1000

Member Avatar for Dell XPS
0
99
Member Avatar for Webbsta

I'm using a system.timers.timer in my console application, but i don't know what the sub would be to trigger each time the interval elapses, can anybody help, thanks. SOLVED: all i did was use this: Dim WithEvents Timer1 As New System.Timers.Timer and Private Sub timer1_tick() Handles Timer1.Elapsed MsgBox("TICK!!!") End Sub

0
95
Member Avatar for vishal.mehta

Hey Guys me havin a prob in finding the control for AxMScomm that is used for serial communication in .Net.so help me out with it to complete my project.

Member Avatar for poguemahone
0
69
Member Avatar for x38class

How do I find the code to add/update/retrieve text to exif data as comments Also what are limitations, eg number of characters and is it just plain text or control characters eg cr/lf etc for formatting when text is retrieved any help much appreciated Regards Bob

Member Avatar for x38class
0
93
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 …

Member Avatar for c++ prog
0
81
Member Avatar for ITech

i am trying to do a project using vb.net and Access...i know access but dont kno vb ..tell me some where i can learn vb in short time..video tutorials, e-books etc...

Member Avatar for Jx_Man
0
88
Member Avatar for mannuvashishta

VB.NET takes the input from user like network address and port number and check it check it, the entered IP address and port number are valid or not as well as check the enter digit how many digits are entered in input box. Some one who knows please reply me. …

Member Avatar for bector
0
106
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
117
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
104
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
95
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
112
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
148
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
178
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

The End.