20,284 Topics

Member Avatar for
Member Avatar for Yogesh Sharma

Hey frnd tell me that in Vb to scan a registry we define our own function. In Vb.Net to scan a registry we define our own function or using the inbuilt function,it can also be done?? Plz give me some steps from where to start??????????? I m not getting it,how …

0
69
Member Avatar for Arijit Manna

Hi, Iam working on [B]WPF DataGrid (dev. by ComponentOne)[/B] with [B]Visual Studio 2008[/B]. I wish to provide facility to user to select "Columns" of a Table using ListBox(if possible, by clicking on Checkboxes within the ListBox) and the Report will be generated for those selected "Columns" only. [I]Selection to be …

Member Avatar for Arijit Manna
0
132
Member Avatar for tuse

I am new to VB. Yesterday I learnt how to connect to a database. My work computer has Microsoft SQL Server (which I could connect to) but I use mySQL at home and do not know how to connect to it. Can somebody please help?

0
51
Member Avatar for sharath61

Can anyone guide me, how to write the code for searching the deatils in alphabetical order like.......... A B C E F G.... Z.. Al the alphabets wil be in link format.. If u click on 'A' all the names in 'A' as to be displayed.. Can anyone guide me …

0
73
Member Avatar for sonia sardana

het frnds I faced the foll. interview questions on Vb.net. Plz reply i want to just confirm my answers- Give reply if mine answer is wring. 1)How many Compilation levels are there in .Net Framework a)One b)Two c) Three I WRITE---TWO Mine ANSWER IS RITE OR WRONG 2)There are different …

Member Avatar for Arijit Manna
0
251
Member Avatar for cmdolcet69

Does anyone know of a way to translate english to spanish text in a vb 2003 application form? I read about the global localization in 2005 however everytime I tried it it would never work. Any suggestion?

Member Avatar for ShadowMaster215
0
154
Member Avatar for deerslayer

Forwarn I am a newbe to the coding word! I am writing an application to open a 'machine code' file, in .txt format, to edit a value, save and close the file to the same directory. I have been successfull using a listbox to show all files, with the correct …

Member Avatar for chamsups
0
112
Member Avatar for vijaymmathews

hi how to make a vc++ application run inside a web browser is there any possible ways to work the vc++ application inside the browser as if we are browsing plese provide me information and assistance for the above question

Member Avatar for hollystyles
0
75
Member Avatar for sonia sardana
Member Avatar for rk4088

I'm having an vb exe file. I've run that exe file. But when i click in find button it is throwing msg like runtime error:7005 rowset not available. I'm not having vb get installed. Only having vb.net installed. All my team mates can run the project.. click the find button.. …

Member Avatar for jbennet
0
41
Member Avatar for sonia sardana
Member Avatar for mark192

I have a program set up to generate a random number by doing the following [code] Dim randomNum As New Random Dim random As Short [/code] definitions [code] random = randomNum.Next(2) [/code] generates a random number as 0 or 1 My question is how would I make my program check …

0
96
Member Avatar for mnbcxz

My project works except for 2 things I need the save change button4 to save any changes I make to the form, it has to do with global variables and also trying to get previous button6 to go as it goes forward first before going back thanks for any help. …

0
38
Member Avatar for jk_bscomp

Hello Everyone!!! I hope you could help me with this one.... I am currently working in creating a chat program , a server and client communication, and I successfully able to create this type of application. This time, what I want is to attach a file for example text file …

0
65
Member Avatar for smiles

Hi! Suppose I have a textbox to input a string, when I click button next to it, then it lists all the folders (in my specified mother folder) that has the string in its name. Could you show me the way to finish it ! Thanks so much !!!

0
71
Member Avatar for gabanxx

i create a code to delete a data in sql server..but nothing works anyone outhere help me spot the problem.. ] [CODE]Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim varAdapter As SqlDataAdapter MsgBox("are you sure want to delete?, important information will be erase. ") 'varConnection …

Member Avatar for gabanxx
0
86
Member Avatar for evios

Hi, i am new to MySQL: Lets say now i have a database, within that database, i have one column named "TEX", and the format of the data are as shown below: +-----------------------+ | TEX | +-----------------------+ | 75 2008/05/16 06:02 | | 75 2008/05/16 06:02 | | 75 2008/05/16 …

