11,868 Topics

Member Avatar for
Member Avatar for cindynicole

Hi all, I need a fresh set of eyes :eek: . Can anyone see what is wrong w/the sql statement? Dim sql As String = "INSERT INTO order " & "VALUES ('" & itemId & "', '" & description & "', " & oNum & ")" Danka, Cindy

Member Avatar for cindynicole
0
169
Member Avatar for Duckman

Hi, I am not much of a programmer, so I was wondering if someone could help me write a VBA function that will go through all the cells of an excel sheet, and if a function exists in that cell, output that function to a text file? After having the …

Member Avatar for Yomet
0
196
Member Avatar for hopkins1878

Hi there, I am not the bet in Access, I will admit. But need a function to open up a MS Outlook template (.oft file) within Access. Anyone help with quick steps on how to do this, It would be greatly apprciated.

Member Avatar for Kegtapper
0
584
Member Avatar for jto

i have different sige of photo files which was scanned through a scaner and save as *.jpg file , now i want to use all this files in a form made in vb6 where i want to link all these files trough data base so that i can see each …

Member Avatar for Kegtapper
0
298
Member Avatar for jacobi

Hi, I'm new here. I program card and board games in VB6 Prof in Windows XP Home with SP2. For cards I use the freeware QCard32dll obtainable from www3.telus.net. I have a problem with AdjustCardBlocked hWnd, nCard in that the top offset of 16 pixels seems to be unblockable with …

0
60
Member Avatar for j1979c

[COLOR=Navy][B]Just want to know the latest visual studio available right now. I'm currently using visual studio version 6.0. What I can see from MS website is version 2005 right now. Does that include the .NET thing? Cause I'm kinda curious what this .NET thing is all about..and recently there are …

Member Avatar for Ancient Dragon
0
125
Member Avatar for lallous

Forgive me for my questions but i am still an extreme beginner with VB I'm just practicing some programming so i decided to code a simple program which will help users convert between different units of measurement. I started with Temperature conversion and what do u know i got stuck …

Member Avatar for Comatose
0
131
Member Avatar for w00dy

The object here is to open a selected Word file and Copy&Paste its contents into a text file. The problem seems to be with the Sendkeys commands having no effect. The project freezes, apparently because Notepad has not been closed (by Sendkeys "%FX"). Can anyone tell me what's wrong? :confused:

Member Avatar for Comatose
0
962
Member Avatar for student2005

Hi everyone, I have a question about Visual Basics......... When do the following events occur with a form object: Load, Unload, Activate, Deactivate, GotFocus, LostFocus?

Member Avatar for Yomet
0
168
Member Avatar for tekiguy74

Hi i am trying to port a vb application from 98 to xp i am getting the errors in the code mentioned below. Can anyone tell me what this code does? Sub KillFiles(ByVal FileSpec) Dim count As Integer Dim files() As String Dim i As Integer Dim ThisFile As New …

Member Avatar for Comatose
0
141
Member Avatar for biglou_85

I have a working model of Visual Basic 6.0 that came with my textbook that I have from ITT Tech. Im trying to install it but i keep getting a window that reads: 16 bit Windows Subsystem C:\WINDOWS\SYSTEM32\AUTOEXEC.NT The system file is not suitable for running MS-DOS and Microsoft Windows …

Member Avatar for mrmike
1
217
Member Avatar for srikanthvja

Hi friends, i have 2 issues 1. how can we write code from text file to vb6.0 form/module/class code window programatically. 2. how can i replace Existing IIF in MS acces query with equalent SQLSERVER QUERY. First 1 : present senario: i am preparing with one TOOL so, that we …

Member Avatar for jtymo
0
143
Member Avatar for esdesign

How can I control the "enable/disable" network connections from the control panel through visual basic? Or what params do I pass to svchosts.exe to control this, or what is the actual service name of "Network Connections" in services.msc so I can use "NET STOP {SERVICE} | NET START {SERVICE} ? …

Member Avatar for esdesign
0
437
Member Avatar for bang2711

hello guy, i need to random up the whole Sentences with detection on spacing. then each word will be place into a label. example; " i`m loving it" "i`m" will be in labelA 1 "loving" will be in labelA 2 "it" will be in labelA 3 then the 3 labelA …

