20,279 Topics

Member Avatar for
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
153
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
99
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
266
Member Avatar for rami2005

hi i have aproblem i have atable in database and the table has three colums branch_no branch_nnnno distance 1 2 5 1 3 7 2 1 5 2 4 10 3 5 15 4 5 5 i need aprogram by vb.net that find the shortest path between any two nodesw

Member Avatar for rami2005
0
151
Member Avatar for fujilec

Using rs.open (bla bla bla........) then i need to streamreader each line from MySQL....how can i implement it? thanks

0
72
Member Avatar for sbv

Hi Developers... i have developed a software in Vb.Net 1.0. Its running on 3 systems. But some times only one system giving error for same transaction. Error related to code. Like data type conversion. Why this is happening? Anyone knows? Means Transaction1 is carried out on 3 diff sysytems with …

0
63
Member Avatar for evios

Erm, how can i actualli detect certain word in a string so that i can accordingly insert them to the separate table in the database? For example: xxxxxxxAxxxxx,xxxxx,xxxxx,xxxxxx,xxxxxx xxxxxxxBxxxxx,xxxxx,xxxxx,xxxxxx,xxxxxx ........ xxxxxxAxxxxxx for table A xxxxxxxBxxxxxx for table B? thanks

Member Avatar for sierrainfo
0
155
Member Avatar for zeusZ

hi thisis my first post here, what i need to know is how to read/write files using visual basic 9 (visual studio 2008) its different in vb6 and vstudio for open (text) as (int) for output for those who have or r familiar with vstudio 2008, i took the "windows …

Member Avatar for Jx_Man
0
172

The End.