Storing data - Help Needed

741 byte By bubble_girl at 2007-11-20 10:09:26
I'm trying to code my program so that if no picture is there to be saved (its blank) then insert a "-" into the field in the databaseI've tried many different ways including the code below but it doesn't work so how do I say 'if theres no image in the PicUpload box then...'...

Suggestion

363 byte By geralyn at 2007-11-20 10:09:31
hi everyone. I am going to learn Visual Basic(VB) soon. as far as i am concerned, VB is strongly related to Excel. I had previously learn java but not very good in it and in fact i am abit scared of programming. So may i know is VB easier than java and any suggestion on how to start learning VB as i...

[RESOLVED] How do I end a sub early?

91 byte By jalak7 at 2007-11-20 10:09:43
I figured it would simply be "...If x = 1 Then End Sub", but apparently that's not it.

[RESOLVED] Keeping same id number Ms Access

344 byte By bubble_girl at 2007-11-20 10:09:44
Hi AllI have written a little sample program to show you my problem (see attachment) and all works well but I have one problem...I would like the ChildId, TeacherId and SubjectId numbers to always match but I have no idea how as they are three auto numbers from three tables and spread over three for...

RTF Files

757 byte By Dark Potato at 2007-11-20 10:09:58
Hey there everyone. I have written this little application that is loading an RTF document into an RTF text box on my application. Now it I have set it to be locked so people cannot play around with the RTF document when it is loaded in the RTF text box in my application BUT if I have an image in th...

Creating a Code Bank program

458 byte By homeres at 2007-11-20 10:10:12
HiI was wanting to make a program where I type a name of a piece of code e.g "How to create arrays" then in a text box I paste the code. From there I would click add and in future when I need this code I would click on "How to create arrays" and I could select the code for use. Basicaly I want to ma...

checkbox control

400 byte By Probie at 2007-11-20 10:10:13
Hi, can someone tell me if there is a way to add a checkbox control to a form that has a database that when you click the checkbox control it will remember your location in the recordset so that when you log back on you can resume from the location where you were at before you closed the program.Kin...

Simple problems, please help

877 byte By Merdain at 2007-11-20 10:10:36
hello, i have to create a program that checks lottery results, with an additional program generating random numbers for the following weeks draw. To make it simple in this first attempt im not going to check the bonus ball. anyway, i have created the randomizer, that was fairly easy.where im stuck i...

Little Animation walking on the screen

1330 byte By Dark Potato at 2007-11-20 10:10:40
Hey there guys. I have seen a few little applications on the internet where once you open them, they will have a little 2d character that walks across the taskbar and other windows. Say for instance it is on a window, it is able to fall off onto windows or the taskbar below, as well as being able to...

[RESOLVED] Basic String Issue

134 byte By NotepadGuru at 2007-11-20 10:10:41
Hai all,<br/>Is it obligatory to put $ sign when using string functions ? i.e. Chr$()<br/>Also waht is the advantage of using it?

Resizable Controls at run-time

173 byte By jkcpineda at 2007-11-20 10:10:51
hi there! i just wanna ask..how can i make my controls resizable at run-time? please help me..i really need this one..an example would really help a lot.<br/>-jkcpineda

[NetBIOS] Cant send msg to registered name

2965 byte By fredtheman at 2007-11-20 10:11:16
HelloI'd like to have a server register a new NetBIOS name on a LAN so that clients can locate it by broadcasting a query (this LAN has no DNS, and no WINS). Once it is located, clients will connect to its named pipe to tx/rx data.Using the following VB Classic code, I can successfully register...

Folder and sub folder copy

568 byte By VB_Guy at 2007-11-20 10:11:21
I want to copy all files in a folder and sub folder to a different location. The code below works for files.Private Sub cmdCopyFile_Click() Dim Src$, Dst$ Dim Fname As String Fname = Text1.Text Dir1.Path = "c:\" Dir2.Path = "d:\_sa" Src = Dir1.Path & Fname Dst = Dir2.Path & "\" & Fname La...

