VS 2010 Save and load a class
Hey, I need a code so I can save this class. The problem is that it cant be done with XML-serialazation because it as initial arrays. [Attribute(50,50), Tile(50,50) etc.) How will I save/load this...
View ArticleSAVE array into txt file with the samelenght of each fileds value
I just have this array filled from a simple select about Fields: X = RS1.RecordCount Erase strDBRows() strDBRows = RS1.GetRows(X) RS1.Close Set RS1 = Nothing i need to save the array into a txt file in...
View ArticleVS 2010 problem with centering dialog on screen.
Hello, When my program is first started I want to display a form as dialog. Now I want that form in the center of my screen ... but I can't make it happen. I tried already several things. Code: Dim...
View ArticlePass Date from vb6 to Web-Form
Hello Folks, How are you all? I have an issue with Contract Date field, when I write date value through vb6 project to webform its working fine as using code below: Code:...
View Articleindenting of numbering data
hai all.. i designed my data report and it shows similar like this 1. vbforums is good to solve your problem what should i do to change the hanging text format like: 1. vbfourms is good to solve your...
View ArticleVS 2010 help!
Attachment 95465 this is my form1, can any1 help me with the login form here, i want to make it in such a way that if login=s1002 and password=pass123, it will open form2 if login=s2002 and...
View ArticleVS 2010 VB.Net 2010 - DateTime Difference Issue.
HI All, Please help me on resolving the below issue. I have Function to get the datetime difference as given below: Quote: Function BusinessDatetimeDiff(ByVal StartDate As DateTime, ByVal EndDate As...
View ArticleHtml Combo Box With Php
Hi There I have found a lot of help with this but no one is doing it the way i want. Im Creating a area on the internet where our mechanics can look at invoices they have done for certain vehicles....
View ArticleVS 2010 Error in UPDATE statement
Hi gurus.. I have been having this problem where Im unable to change user login information in access database. I have thought to be better if I just upload this project so that you can find easily...
View ArticleVS 2010 Variable Scope
Reading Sams VB 2010 in 24 hours p.256 it says to make a variable global in scope (Namespace Scope) simply declare the variable as PUBLIC in the declarations section. I tried this but it does not work....
View ArticleSQL 2008 and VB6.0 Connection
hi guys, I am new in SQL 2008 and VB6, I would like to ask on how to create a SQL connection and where i will get the driver you guys taking about to other rooms. Can I use IP Address instead of...
View Articlezip file and password protect it - please help
My vbs code below takes specified file and zipps it. I need to amend it such that: 1) it dynamically picks the file in the directory C:\files\ . I dont want to declare the file name in the code. 2)...
View ArticleConnnecting & log in
I am kinda new to VB, I as wanting to know how I can get my application so when I enter my login details it connects to a website say facebook for example and it checks the login details and logs into...
View ArticleMsOf07 Outlook Script/Macro to send email based on attachment name
The company I work for uses RSA soft tokens for remote access. When user accounts approach their expiration date, we send emails to users asking if they want to keep their access. Most say yes and that...
View ArticleAdding and removing data from a list box using a command button in VB 6
Hi all, I have imported data from an excel file into a list box in a program I'm working on. I have coded a number of command button so that if a certain button is clicked, certain information is...
View Articlevb6 Form Interface. Help
Guys i have this attachment wherein i need to create it for our project. But i don not know what kind of control will i use. Please see attachment. Attachment 95505 There is a search button wherein if...
View ArticlePlease help me out , TCP Receive data
HI all , I make simple electronic module witch connect to modem and send data to server appliction has been made by vb6 , now when huge data come i cant receive the data from my module but with normal...
View ArticleVb sql
I have written this function which should insert a new row into the database table. However it keeps throwing an error at the execute statement. I have used this execute statement for all other inserts...
View ArticleClear Data of XML but keep it's structure
Hello all, I would like to clear the data in an xml but to keep the structure... I am loading an xml file inside an XmlDocument with that way : Code: XmlDocument doc = new XmlDocument();...
View ArticleBrowse 1 Static Folder Path with basic File Maintenance functionality
It has been quite a long time since I had to code anything, so I come to you with what I hope is a simple request, that I'm not finding much information on. I have a need to have a small lite-weight...
View Article