20,278 Topics

Member Avatar for
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
72
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
163
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
99
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
101
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
506
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
103
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
251
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
94
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
158
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
Member Avatar for wewehalim

Hi, i am developing a software using microsoft visual studio basic 2010. I used a datagridviewcontrol to display a list of data from product table. What I want to do (actually i am not sure how to do it, or is there a way to do it), when i choose …

Member Avatar for wewehalim
0
162
Member Avatar for a1a4a

Hello all I am on a project where users can login /register /change status/ ... just like facebook. The problem is that i can't find a code that allow users to upload pictures as their profile picture. I think i should save the Url of the image in the database …

Member Avatar for kvprajapati
0
112
Member Avatar for DoctorGiraffe

Hello, so i'm having problem with Regex. I'm trying to use to put names in a checkboxlist. But the page where i want the names from have to be accesed by login in on the website. But the regex doesnt read from the VB WebBrowser it reads from... the internet(?) …

Member Avatar for DoctorGiraffe
0
629
Member Avatar for amina_latif

Hi I am new to VB.NET but for my final year project have started a system for childrens daycare center. I want to create user accounts which I think I should be able to do in acess. How do I link this to VB.NET? is it hard? what will vb.net …

Member Avatar for boblarson
0
69
Member Avatar for jlego

i posted the same thing in the c# forum, didn't get a response and still having issues. I rewrote the same thing in vb.net, hopefully someone here might know the answer i am writing this transport agent to verify the subject line of outgoing email on an exchange 07 server. …

0
88
Member Avatar for noel9

pl help i m getting insert into error [CODE] Private Sub Addbtn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Addbtn.Click Dim mycmd1 As OleDbCommand Dim sqlq1 As String Try If Addbtn.Text = "Add" Then Idtxt.Text = Me.max + 1 clear() Addbtn.Text = "Save" Else sqlq1 = "Insert into Member …

Member Avatar for noel9
0
119

The End.