20,285 Topics

Member Avatar for
Member Avatar for khair.ullah

Hi every one . Recently i complete my project on libraray managment system which work perpectly on my system. Now the problem is that when i Execute my project on other system it show error at con.open i.e it mean that connection string not set in this system . Now …

Member Avatar for Muhammad_113
0
5K
Member Avatar for xn hunk

how to login and chat in any flash site in vb net? ex. chatrandom.com/webcamchat/ yapchat.com/

Member Avatar for Leo_9
-1
213
Member Avatar for JustMarkInAz

Hello, My vb.Net code interacts with a design software and extracts a list of strings into an array. I want to use that array to populate a list box on a form. Every search I try always retursn "How to send array from one form to another" I only have …

Member Avatar for tinstaafl
0
210
Member Avatar for JustMarkInAz

So I ask a question, and I get a response, ok cool. I want to eleaborate on my question to be more clear. I cannot attach anything (files or pictures). I try to just enter my code and clarifications and when I hit "Submit" it refuses and says it can't …

Member Avatar for Dani
0
136
Member Avatar for Smooth_1

hi... im trying to update one of the columns of my table with a multiple data without deleting the previous data.. by the way im using vb.net and mysql... does anyone has an idea? or a codes perhaps. its like, the previous data being inserted will just merge from the …

Member Avatar for Smooth_1
0
352
Member Avatar for Smooth_1

hello everyone... can you please help me with the project that im building... my project has a combobox with the items of january-december... a listview with a 14 column. in the first column is name, the second is year and the rest is the month starting from january to december, …

Member Avatar for Smooth_1
0
247
Member Avatar for Wallace Jnr

Mr Rioch D'lyma, I have gone through your code. It looks right. It is exactly as I have it here in my textbook on the subject although you have implemented the pseudocode using C++. You are also right in stating that IT DOES NOT GIVE THE RIGHT ANSWER ! You …

Member Avatar for Gribouillis
0
687
Member Avatar for Reverend Jim

Sometimes there are functions you want your program to perform in the background while you are busy doing other things. For example, if you are building a picture viewer application you may not want to wait until thumbnails are generated before getting on with the business of viewing the pictures. …

Member Avatar for Reverend Jim
3
4K
Member Avatar for hhaannyy

hello every one i wont to select the data place in textbox in the form but the code does not work Sub backup() con.Open() Dim cmd As New SqlCommand("BACKUP DATABASE ['" & TextBox1.Text & "'] TO DISK = N'D:\5-2016\Backup.bak' WITH COPY_ONLY", con) cmd.ExecuteNonQuery() con.Close()

Member Avatar for 3DotDev
0
125
Member Avatar for සශික

I'm newbie to vb.net. Now I'm on report viewer component. I'm just trying to generate reports. It's okay with select data from one data table of mysql. But now I trying it advanced. I try to generate report data from two data tables. This is query I tried. It show …

0
157
Member Avatar for Koriewhite

Hello Guys, please i need your help: does OpenFileDialog control have a restriction on the maximum number of files it can upload? i'm curreently working on an application that uploads files to an FTP Server. the codes work perfectly to upload up to 80 files but if i try to …

Member Avatar for rproffitt
0
204
Member Avatar for Mr.M

Hi Dw. Has anyone worked with TCP/IP socket in Windows Phone? I'm using Windows Phone 7 and I would like my app to communicate with my server which my client will send some data to the server and the server will also send some data to the client, It's more …

Member Avatar for rproffitt
0
452
Member Avatar for සශික

heY, I need help.... I want to know about concept of combination between software and database on enterprise level software. Recently I develop software using vb.net. Then I install mysql and connect these two software. But this isn't the way enterprise level software. Ex : In Quick Book Accounting package …

Member Avatar for Mr.M
0
282
Member Avatar for Mr.M

Hi Dw. What is the correct way to write an sql query like this? `"select * from MyTable where username ='username' And password ='Password'"` in vb.net. My problem is that on my database I have some usernames repeated but they differ by their passwords. Each record has a different information. …

Member Avatar for Mr.M
0
251
Member Avatar for සශික

I want to know about develop vb.net project by LAN users... I Find about this internet and I couldn't find..... Please give me steps to do that ....

