20,278 Topics

Member Avatar for
Member Avatar for b1izzard

Hi all I have Created a software using Vb.net and Ms-Access using VS2008. I am using ADVANCED INSTALLER to create a .exe Package and get its deployed. It works well in my machine but in the Destination machine , I get an error as shown below: [CODE] System.IO.FileNotFoundException: Could not …

0
64
Member Avatar for nilesh04dream
Member Avatar for G_Waddell
-1
69
Member Avatar for Member 784648

i have problem in displaying a single line in different line... my code is Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Me.TextBox5.Text = Me.ListView1.Items.Count Dim oFile As System.IO.File Dim oWrite As System.IO.StreamWriter oWrite = IO.File.CreateText(" E:\ " & Me.ComboBox1.Text & ".txt") oWrite.WriteLine(" ") oWrite.WriteLine(" ") …

Member Avatar for G_Waddell
0
91
Member Avatar for maips

people plix help me with ASP code for login. am using MSSQL i want users who have registered using their emailadress and passwords to be able to login.

Member Avatar for G_Waddell
0
60
Member Avatar for Member 784653

Hello, i have created a Office management software in vb.net & access, but i m not able to run it multiple machines.

Member Avatar for raul15791
0
72
Member Avatar for detoxx

I'm currently in the process of creating a Windows application much like "Steam". The problem I'm having is that I need to be able to add new games to the list which auto generates a button and the code behind it. I have no idea how to do this. Can …

Member Avatar for detoxx
0
138
Member Avatar for Maya Pawar

I have a table which contains InvNo,product,............ Another table 'Product' contains Type,subtype,....,InvNo I have form which has Datagridview and textboxes I want to what, when i go to 1st record (InvNo=101),the datagridview should display how many product which has InvNo=101. How can i bind Datagridview to currencyManager?? Plz help me............. …

Member Avatar for hirenpatel53
0
92
Member Avatar for pardeep3dec

Dear Sir, I need information about store procedure in SQL and how can i access textbox values into store procedure. and connection string for remote server (sql server 2005 installed on server) pardeep

Member Avatar for G_Waddell
0
151
Member Avatar for bchaney

Is there a problem with my code? i'm trying to refresh a few form checkboxes based on text typed into machinetxt.text with what is currently stored in the database. i put this into the refresh button click event. here is my code: [CODE]Private Sub machinerefreshbutton_click(ByVal sender As System.Object, ByVal e …

Member Avatar for bchaney
0
166
Member Avatar for dxmedia

Hi, I am developing a VB.NET 2008 application, consisting of a main EXE application and several resource DLLs. I need two functions for the DLL: 1) one function to get a list of all files in the resources of the DLL. 2) one function to return 'by name' a resource …

0
45
Member Avatar for like_bilal02

Dear Freinds I face a problem with coding which i put in my datagridview coding is [CODE] Dim dis As Integer For abc = 0 To counter - 1 dis = DataGridView1.Rows(abc).Cells(3).Value * DataGridView1.Rows(abc).Cells(4).Value / 100 Next DataGridView1.Rows(abc).Cells(5).Value = dis [/CODE] its work 1st time when i load the programme …

Member Avatar for Some-Jackass
0
90
Member Avatar for bryandan

hi, hmm guys i want to know what are the common kinds functions is visual basic.net .?? any answer please .

Member Avatar for G_Waddell
0
76
Member Avatar for Anticrist

Hi, I'm creating a VB .NET software that launches a batch (*.bat) script. Now i need that the batch script, after it has done it's work, gives a signal to the VB .NET software, that it has done it's work. How to do that?

0
40
Member Avatar for iHacker

I've been trying to work on a personal project, in which the user enters in a text string in the first text box, and when the user clicks the "encrypt" button, the SHA1 hash of the text appears in the next text box. I've googled around for some information on …

Member Avatar for Teme64
0
280
Member Avatar for tirso

hi to all I have a datagridview created by drag and drop (using details), I was used standard binding navigator, the problem is there is no validation for empty text box or data types. Though there is autogenerated me.validate() by the system. So before the add button press by the …

0
52
Member Avatar for wiss.dev

