20,284 Topics

Member Avatar for
Member Avatar for JD69

Linking Comb Box Items to a Button to load a new form Combo box 3 has 2 items.....Item 1, Item 2 i want it so if you click on the button when item 1 is selected it will load form3 and if item 2 is selected the same button will …

Member Avatar for JD69
0
93
Member Avatar for wewehalim

Hi i know the title seems a little bit confusing, let me explain. Let say i have 10 properties of bindingsource. The names are: bindingsource1, bindingsource2, bindingsource3, ....., bindingsource10 i want to develop a code using loop for these properties.. For i = 1 to 10 //bla bla bla Next …

Member Avatar for wewehalim
0
94
Member Avatar for discovery-power

Hi All, I have created a form for a user to create a booking of a meeting room, I need this form to do 3 things. have print functionality update the new booking to a dataset view the current bookings screen I seem to be struggling with the second task, …

Member Avatar for discovery-power
0
197
Member Avatar for zinnqu

This is a great example for a thread stop. Simple debugging trick for any looped process that needs the "e-brake" applied while making sure that the thread is working correctly. The idea is that you can manually stop a thread, to prevent that hanging sensation during any process. This works …

0
3K
Member Avatar for piyushseven

Hello, I have a datagrid and I want to delete selected row from that grid. It is working fine upto this. but I want to add some advance functioning with msgbox YES-No buttons. If user select some row and click on delete button, A msgbox with YES/No options appears. If …

Member Avatar for nytro
0
10K
Member Avatar for tensai

hi, i am trying to copy all the data from two columns from two different tables to another table. the problem is when i use insert statement for the second time it does not copy the data from the two columns. i was able to insert two columns from loanTable2 …

Member Avatar for tensai
0
198
Member Avatar for mahmoud209

I’m working on a piece of software using vb.net that should allow the user to open sketch up files '.skp' and perform some measure on it. Any ideas how to get vb.net to open SKP files?

Member Avatar for mahmoud209
0
100
Member Avatar for Xcelled194

Hi, for a program, I need to map the location of all the back pixels in an image into some kind of structure. The program later uses the structure to select a random pixel location. It then removes the location, to prevent it being used again. The problem is, there …

Member Avatar for Xcelled194
0
73
Member Avatar for Jayson83

Below is my code to call the records or save/update to the database which works fine [code] Private MasterConnection As New OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=Info.mdb;Persist Security Info=False;") Private daMaster As OleDb.OleDbDataAdapter Private dsMaster As DataSet Private dtMaster As New Data.DataTable [/code] I have been trying to add First Previous Next Last …

Member Avatar for Jayson83
0
69
Member Avatar for markdean.expres

Hi everyone, can I customize my datareport? How? I'd like to add static information such the name of the company, address, contact and so on... No one can help me here (class) because I am the only one who uses VB 2008. All of them are using 6.0.

Member Avatar for markdean.expres
0
164
Member Avatar for gamaliel

i just want to ask if how can i code to connect to a POS printer... if there could be someone who can teach me or show me some tutorials.. thanks...

Member Avatar for gamaliel
0
49
Member Avatar for JD69

I have the code to create a folder, does anyone have the code to share the folder and set the permission for everyone to have full control? Thank You

Member Avatar for kvprajapati
0
66
Member Avatar for guggilosmodz

Hey i am new to VB this is my first language to learn on a computer and i am terrible but i am trying to code some applications to help a forum i am curently signed up on get more members. Wll what i needed to do was read the …

Member Avatar for kvprajapati
0
100
Member Avatar for markdean.expres

PLease guys, help me with this! I need the right to filter my dataGridView control. I am already aware of this code; bindingsource.filter = "ID Like '" & textbox1.text & "%'" but it only works when you are filtering the records by ID. my problem is how about when more …

Member Avatar for markdean.expres
0
87
Member Avatar for gurdeepsingh

i am using pegazux control in my vb.net application and it is working fine on my machine but when i install my application on client machine it creates problem. do anybody can help me in finding solution.

Member Avatar for kvprajapati
0
29
Member Avatar for wewehalim

Hi, i am developing a software using microsoft visual studio basic 2010. I set up a connection string to my server and take the data from there. I am using gridcontrolview and put my "product" table in here. It contain 4 column: systemid, system, actualid, description. I want to display …

