CopyMemory Shift Array one position
Code: Option Explicit Private Type CellStruct   sText As String   Width As Long   Height As Long   Font As StdFont   ForeColor As OLE_COLOR   '...other boolean type and Long type member...
View ArticleCheck Boxes
Hi I have a check box on a form and if it is checked i want to insert "yes" into my database and if it is not checked i want to insert "No". Does anyone have any ideas on how to do this? Thanks
View Articlecontrol 5 appliances using pc's parallel port[vb.net 2010]
my pc's operating system windows 7 ultimate 32 bit ------------------------- login access: username & password - admin i am working on a project that will control 5 devices through pc parallel...
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 ArticlePass Date from vb6 to Web-Form Date field
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 ArticleWors in debug not at runtime
Hi, I need some help. I have added a MSFlexGrid to my vb6 project and I have written code to change the colour of rows based on certain criteria with a column. It works correctly(the row change to the...
View ArticleMultiple Task Problem
Is there any way to pause all other processes running (like timer and loops and all other) while executing a certain part of code..?? Actually I was dealing with multiple forms and when I create a new...
View Articleserver and client help
please download the attach and what am trying to archive is using the server opening it using the index so we dont need to open multi exe server. i need to use the server using index so i can use multi...
View Article[RESOLVED] How to keep text static in frmLog
I have a Form called frmLog that logs every thing coming and going from the client. When I click on cmdShowLog which has frmLog.Show it shows the frmLog with all the input and output. Now I close...
View Articlecreate index of form controls
this is something i want to do , creating amount of index of a control and load them to list1 example i know this is wrong because i am doing wrong Code: Private Sub Command2_Click() Dim x3 As Integer...
View ArticleReplace different texts
Hi , i want to edit an xml file for example: [TEXT1] <PageId>Circuit</PageId> <ids> <index>0</index> <id>2613452513</id> </ids> <ids>...
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 Article[RESOLVED] Split data with 2 different delimiters
Hello guys This is my first post here. I have a problem with my code. I try to generate data (phone numbers and names) within Listview (that has 2 columns) The data looks like: Code: 123456 George...
View Article[RESOLVED] Split question
Let's say there is data with one delimiter vbCrlf : Code: Jack Jhon James George it's easy to split this data using code like this: Code: entry= Split(data, , vbCrLf, vbBinaryCompare) But, how i can I...
View ArticleAlternative for this API
Hello everybody, i'm doing my program and i use this api on it: Code: Declare Function CallWindowProcA Lib "USER32" (ByVal lpCode As Long, Optional ByVal lParam1 As Long, Optional ByVal lParam2 As...
View ArticleInformation Formating
Now that I have gathered all of the information from the various files what would you suggest as the best method to format the acquired data? Currently I am trying to use html code written into the...
View Article