Using a scroll bar with a label

272 byte By markyoung1984 at 2007-11-20 10:11:30
The caption of a label in my program is forever being expanded and is now getting to the point where not all of the text can be seen, so a scroll bar needs to be added. I have drawn the scroll bar on the form, but how do I associate it with the label? Thanks in advance.

[RESOLVED] SQL statement/string help needed

609 byte By bubble_girl at 2007-11-20 10:11:37
Ok here it goesIn a table called 'Members' I have a field called 'MembersEmail' and a filed called 'MembersCounty'What I'm trying to do is build a string that pulls up ALL of the email addresses in ALL of the counties selectedI was thinking something along the line...

Limited user accounts on XP - cant even update files?

675 byte By gnznroses at 2007-11-20 10:11:46
a few months ago when i was developing my program i was sure to test it under Limited accounts, and even the Guest account, and i had no problems. now, i'm not sure what has changed, but my program is unable to even update settings files in it's folder because Windows is denying it permiss...

is there anyoption to keep Dll files other then system directory ?

701 byte By kvwarun at 2007-11-20 10:11:59
hi friends, is there any option to keep the Dll file other than system directory ? our application is running from the shared folder of an application server and client installation is carried out on each enduser system. and whenever any changes come i will carry out those changes to app...

[RESOLVED] Always 6 Digits

454 byte By aaronking at 2007-11-20 10:12:00
hello,I have a textbox (text1) which I want to always have 6 digits..for example:User enters 1234 in the textbox, and I want it when the user clicks the a command button (command1) I want it to Auto put '00' at the start of the number..however, if they enter a 6 digit number '123456&#...

logo on dektop after setup.....

205 byte By loveneshk1 at 2007-11-20 10:12:01
hi guys...<br/>i want my company logo to get appeared on the screen after setup process is completed...can anybudy help me out...<br/>the project is appearing in start menu...<br/>absolutely ....

[RESOLVED] Datagrid question

426 byte By bubble_girl at 2007-11-20 10:12:23
I've added a datagrid to a database before using the old data contols to set the link (i.e. data1 and data2) and search through files but seeing as this way is no longer used and I'm now using ADO I have no idea what so ever of our to connect the datagrid to display the data Is there a &#...

GetPrivateProfileString does not read from ini files

2773 byte By vserghi at 2007-11-20 10:12:24
I have an application where I was using a class module to read and write to ini files. I then discovered the WinAPI's GetPrivateProfileString and WritePrivateProfileString.I added a module to my project and put the following code in there;Public Declare Function GetPrivateProfileString Lib "ker...

Excel VBA

425 byte By computerman29651 at 2007-11-20 10:12:30
I am trying to find out if it is possible to create a macro in an excel workbook that will open another workbook saved on the computer, perform a find, copy the data, and paste it in the opened/active workbook.I have been banging my head on the wall for several days trying to figure this out, and I...

[RESOLVED] getting the filepath

375 byte By AceLightning at 2007-11-20 10:12:43
HeyI know that I can get the current directory with VB using the CurDir command. Does anybody know how to get the current filename? or complete filepath?If it helps, I'm looking to make this program run with a particular filetype (off of the right click menu). So the file I want to pass would...

newbie help with code

1685 byte By sumit_rai at 2007-11-20 10:12:44
Im a newbie to VB programming. Some part of this code is from dev-archive . I want to use three buttons to copy cut and paste . I am getting this error "Name 'ActiveDocument' is not declared. " Please help me ... if possible can you correct this code. Public Class Form1 ' Three sim...

Tables and adding columns

907 byte By Bigjaker at 2007-11-20 10:12:53
I have a large MS Word document that is created from another program. It creates a table on one page that needs to be modified everytime. This might be the 10th or 20th table in the file. I want to have a macro look for the word "Work" and when it is found go to the next table and take the 3 righ...

