Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
About Me

Computer, Microcontroller and Electronics circuit, visit www.toptech1997.com for some of idea

Member Avatar for MrTheMonium

Hello VB Masters, Firstly, apologize if my question is in the wrong place :) I would like to create a loop that will copy a data from rows in the first sheet to the columns in the second sheet. The data in the Sheet1 looks as follows: A B C …

Member Avatar for Slavi
0
255
Member Avatar for johnchristian.pagnes

Can someone please help me ? I made a button named "Open" for Visual Basic 6.0 , and i would like to execute/open Microsoft Access 2007, can someone please help me ...

Member Avatar for NewCoder_31
0
234
Member Avatar for nayzin.phyo

Hi, > I want to know how to store and retrieve picture path from sql server. Can anyone show me the code please.

Member Avatar for Hamza Saleem
0
112
Member Avatar for Pravesh_1

I am getting Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.

Member Avatar for Pollatep
0
374
Member Avatar for ChileMan

Hi, I would like to know if anybody can tell me what, if any, functions exist to allow a VBA macro to recognize when somebody is entering text in a Word document. For example, when you open a document, control passes to macro Sub Document_Open(). I need to catch control …

Member Avatar for e.pol
0
154
Member Avatar for Mudsser ali

I have written a programme in vb 6.0 with window xp sp2, when i debug the program everything is fine but when i make exe file it hangs, i tried different methods but i have still this problems, While running my application, Windows XP tells me that the application is …

Member Avatar for e.pol
0
112
Member Avatar for missy_mi

Hi, i am having problem with my vb project to clear all item in my form. Below is the code that i am using : Dim ctrl, obj as control For Each ctrl in Me.controls If typeof ctrl is GroupBox then For Each obj In ctrl.Controls If typeof obj is …

Member Avatar for kb.net
0
206
Member Avatar for mcdczzz

hi is there someone that can give me some hints on how to create excel file using data from my ms access database..because i haven't seen one in the net maybe someone might help me here..i would appreciate some hints or tutorials..:D thanks a lot...

Member Avatar for Stuugie
0
432
Member Avatar for Needhelp2

Hi all, I have a large txt file (3 Million lines). Ouside excel capacity. Thanks for your support... input file format: =================================================== .. ... ... 2014 Jul 23 08:15:16.675 ... .. Name = x Lastname = y . . Age = 5 height = 1 .. .. ... ... 2014 …

Member Avatar for e.pol
0
242
Member Avatar for mcdczzz

If cboSearchType.Text = "Accredited Month" Then If rs.State = 1 Then rs.Close SQL = "SELECT * FROM BusinessInfo WHERE " & " AccreditationDate " & " like '" & cboMonths.Text & "%'" rs.Open SQL, con While rs.EOF = False With grdSearchResults .Redraw = False .Rows = .Rows +1 .Row = …

Member Avatar for e.pol
0
144
Member Avatar for nayzin.phyo

'====================================================================================================== '====================================================================================================== Option Explicit 'For Log ID Public RUNNINGID As String Private Sub butBrand_Click() On Error GoTo ErrorHandler Dim colData As New Collection frmSearch.SQL_Statement = "SELECT ROW_NUMBER () OVER (ORDER BY brand_type_code) AS [NO.] , " & _ "[brand_type_code] AS [Brand Type] , " & _ "[brand_type_name] AS [Brand Name] …

Member Avatar for e.pol
0
180
Member Avatar for e.pol

Many days ago i'm got this laptop "ACER Travel 2300", oh. sorry about model, i'm forgot it This laptop very slow to boot (about 60 minutes or more). After i got it, first i'm setting up CMOS date and time, after setting everythings go well. It's want to replace the …

0
122
Member Avatar for e.pol

First, i'm sorry for my english is not well. I'm Thai. Over 8 years that's i was a member of this site. but forgot the user/password over 2 years. I'm graduated in major of electronics, and self learning about x-86-asm, Z80, MCS-51, ansi-c, php debian linux, VB6. And self learning …

Member Avatar for cproger
0
108