20,284 Topics

Member Avatar for
Member Avatar for CharliePrynn

Hello, I currently have been coding this. [CODE]Imports System.IO Imports System.IO.Compression Imports System.Windows.Forms Imports System Imports Ionic.Zip Imports System.IO.Path Imports System.Net.WebException Imports System.Net Imports System.Text Imports System.Net.Sockets Imports System.Security.Cryptography Public Class Main ' FTP upload Private Sub FTPU() If ListBox2.SelectedItem = Nothing Then MsgBox("Select world.") Else Dim clsRequest As System.Net.FtpWebRequest …

Member Avatar for CharliePrynn
0
209
Member Avatar for tendaimare

What do i do if i have code for insert.when i insert the data it shows when i click the SHOW button(when I enter a serial number and then click SHOW it shows the data) it works but when i stop the system and run it again it does not …

Member Avatar for Netcode
0
103
Member Avatar for edriso

I am new to vb. I am trying to get a value for a textbox from a database according to the selected item in combobox. but i had this ex.message Operator '&' in not defined for string "select*from ......" and type 'dtarowview' Could anyone please tell me what is wrong …

Member Avatar for Netcode
0
146
Member Avatar for jiangjiang
Member Avatar for killerbeat

Hi, Daniweb members i have an listview containing an normal listviewitem plus one subitem What i want to do is save the info in the listview in a textfile and load when i start my program. So that all the info will be saved, but how do i do this? …

Member Avatar for codeorder
0
2K
Member Avatar for radnam

Hello, The title of this thread perhaps does not explain my problem correctly. Actually i am developing a financial software for a company.The software is similar to a banking system. The software is being developed using VB 2008 and SQL Server 2008.The company has its branches located at different locations. …

Member Avatar for Momerath
0
136
Member Avatar for Turaiel

Originally I was using Office Interop to import data, but that was a headache and a half for both me and my computer. Right now I'm attempting to load it with ACE, but my data grid isn't being populated. Once that's up and running I need to know how to …

Member Avatar for Turaiel
0
222
Member Avatar for Turaiel

I've read around that playing WAV files from resources using My.Computer.Audio.Play causes horrid distortion when playing the sound, and I've experienced this myself. I cannot, however, use WaitToComplete, because the sounds are associated with a timer that cannot stop for anything, as it is an official competition timer. Also, I'm …

Member Avatar for lolafuertes
0
173
Member Avatar for anas.safar

Dear Friends, I am new in VB 2005 I have problem loadind data in report viewer ,data loaded suceessfully but it is not the current data. Deatailed: I am entering production details into the database (access 2007) .it will add successfully.Then i open production report there is no current updated …

0
41
Member Avatar for TheMightySpud

Hi all, Hopefully someone can help me out with this one. I have a form which gets populated by 15 buttons dynamically at runtime (these need to be dynamic as there will be a user config file at some point) What I need these buttons to do is to open …

Member Avatar for GeekByChoiCe
0
139
Member Avatar for eikal

hi i was reading my book and it was teaching me about LINQ and it had me create a form that displayed the all the system processes in a datagridview control. the code they gave me was this [code] Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles …

0
73
Member Avatar for erum

take a look here [url]http://www.gfln.org/default4.aspx[/url] now when u click on radio button 1(from 1 to 7) it generate 3 <TD> (two have text name and telephone and other have textbox which is server side control)on run time now problem is whne u click on any other radio button say greater …

Member Avatar for dkwired.com
0
129
Member Avatar for linezero

I was wondering how can I select and change values of a combo box of a web page if i have the id for the combo box. if the combobox1.text has 1 then I can select 1 from the web page combo box the html code is: [ICODE] <tr> <td …

0
55
Member Avatar for tendaimare

'A way to connect to SQL with VB.Net using Classes 'This must be a class on its own Imports System Imports System.IO Imports System.Data Imports System.Data.SqlClient Imports System.Web Public Class frmConn Public Shared Function ConnSQL() As SqlConnection Dim connectionString As String Dim cnn As SqlConnection connectionString = "Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\App_Data\test_db.mdf;Integrated Security=True;Connect …

Member Avatar for AndreRet
0
2K
Member Avatar for Fredag

Hi! My program is using Crystal Report to generat reports. Fine. Everything worked in VB.net 2005 and Crystal report XI. But know, when I have build the project in VB.net 2010 I cant open the reports any longer from the program. I hope someone can help me!!!

