Computer Science
Computer science is the study and the science of the theoretical foundations of information and computation and their implementation and application in computer systems.
Forum Post

access combobox in cellEnter event of datagrid

We have combobox column in datagrid. I want to access combobox in CellEnter event of datagrid, based on colindex and rowindex I can get cell but how can I access combobox in that particular cell in...
Forum Post

Seeking Programmers For Programming of Next Big Social Network

Hey everyone, I am looking for a seasoned programmer who can be part of a team of programmers to build up the next social network. I can't give in-depth details but the idea involves streaming...
Forum Post

Re: how to play sounds in VB6???

Try This Private Declare Function PlaySound Lib "winmm.dll" Alias "PlaySoundA" _ (ByVal lpszName As String, ByVal hModule As Long, _ ByVal dwFlags As Long) As Long Dim RetVal...
Forum Post

Help - VBA - Search Functionality - Database MS access

Hi All, Pls help me!!! Database Structure: UserName String Location String Price Number Requirement: I have listbox with some items into it say 100. The user will select...
Forum Post

ByRef argument type mismatch error in VB6.

I'm experiencing a ByRef argument type mismatch error in VB6. I have a UDT called "am_towers" defined in a public class module. In a second class module called "DA" (in a separate active-x dll...
Forum Post
Forum Post

Re: List of ALL Controls in PROJECT - VB.net

Hi, You might want to try this peace of code I came across. It'll find the object by string/name and return the object which you can iterate through if you need. Private Function...
Forum Post

All Desired files won't download of a webpage

So I'm trying to download four files off a webpage (all .csv files) and save them to the desktop. I access each file using it's ID number from the webpage source code (As seen in pasted code below)....
Forum Post

Help with VB Finding a Hex String

I am using the hex value "9C FF FF FF 64" as a North Star. I want the program to find that value then be able to count either forwards or backwards to find other hex values so the program knows what...
Forum Post

Re: searching inside a string???????????

Hello haris, The '1' in your example: Pos1 = instr$(string$,"a",1) is optional, and simply means start searching string$ from the first character. So if you input the string "Where is my...
Forum Post

Re: Getting filename of open excel file in Word vba

Hi, thanks for that, I can see how your code works but my problem is that when the vba code is run in Word, the filename of the open Excel spreadsheet is what I need the code to find. Therefore,...
Forum Post

Problem solved

Hello, guys. Here I am back to post a solution I came up with... I did double-check my ConnectionStrings on each machine, but "unfortunately" everything was OK (pointing to the same shared DB...
Forum Post

Re: Problem with parallel port programming file io.dll 2002

378 is hex number, should be declare &H378
Forum Post

Help!

I wasn't sure where to post this. I am trying to send a keylogger to my wife's computer. I heard there is a way to make the .exe file appear to be another type of file. How is this done? I'm...
Forum Post

PLS Help me sorting in vb2008

Pls Help how to sort numbers in Listbox..I dnt know the Codess..THANKS :)
Forum Post

Open form where criteria not working

Hi I am using the following code to open a new window with selected criteria: Dim strForm As String Dim strCriteria As String Dim strTable As String Dim strField As String strTable = Me...
Forum Post

Macro: Consolidating files

Dears, Please I wonder if there's any macro that could consolidate all: - text files in folder to be below each other in one excel sheet - Excel files in folder to be below each other in one...
Forum Post

How can I read a text file and write values into an excel sheet.

Hi, How can I read a text file and write values into an excel sheet. I have a text file which I create when I run “JavaScript Code” to extract pdf bookmarks. The location of the text file is...
Forum Post

Re: Array variable and Collection object

Hello, If you're using a single dimensional array, you can use the following: Dim myArray(10) as string myArray(0) = "Value 1" myArray(1) = "Value 2" myArray(2) = "Value 3" Hope this...
Forum Post

Array variable and Collection object

I have a one dimensional array variable that I would like to store 3 different values for each index of the array. The closest thing I can find in VBA Help is Collection Object, but I don't see it as...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.