Format/Add Spaces to fields of text file, to display consistent columns -...
I have added spaces to fields of data pulled from a database, but I'm having problems applying this principal to items read from a text file. My objective is to add spaces to shorter items, like: "TOM...
View Article[RESOLVED] need help with constant value changing it
i have this tool client server image in server it has this Private Const RefreshRate As Integer = 1000 ' default refresh in ms as u no when form loads this cannot be changed its permanent value i wish...
View ArticleHow To: Know that text has been changed in Textbox
When a user has made any changes to the text in textbox and then closes the app I want to prompt user that the text has been changed and do you want to save the changes. I'm using Text1_Change() event...
View ArticleStrong manipulations with XML
Hello all, Recently i started to work on some project that contain database (access mdb) connected with ADO. But in that db some Tables are updatable from XML, every morning i need to replace data in...
View ArticleI've been told I need to send and receive RPC messages... Is PipeRPC a solution?
I'm a complete noob when it comes to RPC and Named Pipes and anything related so forgive me first off. I've just discovered PipeRPC here and I'm hoping maybe the author some someone 'in the know' can...
View Articleget latest date
I have this table transdate column for date on format mm/dd/yyyy hh:mm:ss and this transtype column related to transdate. I would like to get the latest date encoded and corresponding transtype? is it...
View Articledatabase
guys i need recommendation or ideas why im having "obj req" error this code is used for moving records from one another Code: Private Sub Command5_Click() 'first button, disable first and previous...
View ArticleSorting a Tab Delimited File
Hello: Many may have seen the struggle I am having with sorting a TREEVIEW. After many, many hours I am trying to think of another way of accomplishing this. I thought perhaps I could write the TV to...
View ArticleHow do I clicking through the form?
Hello everyone How are you all I hope that you will be okay How do I clicking through the form? like widget software as in the picture Wait your help Thank you very much Attached Images
View Article[RESOLVED] need all combination of number with dot
i want combination of a number with dot(.) example input ----> 1234 output 1.234 12.34 123.4 1.2.34 1.2.3.4. and so on etc output can be within listbox item wait for reply.thanks in advance
View ArticleDebug mode not responding
Hi I have server application based on WinSock. After 2-3 hours (randomly) its "crashing" - program is not responding. Its also have the same issue when im testing this application in debug mode. Then...
View ArticleChanging Registry question
Hello everybody. I am writing an application where users open an executable from IE browser. However most people are using Win 7 and I need to be able to change the setting from 'Tools/SmartScreen...
View Articlevb6 vs oracle11
Hi all, i'm trying to connect to an oracle 11 db via vb6. I have install the correct client but when I do the connection open the program response is that it can't do it. What tipe of connectione...
View Article[RESOLVED] error 3464? help
I cant save the this now to my database error 3464 "data type mismatch" here are the codes Code: Set db = OpenDatabase(App.Path & "\database\database.mdb") db.Execute "update audit_log set...
View Articlesearching for special character doesnt return anythins
i saved and am searching for all string " ! @ # $ % ^ & * ( ) '" symbols in within a field content a database, using the following sql string Code: Select ID From Contacts Where '--' || note ||...
View ArticleFind Maximum Repeated text in Single Array
Hi, I want to find the maximum repeted text in a single array Example Array (0) = A Array (1) = B Array (2) = C Array (3) = A Array (4) = A Array (5) =B From the above array : "A" is the maximum text....
View Articleprog freezes on unload event
:pthis is server for webcam freezes up on unload event anyway to fix this Code: Dim CamHwnd As Long Private m_Jpeg As cJpeg Private m_FileName As String Private m_Image As New...
View ArticleHow To Print A Receipt Properly Or Put Listview Items To Datareport
This is my code for my Receipt: Code: Call d("Select * from Temp") Set DataReport2.DataSource = rs DataReport2.Sections("Section1").Controls("Label10").Caption = Label11.Caption...
View ArticleTower Defense Game; One timer for all units' movement.
I'm creating a Tower Defense game for a 2 month-long project in my Computer Science class, and I created about 10 timers for a unit (just a square) to go through the map. Instead of repeating the 10...
View ArticleSQL Backup using Visual Basic
Hi I want to take SQL Backup using Visual Basic on the basis of no of days / no of transactions. I am using Sql Express 2005. Thanks
View Article