Member Avatar for kvprajapati
0
102
Member Avatar for dre-logics

I use Visual Basic 2008 I have this code : [CODE] ' this picture i want enclose in the URL '========================================================== Dim PicBuffer() As Byte PicBuffer = IO.File.ReadAllBytes("c:\picture1.png") ' ========================================================== Dim Request As HttpWebRequest Dim Response As HttpWebResponse Request = WebRequest.Create("http://api.online....nl/update.xml?type=add&tabel=groups&name=test") Request.Method = "GET" Response = Request.GetResponse Dim reader As …

Member Avatar for kvprajapati
0
113
Member Avatar for WHchaz1027

Hey guys, I encountered this very hard problem in vb.net. The changes I made in my project was not applied during debugging. Ex. I added a button in a form but when I start debugging or F5, The button was not there. I already cleaned up my project but still …

Member Avatar for kvprajapati
0
63
Member Avatar for Felipevd

Hi everyone! For months now I've been reader of this forum and it's now time for me to register and start contributing. Well, my problem is basically with arrays and loops, in a calculator project.. What I'm trying to do is to write all operations in a line i.e: ( …

Member Avatar for Teme64
0
508
Member Avatar for JD69

Hi i've been searching everywhere to try to get this setup. I am running Visual Basic 2008 I have 1 Combo Box that Has 3 Entries, Kyocera>Konica>Toshiba I have a 2nd Combo Box that has entries for each of those manufactors...Kyocera has 3035,4035,5035....the konica has c250,c352,c452......the Toshiba has c3520, 4520 …

Member Avatar for JD69
0
105
Member Avatar for JD69

Is there a way i can write this into a command button? In a CMD Prompt if you type: nslookup set type=mx set timeout=30 emailaddressdomain.com it will give you the outgoing mail server address is there a way i can write that into a command button and display the results …

0
63
Member Avatar for Acidburn

Hi guys, I've got a C#.NET background and due to circumstances I'm trying to make a plugin written in VB.NET. I've created a new class project which gives me a DLL. This class implements a C# interface which all works. My only question is this... In my C# code I've …

Member Avatar for Unhnd_Exception
0
126
Member Avatar for Doublse Six

Here is the error i get Object reference not set to an instance of an object and also index 0 is out of range parameter name: index [CODE]Public Class Form1 Dim int As Integer = 0 Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).GoBack() …

Member Avatar for Doublse Six
0
252
Member Avatar for rheyn
Member Avatar for zinnqu
0
61
Member Avatar for swathys

Hi Below is my code. The code is running well if the column name specified below is not exist. [COLOR="Red"]Sql = "ALTER TABLE Update_PaymentDetails ADD ServiceCharge float NULL," _ & "TotalAmount float NULL,Commission1 float NULL," _ & "Commission2 float NULL,DealerCommission float NULL," _ & "PaymentToDealer float NULL,PaymentPay float NULL," _ …

Member Avatar for lolafuertes
0
122
Member Avatar for TheBrenda

Simple Code lookup to get Description I have a static list of Street Type Abbreviations and their associated Street Type Descriptions: RD to Road. I have the complete list needed. There are 37 elements in the list - 37 Street Type Abbreviations with their associated Descriptions. The lookup will only …

Member Avatar for lolafuertes
0
126
Member Avatar for Jayson83

I need help!!!! Is there anyway to do subforms in VB like you can in access.... What I need a subform for is say I enter a Container Number in a text box named txtNum i need that number from that text box to automatically go into the subform textbox …

Member Avatar for AndreRet
0
108
Member Avatar for DoctorGiraffe

I am trying to figure out a way to to make a webbrowser scroll to an html element and center the element, i don't have any code to show as i have desperatly looked everywhere after a solution but havent found anything.

Member Avatar for DoctorGiraffe
0
95
Member Avatar for Jayson83

I am trying to add a new record everytime i do my navigation gets all messed up I also need an update button... I would like so when i hit new record the record of will be(ex. If Im adding record number 30 it will say record 30 of 30, …

Member Avatar for kvprajapati
0
159
Member Avatar for Gazzmonkey

Hi all, I have a very annoying problem with adding new records to my Access Database, I'm not getting any syntax errors but there's obviously a symantic error of some kind causing this headache. I've been developing an RFID system for two months now and spent the last four weeks …

Member Avatar for Gazzmonkey
0
95

The End.