Member Avatar for Yomet
0
183
Member Avatar for prav

hi there i have a cell [11] which contains "admingroup,update,viewonly" and it is a variable length. So one user can be in different user groups. i'm using an array to split the cell, however i'm only getting the first data (admingroup). here is the code i'm using. thank you in …

Member Avatar for Comatose
0
160
Member Avatar for venukarimilla

Hi dudes, This is my first post to this forum and expecting good response. I have problem with data reports. I want to display report fields dynamically without presetting "datafield" property. I dont know how many fields i get through query. So i want to add all this fields to …

0
53
Member Avatar for cornflakesuk

Hey let me begin with stating i am a complete beginner at visual basics. im creating a CAL package for my A level coursework and was wondering if any1 could help. im creating a package to help primary school children learn spanish, so i need help with code that will …

0
68
Member Avatar for spinnetje

Hi, i'm a bit of a VB-virgin in destress :) I've wrote some vb6 to manipulate words in a text-box. It has some bugs but it does the main job. I like to compare it with a real VB-expert solution. Does any of you can show me a small program …

Member Avatar for spinnetje
0
196
Member Avatar for DanH

Okay, I finally got my external program to open but how do I actually get it to run??? What I am trying to do is open a syncsort file called mjwsorter.srt (I can finally get it to open). Next, however, I want the program to execute... which is done by …

Member Avatar for DanH
0
233
Member Avatar for student101

Hey e1, I went out of the way to make my project fool-proof. U can c the pic below, I have 2 input textboxes and 1 output text box. Im trying to get my code to where if you enter a [U]Character[/U] i.e. "abc" , then A mSGBox will tell …

Member Avatar for student101
0
153
Member Avatar for frmsasp

Hello there, I am receiving following error in Visual Studio .Net while compiling page with F5. "Error while trying to run project: Unable to start debugging on the web server. You do not have permission to debug the application. The URL for this project is in the Internet zone. Click …

Member Avatar for kedar_challa
0
98
Member Avatar for Croft .L

Does anybody know of a website that has Visual Basic tutorials. Your help will be greatly appreciated.

Member Avatar for w00dy
0
96
Member Avatar for Stibbeh

Hello, Is it possible to edit the target of an exe and then once the new target line is executed, it returns to its normal self or something along the same lines as this, using VB? If it is, any help or ideas would be appreciated. Thanks.

Member Avatar for Comatose
0
138
Member Avatar for w00dy

During the program, Word is opened and displays a document. When Word is closed by clicking X or selecting File>Exit, the program must detect the event and reset controls. How is that done, anyone?

Member Avatar for w00dy
0
154
Member Avatar for Jon182

hey guys, I know that in VB data can be taken from an access database then displayed in a flexigrid and I was just wondering is it possible to display the same data in a series of labels rather than a flexigrid as I was thinking about doing this for …

Member Avatar for Jon182
0
164
Member Avatar for w00dy

I need to search the pc for all files with a particular extension. Can anyone point the way ?

Member Avatar for w00dy
0
407
Member Avatar for maylim26

i m develop a system related car in/out records. I got data fields like date, time in, time out, car numbers...... My problem is How to count the repeat records base on repeat car numbers on a certain date?( my purpose is count how many times a car in/out on …

Member Avatar for Yomet
0
245
Member Avatar for Yomet

Hi, I am programming an app that I will use to launch different applications depending on the file type specified. I have found, and know how to use, ShellExecute from VB and all I now need to know is how to get the default action specified by the user when …

Member Avatar for Yomet
0
267
Member Avatar for Jon182

Hey guys, I am thinking about creating a sudoku game in VB in order to improve my programming skills and as I am quite new to VB I was wondering would it be best to try this task using labels and text boxes or a felxigrid? Thanks in advance.

Member Avatar for Jon182
0
170
Member Avatar for R.McCarty9793

I need to create a field in Access that included both text and the autonumber feature. We are a non-profit hospital organization and we have multiple locations so we want to create an ID field that is unique by location and still uses the auto numbering feature to generate the …

Member Avatar for Yomet
0
161

The End.