Hi all im trying to get value of a constructed checkbox.checkstate value For i = 1 To 19 Dim scheckBox As String = "checkBox" & i & ".checkstate" dim int as integer = scheckBox ' Next --------------------------------------------------------------- in foxpro: ------------- int=&(scheckBox) any ideas??? thanks

Member Avatar for G_Waddell
0
129
Member Avatar for Kingcoder210

I need to make report there in crystal report there in crystal report. Let me make it clear to you. Listen I have a table called result ok? When user creates result for Tom it saves data in the table like that - ID - Name - Subject - Oral …

Member Avatar for finito
0
87
Member Avatar for AmberAsthana

when i click the button then an UPDATE query is fired, BUT IT GIVES The following Error: A first chance exception of type 'System.Data.OleDb.OleDbException' occurred in System.Data.dll no value givem for one or more parameters

Member Avatar for finito
0
35
Member Avatar for dxmedia

Hi, As there is almost no documentation for this, I would like to know hot to properly use in VB NET 2008 the keep alive socket option. Tried this: [CODE]myTcpClient.Client.SetSocketOption(SocketOptionLevel.Tcp, SocketOptionName.KeepAlive, 1)[/CODE] but then the TCP does not connect any more, and how do I know when the connection brakes …

Member Avatar for dxmedia
0
449
Member Avatar for bizzpu

Hy guys, I'm new here and I have one error... I wanna read from one *.ini file but not clasic read. Here is content of file confing.ini that I wanna read: [Config] String0=some text1 String1=some text2 String2=some text3 .... Read that I wanna get is value of String1 for example, …

Member Avatar for dghervas
0
101
Member Avatar for dghervas

Hello, I am a newbie with vb 2010 but some experience with vb6 My problem is relatively simple but i cant find the answer to it I have a form with a textbox and a button on it when i press the button i have code that starts a sub …

Member Avatar for dghervas
0
1K
Member Avatar for mnmw

I have been using the code below to edit SQL database fields from the data stored in a dataset. Problem is I have to repeat this long code for each database field to be edited....I find this very tiring...IS THERE A SHORTER WAY OF EDITING SQL Database FIELDS. (Am using …

Member Avatar for mnmw
0
184
Member Avatar for Denxerator

You know when you insert an image into BASIC it makes a new folder called "Resources" and puts the picture in it? Well, I want a file in it so I can access it. [CODE]PictureBox3.ImageLocation = "C:\Users\Kenneth Rhee\Desktop\CIB\Profiles\" + TextBox3.Text + "" + TextBox4.Text + "" + TextBox6.Text + "\" …

Member Avatar for Teme64
0
3K
Member Avatar for dxmedia

Hi, Even though there are many examples of Invoke operations, I can't find something that works for me. (I'm using VS 2008, and working in VB) Here is what i have: A main module with functions (thread 1) that starts a BeginRead for a TCPClient. When the callback function executes …

Member Avatar for Teme64
0
2K
Member Avatar for bigtreeworld

How do you make a glass form in VB.NET? Like the vista/win7 effect, but extended into the form. I saw a tutorial for C#, but can't find one for VB.NET

Member Avatar for TheDevelopper
0
438
Member Avatar for rarun
Member Avatar for 07-0466

I have linked my vb.net application with mysql database but i am having a problem inserting data from the vb forms into the relevant fields in the database... Any assistance will be highly appreciated! thanks:-)

Member Avatar for finito
0
57
Member Avatar for pardeep3dec

I am working on a project based on networking. My problem is that database on server (time to time updated by clients Application) is available in shared folder sometime any client delete that database file from shared folder then project stopped working. So give me process for accomplish this problem …

Member Avatar for pardeep3dec
0
109
Member Avatar for dghervas

Hello, Can someone give me an idea on how to start and control a pppoe connection using code and not using rasdial. Oh and i would also like to be able to specify the phonebook that i would like to use with full path. Thank you, Daniel

Member Avatar for dghervas
0
620
Member Avatar for hemavl

Hi! I am 32 years old Engineering graduate.Homemaker till now. I have learnt vb 6 and oracle, 10 years before. Now I am interested in vb.net.I am learning it on my own. Please help me to develop myself, so that I can get a job in It field.Give me some …

Member Avatar for finito
0
202

The End.