19,728 Topics

Member Avatar for
Member Avatar for lukis

Hi there, i need to create an array to save the location of labels on the form that are created at runtime. how can i do this please? thanks Luke

Member Avatar for waynespangler
0
104
Member Avatar for anuragNet

Hi, Need a small help and confirmation, Is it possible to show "grid lines" in crystal reports (somthing similar to what we have in data grid). Any sample code for the same. I am using VB.NET. Thanks anurag_shr

0
72
Member Avatar for em_moon1981
Member Avatar for waynespangler
0
87
Member Avatar for leoimperial

I want to learn about vb.net but i dont know how to start it. Please give me some basic sample for a beginner of vb.net codes

Member Avatar for waynespangler
0
430
Member Avatar for npkinh

Hi, Please help me, I want to have a web site used to edit and save a MS Office document on Web Server, I can get it from web server, open and edit it. But I don't know how I can save that document on server. Please help me. Thanks, …

0
71
Member Avatar for Duki

Hey everyone, I'm getting ready to take a summer class on VB6 and I was wondering how hard it would be for me to keep on track with the rest of the class while using 2005 express or something of the like? I would really like to go ahead and …

Member Avatar for jamello
0
334
Member Avatar for nrrbalaji

Hi, I need to create the Web directory in IIS using WMI in the VB.Net Code. Pls help on this. Regards, Balaji.R

0
52
Member Avatar for caesarmx

[B][COLOR=navy]Hi every body[/COLOR][/B] [B][COLOR=navy]I have a textbox on my form and i want to know how many words i have writen in it.[/COLOR][/B] [B][COLOR=navy]the idea >> i thought if i declared ( x as string and x =" ") now x equal one space if i can count how many …

Member Avatar for waynespangler
-1
285
Member Avatar for Marks256

How would one control an application (Media Player) from the program being created in VB? To sum it up, i would like to control media player (Microsoft Media Player 11) from my program. When i say control, i mean "Play, Pause, Next, Previous, Mute, Stop, etc..." I want to do …

Member Avatar for Marks256
0
142
Member Avatar for milonix

hey, how are you guy's/girl's doing tonight.. anyways im getting a syntax error on: [code] for each c as arraylist [/code] and not sure why can anyone help if you need more info please tell and i will give it to you

Member Avatar for waynespangler
0
59
Member Avatar for Sacky

OK so i've found some good offsets in Hex Workshop that i would like to modify (to 0's), could someone provide an example of how to do this via VB.NET automatically?

0
55
Member Avatar for matale

I currently have something like this in my code [code=vb.net] For intIndex = 1 To 1000 objWriter.Write("a") Next intIndex [/code] Is there a faster way to write to a file? Especially for higher values of intIndex, doesnt matter if Im writing characters or whatever. Im just trying to fill a …

Member Avatar for arjunsasidharan
0
40
Member Avatar for mstester

Hey guys. I know this is more of an sql problem but I didnt know where else to put it :S I have an application which stores a UNC path in a mysql database table. However it doest store it correctly for example: I want to store the UNC Path: …

Member Avatar for mstester
0
111
Member Avatar for ttorkey

[LIST] [*]Write a function that creates the following pattern, given the height (number of rows)[/LIST] * *** ***** ******* ********* ********* ******* ****** *** * · The [I]Fibonacci sequence [/I]is defined by the following rule. The first two values in the sequence are 1 and 1. Every subsequent value is …

Member Avatar for matale
0
105
Member Avatar for suedasszyy

hye guys.. i have problems with my programm.This are the codes.. '############################## public class EndErgebnisse public Structure Ergebnisse1 public Angebot as Double public AnzahlForderung as Double public Mitt_Bedzeit as Double Sub berechnen Angebote = AnzahlForderung / Mitt_Bedzeit End Sub sub züruck_click (button) [B]Me.finalize[/B] End sub End Structure End Class ################################################## …

Member Avatar for waynespangler
0
110
Member Avatar for iskivgs

I'm looking for a way to eliminate many unwanted global variables. Any suggestions? I'm relatively familiar with the basics of VB but not to a distant extent. thanks.

Member Avatar for waynespangler
0
93
Member Avatar for Vaishali Chavda

hello there.. I'm developing one application in vb.net which can draw 2D data matrix barcode symbology.... I got information of high level encoding of 2D data matrix, but can anyone tell me where can i get the information of low level encoding for 2D data matrix...i really need this.. thanx..

