20,284 Topics

Member Avatar for
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
61
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
112
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
108
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
111
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
94
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 kbal024

Hi I am new to SQL and I am trying to connect to mssql server via vb.net with a code someone else has done. I am not sure why it won't connect. part of the code is below: _DBConnection = New SqlConnection '(ConnectionString) _DBConnection.ConnectionString = "Server=MASTEC;Database=CHH_Cardboard_DA_new;User ID=sa;Password=xxxx;Trusted_Connection=False" _DBConnection.Open() when I …

Member Avatar for jbennet
0
229
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
90
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
122
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
108
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
93
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
88
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
83
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
98
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
Member Avatar for NSta

okay i have a simple program that has a class of objects some textboxes etc. What i do is enter information in and it saves an object to a text file. Now i open a new project and want to use the text file that was previously created and read …

Member Avatar for NSta
0
140
Member Avatar for ChadW

Hello and thank you for taking time to read my question. I have been charged with the task of creating a scoreboard for use by one of our local teams, the problem is that I am still very new to visual basic (I am using Visual Basic Express Edition). I …

Member Avatar for Dukane
0
266
Member Avatar for thirunavukaras

i created one web form the form contain two label box and text box in the form one button is placed i click the button the page redirect to next page window.location.href="fdfgd.com"; but i wll send textbox value and label box value in the corresponding redirect page.. pl help me...

Member Avatar for ptaylor965
0
69
Member Avatar for naviabnsi

hi i m using sql ad vb.net for my project can somebody plz send me the code of last button

Member Avatar for arjunsasidharan
0
72
Member Avatar for mstester

Hey all, Just wondering is it possible to have a drop down cell in a datagrid? and if so how the hell do i do it :) Thanks

Member Avatar for arjunsasidharan
0
79
Member Avatar for BalagurunathanS

Hi all.. Can anyone provide me with the code convertor tool...ie.the tool which converts the vb.net code to C# code and vice versa... It would be better if the tool is an .exe.. Some one help in this regard as early as possible... Regards, Balagurunathan s

Member Avatar for arjunsasidharan
0
77
Member Avatar for click_me

Hi guys, i am new to the VB and i need help please ;) Here's my problem: I am required to find out the properties and codes of a box moving. I'm given directional arrows,a "random" button and a "start"button. When i click the start button, the box moves in …

Member Avatar for click_me
0
75
Member Avatar for saldelmundo

Ok, here's what I have so far. The notation on line 2 explains what I'm trying to do. [code] Public Class Form1 Dim RunningTime As Integer = My.Computer.FileSystem.ReadAllText("C:\data.dat") 'need if/then to start countdown if value in data.dat is numeric, pause timer if value is PAUSE, and resume timer if value …

0
61

The End.