Member Avatar for rproffitt
0
338
Member Avatar for karlcunanan

Good Day VB.net Geniuses! I'm just wondering if there are still any other free reporting tool that can be use for Visual Basic 2010 Express edition since Crystal Reports is not working for Express edition :( I only have a simple MS Access Database :)

Member Avatar for psychi_beavis
0
3K
Member Avatar for Papa_Don

Hi Group, I've imported an existing form into a new project that I'm creating (using Visual Studio 2015 Express/VB.net). When displaying the "Design" version (the user interface), it looks like a plain form and doesn't resemble the actual form in the original program. As per the directions, I added the …

Member Avatar for Minimalist
0
5K
Member Avatar for Hilal2009

I made a simple complain management system in VB.NET, but I want to display daily, weekly, monthly and annual reports at any time when it will be required. The only hardness I'm suffering here is to get let's say the specific date just after the past 24hrs, past 7 days …

Member Avatar for ddanbe
0
783
Member Avatar for Mr.M

Hi Dw. I'm deeply in need of your help, I'm having a problem that is giving me a very serious problem with my code. My program is a multithreaded program and its a TCP/IP based application. Client has no problem, only a server that is being so weid to me …

Member Avatar for Mr.M
0
508
Member Avatar for CodingSource

Hi! I am doing a system in Visual Basic .NET. My vision is to have different users, with their own PCs, using the same database. Which database should I use to have this feature: local or service-based database?

Member Avatar for RudyM
0
228
Member Avatar for Mr.M

Hi Dw. I'm developing a Client Server application. At the moment I can connect the two and send data. The main aim is to make a server as a core control. The server only perform actions according to each client request, so the client can request to connect to let …

Member Avatar for Mr.M
0
3K
Member Avatar for Tokumu

Hello every one. I have a form in VB.Net, as attached, I need to code the OK button. The Transfer From combobox and Transfer To combobox get all there values from the same table. The amount being transfered is keyed in via a textbox. Once the amount has been transferred, …

Member Avatar for Mr.M
0
245
Member Avatar for qhadjirul

Can anyone please help me about binding 2 fields from the database and combine them in a label? here's the situation: I have an ms access database with First Name, Middle Name, and Last Name columns and in my new windows form, I want to combine it into full name. …

Member Avatar for Mr.M
0
97
Member Avatar for qhadjirul

Can anyone please tell me how do I get the total row in my ms access table and put in my label.text at vb.net?

Member Avatar for qhadjirul
0
735
Member Avatar for Netcode

Hi All, am trying to use build a secure login page. I have written necessary functions and the registrations works fine (with secure hash + salt passwords created) but the verification never goes through. Can someone point me in the right direction? Imports System.Data Imports System.Data.SqlClient Imports System.Security.Cryptography Imports System.Web.Security …

Member Avatar for hericles
0
222
Member Avatar for Papa_Don

Good Morning group! I've made some minor changes to my coding (to open a log file, write to it and then close it) and now I'm getting an error that I've not seen before. The error code is CA2213. I've read what it says and I've tried to look it …

Member Avatar for Papa_Don
0
2K
Member Avatar for Mr.M

Hi Dw. I'm a bit stuck with a lot of confusion here. I'm developing a client/server applications which communicates to each other, my project is a multi-thread based and I'm currently using MS Access and database but I have hit a very challenging problem as this was the wrong database …

Member Avatar for pritaeas
0
331
Member Avatar for Link_1

How to break up the string into smaller strings. I am using VB I have the following string which I want to break it up on <br/> Dim s As String "cat dog <br/> red green <br/> car box <br/> " Than I have used a split method Dim s1Temp() …

Member Avatar for Mr.M
0
241
Member Avatar for aaron_10

I am trying to connect my database to my application. this is very basic at the minute but here is my app: [Click Here](http://prntscr.com/b4wciu) I have created a database which is hosted. I was wondering how i would connect it from cpanel/mysql workbench to visual studio

Member Avatar for rproffitt
0
373
Member Avatar for Iamkenny

Hello. I'm new to programming and I'm using vb.net 2010 and I'm stuck with this problem. So here are the details, I have 2 tables in my database, a product table and a category table. In my product table I have product no, product description and category no. In the …

Member Avatar for Mai Phương
0
1K

The End.