0
76
Member Avatar for usr1971ca

[B]How do I display data (not dataset) on the form just like you see the inbox mail (not allow editing on the data and no first empty column on the left of dataset)? I want to display the master list of names first, then click on the name to bring …

Member Avatar for arjunsasidharan
0
89
Member Avatar for daletonge

My program will not build due to an error related to the section of code below shown inbetween the following symbol. ~~~~~~~ ~~~~~~~ The error which i recieve is the following: Object reference not set to an instance of an object. any help would be appreciated, thanks again Imports System.Data …

Member Avatar for arjunsasidharan
0
121
Member Avatar for terivo

I am currently trying to program a hangman game as a final project - not a final grade or test. I have started this project but I am now stuck. The following is the code that has been started: [[COLOR=#0000ff] Dim[/COLOR][COLOR=#000000] secret() [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]String[/COLOR][COLOR=#000000] = {[/COLOR][COLOR=#800000]"fall"[/COLOR][COLOR=#000000], [/COLOR][COLOR=#800000]"spring"[/COLOR][COLOR=#000000], [/COLOR][COLOR=#800000]"winter"[/COLOR][COLOR=#000000], [/COLOR][COLOR=#800000]"summer"[/COLOR][COLOR=#000000], [/COLOR][COLOR=#800000]"thanksgiving"[/COLOR][COLOR=#000000]}[/COLOR] …

Member Avatar for terivo
0
107
Member Avatar for heliumgas

i would like to know how i can save data from the list view to mysql. i have two coluns on the list view and i would like to save all the items that are in the list view.

0
79
Member Avatar for vish707

Hi, Is there a way of reading data from the socket. I mean if a socket has a packet of data, how can i read that packet's data to create appropriate files? This is because, i am sending data from remote site, and i have an asynchronous server running. I …

0
52
Member Avatar for blackknight2114

well i need the codes for a delete button so that i can delete a record permanenltly from my login database. i connected my form to my database using the data form wizard. am constructing only a simple program. no sql statements. thanks please help

Member Avatar for arjunsasidharan
0
101
Member Avatar for aerosmith

The section for radiobutton2 does not work properly Usually it returns either nothing or it wil display the msgbox insuficient funds, and wont debi if its proper [code] [COLOR=#008000]' Declare the value of service charge [/COLOR]servicecharge = 10 transaction = TextBox1.Text [COLOR=#008000]' Deposit Funds to the account [/COLOR][COLOR=#0000ff]If[/COLOR] RadioButton1.Checked = …

Member Avatar for matale
0
92
Member Avatar for lukis

Hi there, I have a form that adds a Customer to a database. I had set the cust_id in the Ms Access as an Autonumber. and when I open the vb form, i wrote a code that will set the textbox of the cust_id as the count of the records …

Member Avatar for matale
0
87
Member Avatar for lukis

Hi i have a form where i have 2 comboboxes and a couple of textboxes. I have set the datasource property to the table and fields as required for all the textboxes and the combobox The first combobox (cbCriteria) contains the column names of the table and the second combobox …

Member Avatar for lukis
0
79
Member Avatar for farney

Hi all. I am trying to setup a Login Script in VB.net. I have been trying to use the below code: Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click Dim mypath = Application.StartupPath & "\security.mdb" Dim Password = "" Dim conn As New OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\Phoenix\Develop\mailorder\mailorder\security.mdb") Dim …

Member Avatar for Proteus
0
177
Member Avatar for medorouka

i want to create an db by using VB.net and i want to know how i can connect it to an C++ EXE prog to get data from it in the db pleazzzzzzzzzzzzzzzzzzzzzzzzzzzzz if any one can help me write an VB code for me because i realy need it …

Member Avatar for jbennet
-1
82
Member Avatar for praveendesilva

hello, I want to enter only numbers or only alphabets in my text box in vb.net. wat code should i use in the keypress event to solve this problem Like in vb 6 we use key ascii what is the similar thing in vb.NET PLS help its very imp and …

Member Avatar for waynespangler
0
97
Member Avatar for mhovidz

Before in VB 6.0 my way of changing the properties of an object is <pre> TextBox1.Text="Hello"</pre> could someone help me please! Thanks in advance

0
67

The End.