0
101
Member Avatar for evios

Hi, i am new to MySQL: Lets say now i have a database, within that database, i have one column named "TEX", and the format of the data are as shown below: +-----------------------+ | TEX | +-----------------------+ | 75 2008/05/16 06:02 | | 75 2008/05/16 06:02 | | 75 2008/05/16 …

0
116
Member Avatar for Braiden

Hi, im new here, and i need some help, Im developing a Plugin management system, and i need to know what code i should use to check if anything is actually selected. This is the code i need the above added to: [CODE] Private Sub Button4_Click(ByVal sender As System.Object, ByVal …

Member Avatar for waynespangler
0
85
Member Avatar for sritanu

I am a Software Developer working on VS2008(VB.NET) and SQL Server2005.I am new comers on PDA(WM 5.0).When I run my program it works fine.But when I run it from Debug\Release\PDA.exe.Then I got this error "Top-Level cannot be added".What can I do for it.I have a parent form and four child …

0
49
Member Avatar for PersonPerson

Plain and simple. I want to do this: [url]http://www.codeproject.com/KB/dialog/csSlideForm/SlideForm_Main.gif[/url] ...on VB.NET, yet I haven't the least idea about where to start. I've searched plenty without luck. Thanks in advance.

Member Avatar for PersonPerson
0
94
Member Avatar for Mr.Wobbles

I've been looking for answers to this problem for awhile, and none of what I find seems to work. I have a program that creates a database, and a form based on that database, where the form fields are movable (the user can drag them around in the form) in …

Member Avatar for Mr.Wobbles
0
106
Member Avatar for allopiloping

[code]Public Class Form1 Private Structure word Dim b1 As Byte Dim b2 As Byte Dim b3 As Byte Dim b4 As Byte End Structure Private Function CircShiftLeftW(ByVal w As word, ByVal n As Integer) As word Dim d1 As Double, d2 As Double d1 = WordToDouble(w) d2 = d1 d1 …

Member Avatar for Tom_2
0
158
Member Avatar for pikkas

how can i take a datagridview data and assign them in reportviewer? Any sample code please?

0
59
Member Avatar for bbaagla

hi friends, i m new in vb.net, and can someone guide me to run vbscript in vb.net, with liabrary or tool we use to run VB.script in VB.net cheers birbal

0
52
Member Avatar for jk_bscomp

Hello everyone!!! I am currently working in sending messages in cellphone using vb.net....the sim card I am using is SMART(In philippines), I am just curious if I can make an application like this..If yes then, what are the things I need to have and if ever there is a good …

Member Avatar for Braiden
-1
100
Member Avatar for tratak

Hello ! Help me with some sample, please ! I want a sample code, if it is possible, to access a same function (same name of functions) in different modules, by date. Ex. for date 31.01.2008 I want to use function "MY_FUNCTION_A" from module 31012008; for date 01.07.2008 I want …

Member Avatar for KillerOfDN
0
104
Member Avatar for geetajlo

i have 2 form namely appointment and drug. in the appointment form there is datagrid containing 2 columns namely drugname and quantityused. in the drug form i have 2 textbox namely txtoriginal quantity and txtquantityleft.. my problem is that i want the txtquantityleft takes the originalquantity substract the quantityused column …

Member Avatar for geetajlo
0
66
Member Avatar for treefity

w^ Here are my tables: Band: {[U]bandid[/U], bandname} BandMember: {[U]idnum[/U], [I]bandid[/I], [I]artistid[/I]} Artist: {[U]artistid[/U], firstname, lastname} Release: {[U]albumid[/U], albumname, [I]bandid[/I]} They are related properly in the dataset designer. Question: How can I make a bound datagridview that shows a band's artists? any links/examples would be cool.

0
61
Member Avatar for Yogesh Sharma

I try the foll. code--- protected void Button1_Click(object sender, EventArgs e) { int i; for (i = 0; i <= ListBox1.Items.Count - 1; i++) { ListBox1.Items.Remove(ListBox1.SelectedValue.ToString()); } } But it's not working.

Member Avatar for Jx_Man
0
272

The End.