Member Avatar for Luc001
0
39
Member Avatar for Mubusher

sir i am having a Visual Studio 2008 but it not install with crystal report when i open add new item-> its didnot contain Crystal Report how can i add crystal report and make crystal reports in visual studio 2008 how i install crystal report with visual studio 2008 only …

Member Avatar for Luc001
0
578
Member Avatar for sharadkmittal

I have a gridview, with first column as checkbox. I also have a checkbox "Select All", which select/de-selects all checkboxes in the first column of Grid. But when after selecting-deselecting the grid checkbox through "Select All" checkbox, I selects few checkboxes in gridview and see the result of the checked …

Member Avatar for Luc001
0
1K
Member Avatar for agent123

While i am trying to print fro a vb application i have this error .. Also this is expereicing in only one system .. other system where just working fine thanks in advance

Member Avatar for Luc001
0
44
Member Avatar for eladreznik

i have a datagridview which i populate from a SQL database. one of the columns is of a Ntext type. i would like to enlarge the cell on focus so the user would be able to read what's in it without entering edit mode. any idea ?

Member Avatar for Luc001
0
49
Member Avatar for erum

can u correct the error Parser Error Message: Type 'System.Web.UI.UpdatePanel' does not have a public property named 'table'. i have following code [CODE]Public Partial Class WebForm1 Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load End Sub Protected Sub RadioButtonList1_SelectedIndexChanged(ByVal sender As Object, ByVal e …

Member Avatar for erum
0
258
Member Avatar for Kingcoder210

I need to know how can I make trial(demo) version of my program. Normally people use date & time to do it. But if user will change his system date I guess it will not work. I need to know the best way of making trial version which will work …

Member Avatar for low_coder
0
232
Member Avatar for Pundia

Hi everyone. Once again, i'm here. What I have is two structures: [CODE]Public Structure poblacion Public ind() As individuo End Structure Public Structure individuo Public pos as List(Of Point) Public fx As Double End Structure[/CODE] There's one point where I need to randomize the order of the numbers of the …

Member Avatar for Pundia
0
210
Member Avatar for lcfjoertoft

I've managed to put together some code to retrieve data from a sql file. I plan to connect to a sql server that are operated by a database program, that update the registry every 10 sec. Before I try to connect my program to the sql database, I need to …

Member Avatar for lcfjoertoft
0
102
Member Avatar for erum

have a single look on code based on jquery,the code is running fine but the problem is when ever i click on any radio button to create div it created div but overlap each other ,i added blank row or <BR> but useless any help [CODE]<body> <form id="form1" runat="server"> <div> …

Member Avatar for Taywin
0
263
Member Avatar for SG01

Hi, I have a small vb.net program which I want to have available on my web page instead of only being a stand alone program. Is there a way to do this??

0
54
Member Avatar for eladreznik

issue has to do with the number of rows which I represent The first row in the dB is 0, so to prevent confusions I added 1 to the index so row 0 will be represented as row 1. The issue is that when I scroll down I “gain” a …

Member Avatar for eladreznik
0
88
Member Avatar for code_monkey

I'm have some problems understanding what to write for the shift(). I know that the when the pic is clicked it takes the gradient stored and uses that with X_move to redraw the pic on a slope. The concept is that the shift will move the pic to the other …

0
50
Member Avatar for S.IDK

welcome , plz , i want a give the result about this instruction 50^99 in textbox what the data type can be use to give all number of this result. the result in textbox : 1.97654296816219E+172 but the cal in a windows 1.97654296816219[COLOR="Green"]383545704208846[/COLOR]E+172 how can give all number in textbox.

Member Avatar for Momerath
0
115
Member Avatar for tendaimare

What do i do if i have code for insert.when i insert the data it shows when i click the SHOW button(when I enter a serial number and then click SHOW it shows the data) it works but when i stop the system and run it again it does not …

Member Avatar for lolafuertes
0
96
Member Avatar for Sarama2030

hi guys! it's my first post on vb.net, it's just that u can't develop on windows 7 anymore using vb6, guess we'll just have to get used-huh. i'm developing this procedure using a timer object.the thing is the procedure is not in the timer's event procedure but i want it …

Member Avatar for crapulency
0
350

The End.