Printer problems

1939 byte By masonad at 2007-11-20 10:13:10
I am trying to allow a user to select a printer to print out a crystal designer report without changing the default printer setting. The code below works great for the print job but it changes the default printer to what is selected. I tried various approaches mentioned here at dev-archive but none...

Auto-Register OCX

651 byte By Dark Potato at 2007-11-20 10:13:14
Hey there guys, I have 200-220 computers on this network that I am working on and I was looking for a quick solution to automatically register files such as OCX files on the machines. Now we have a login script that can shell applications, map drives, etc so I can shell the VB app whenever the user...

[RESOLVED] VBA (Excel) - Filling a Listbox with info from another workbook

1693 byte By jvd00 at 2007-11-20 10:13:15
Hi all,I am new to VBA/Excel, and am just starting to work on some macro's. I have made a macro to create a listbox, filled with information from another worksheet/workbook. Not that hard. The problem is this:I need to get every entry in column D, until I see a cell with Backgroundcolor 3 (red)...

word document text replacement space problem

1135 byte By rignesh at 2007-11-20 10:13:29
hiI am trying to find out specific word from word document through my vb 6.0 application.I also need to replace that with multiline words.ex.To,{name}{address}other word content here..................Now when i replace the {address} with my address text coming from database.It puts additional spaces...

how to display data in Datagrid through ADO Connection?

110 byte By abhit_kumar at 2007-11-20 10:13:32
I am new to vb. I want code for displaying data in datagrid through ADO Connection.<br/>Thanks in Advanc

Diff Icons For shortcut menus - using PDW

161 byte By CrystalBabysteps at 2007-11-20 10:13:36
Hello<br/>I have created shortcut menus for my prog group. Now how do I add diff icon for each menu say appln will have icon1, uninstall will have icon2...:wave:

Soundcard gain control in VB6

473 byte By laurea at 2007-11-20 10:13:52
HelloI would like to control the gain of the PC sound card in VB6. More precisely, I want to play a wav file with speech and noise in it (speech on one output channel and noise on the other) and I want to be able to vary the signal to noise ratio (SNR) of speech/noise in an adaptive way. For example...

Change selected tab of SSTab via code

246 byte By misyamansor at 2007-11-20 10:14:01
hello there...i'm new here n new with vb also...hehe...i use sstab...but then i don't know how to code if i click command button and it's true then it will automatically appear to the tab2...can you help me please...thanks a lot :D

[RESOLVED] Ideas needed - make poster send via email

873 byte By bubble_girl at 2007-11-20 10:14:20
Ok now I've had the brainwave to auto generate a poster using a set template and the information about the event previously entered by the user - (This part is almost done)I then want to email the poster to all the sporting clubs who's email address I have stored in the database so that th...

Prior Document

410 byte By Bigjaker at 2007-11-20 10:14:36
I have a word document that I writing a macro for and I go from one document to another to get some infomation and then I need to post it back into the prior document. The problem is that the prior document the one that I am starting from has a different name each time the macro is run. Is there a...

[RESOLVED] Global Variable Not Defined Error

510 byte By jalak7 at 2007-11-20 10:14:39
Could someone plz tell me what I need to change?When I put this function in my program it causes any reference to a global variable to return a "variable not defined" error.Option ExplicitPublic Function Rand(ByVal Low As Long, _ ByVal High As Long) As Long Rand = Int((High - Low + 1) * Rnd) +...

Preventing EXE from loosing focus

272 byte By wschalch at 2007-11-20 10:14:44
Hello,<br/> I have two VB EXE applications, one calling the other. I would like to know if there is any way to prevent going back to the first EXE when this one started the second one, meaning, the second EXE shall not loose focus.<br/>Thanks a lot,<br/>Wagner

Why this code is not working for Vista?

279 byte By tanerpro at 2007-11-20 10:14:48
Hello,<br/> http://vbnet.mvps.org/index.html?code/disk/smartide.htm<br/>I was using the code at the link above for getting hard disk serial number for all windows versions up to now but it is not working for Vista now? <br/>How can we fix this?<br/> <br/>Thanks,<br/>Best regards,

Text twist code

265 byte By sweet_babylhyn at 2007-11-20 10:14:53
Hello, is anyone who have an idea in making the text twist game. I can't find any .ocx or dll in checking the word and how may words are thier in that word given. Its my study in thesis and its needed on the second wek of September<br/>Thanks a lot guys!

My Program Runs Too Fast - But Sleep Is Too Slow

264 byte By jalak7 at 2007-11-20 10:14:54
A loop in my program runs too fast. But if I add "Sleep 1" it runs too slowly. I can't put "Sleep 0.2" because that rounds down to 0, and acts like Sleep isn't even there. It must get rounded, because "Sleep .49" is too fast, and "Sleep .51" is too slow.

Run VB6 program from CD

414 byte By nthaby at 2007-11-20 10:15:15
I have written a program and would like to save it onto a CD such that anyone can be able to run it directly from the CD. I have used package and deployment wizard and saved the program onto a CD, however this requires the user to download the program onto their computer. My question is: "Is it poss...

Excel - Initializing cells, so that ### gets a proper value

1430 byte By jvd00 at 2007-11-20 10:15:17
Hi,I have a question regarding two workbooks in Excel. One workbook contains data and a lot of macro's and formula's, that are executed in each cell. I made a new workbook myself, containing a User Interface, to deal with all the data in the other workbook.If I try to remove a record (cont...

Convert VB code from DAO to ADO

93 byte By ariz.kalam at 2007-11-20 10:15:18
Hi everyone<br/>Can anybody tell me how to convert Convert VB code from DAO to ADO<br/>thanks

Add ADO functionality to VB code allowing access to both a SQL Server and Access

151 byte By ariz.kalam at 2007-11-20 10:15:19
Hi every one <br/> Can anyone send me a sample for Add ADO functionality to VB code allowing access to both a SQL Server and Access data

[RESOLVED] Can sum1 take a look?

408 byte By bubble_girl at 2007-11-20 10:15:52
Can someone please take a look at this code for me and give me some guidance? - Don't worry theres only about 7 lines of codeWhat I'm trying to do is take a snapshot in one form (formMain) and then display the picture in another (FormPreview)It kind of works But as you will tell I have mad...

[RESOLVED] Capture Form Click event out side the control

439 byte By jawadSahil at 2007-11-20 10:15:55
Hi All, I am working on an activeX Control and I want capture the mouse click event outside the control. i.e. if the user clicks on the form outside the control , I want to resize the control.what I guess should be like this.If (the click position is outside the control area) then width = 1500...

Joining a Running Programs Thread

430 byte By jaggeditzki at 2007-11-20 10:16:07
What I wanted to do is have an executable running (MyExe), identify it's thread in the system, and have another program (MyOCX) join its thread. It would have been easier if I have MyExe's VBP file so I can just add MyOCX.VBP to the project, but given the circumstances, i don't have i...

sql queries

83 byte By rekha_chaudhari at 2007-11-20 10:16:14
i want code to insert,update ,save,delete records using adodb with stored procedure

[RESOLVED] Creating Control Array with Function

1489 byte By Bezzie at 2007-11-20 10:16:26
HiI want to dynamically create various control arrays (Checkboxes) using a function.I've added the 9 different Checkboxes (ChkBox1, ChkBox2 etc.) to the form and set their index property to 0. Now I get records from a table and want to create the checkbox arrays from those records. For the diff...

How to make titlebar to go on top above the form?

200 byte By mark103 at 2007-11-20 10:16:34
Hello,<br/>Can anybody tell me how to make the image titlebar to go on the top just next to the form (NOT MOVE THE IMAGE)??<br/>Hope you guys will help me with this.<br/>Thanks<br/>Mark