16,916 Topics

Member Avatar for
Member Avatar for janeane_tho12n

frankly speaking i dont know how to start my code. my problem is i need to put the contents of a database in a graphical format (i plan to use msflexgrid for this). whenever the user click a certain row of record, a form will appear and from there the …

Member Avatar for purplegerbil
0
104
Member Avatar for russell214

i have DTPicket and TextBox. how to change DTPicker with this value "2006,05,17"? DTPicker format : "5/17/06" 'shortdate for example : DTPicker value = "5/10/06" Text1.Text value should be "2006,05,10 Thanks in advance...

Member Avatar for Comatose
-1
243
Member Avatar for softwarecaz

Hello Everyone, Am studying client server, if any of you programmed using client server please send me a private message, I have a assignment to do, I have done over 90 percent of the code, I really need some help in the other 10 %.

Member Avatar for Comatose
0
87
Member Avatar for naramis

hi there, im new in Visual Basic. currently my task is to create a program that will automatically consolidate database based on the time. for example, the program will executes at 10 pm everyday in which the database will be consolidated in that particular time. the database that im using …

Member Avatar for naramis
0
96
Member Avatar for heatherc3

Hello - I'm trying to work with Microsoft's VB editor to create a series of macros. Information will be inputted into word using mail merge, and I [I]think[/I] we'll be seeing it in comma-separated values. It'll be dumped from a Peoplesoft application into Word. The code I'm writing needs to …

Member Avatar for heatherc3
0
162
Member Avatar for mungelwar

Hi friend, I need to print picturebox or form in vb6, which contain other controls & user controls. I used several methods like capture screen or printform method but the form size which i m using is large and during printing visible area of the screen print ok but the …

0
130
Member Avatar for yuzhang

A newbie here. I try to: Using MS Visual Studio 2005; Programming some simple C programs; Want to open a text file and read whatever it the file into a member of a struct. First of all, which type is this "FILE" anyway? Secondly, does the definition of "stdin" include …

Member Avatar for yuzhang
0
184
Member Avatar for marsg2

can someone tell me a code for a countdown timer to a date set in a msgbox pop up

Member Avatar for Comatose
0
493
Member Avatar for Comatose

[CENTER][B]For Starters...[/B][/CENTER] I was recently helping someone with Random Files, and I realized as I googled along, that it took me some time to find any kind of information about random files, and how to go about working them. I had to pop in an old 3 1/2 inch floppy, …

0
104
Member Avatar for jackpro

We need some Visual Basic programmers. To hunt talent we are putting this small project to test skills and reliability. This is 5-6 hour work. You have to build a clone of photo upload editor found in IM [url]http://meetro.com[/url] You must download the IM to view how that editor works …

Member Avatar for Comatose
0
180
Member Avatar for FredNg

Hi !! Our front end software produces a text file everytime an input is saved. That text file is saved in a folder in the c drive, say folder xxx. I would like to write a script to decode the text file and export the data to a database, move …

Member Avatar for Comatose
0
88
Member Avatar for alpha2006

Hi, I am thinking about learning a new language for game development. Which one would you advise me to learn? Visual Basic or C++??? Please give pros and cons. THanks

Member Avatar for Comatose
0
208
Member Avatar for sbmarsh

Hi, i'm trying to create a project where i can click an option button and it will overwrite a file. i know the code to overwrite it but the problem is i don't know how to get it to work :P if that makes sence.. what i'm trying to do …

Member Avatar for Comatose
0
342
Member Avatar for shamil_gawas

I Want To copy tables and data from 1 database and paste it to another database how can i do it in VB with MsAccess as back end

Member Avatar for postmaster
0
68
Member Avatar for Smooth_411_2000

How Do I make My Program Execute Multiple Programs At One Time Like Windows Update. If I have to make make a batch file or something could some one tell me how so i can get it done.... Thanks

Member Avatar for Comatose
0
110
Member Avatar for NewVBguy

Hi there Can somebody teach me how to add records from one recordset to another recordset. rs.clone style is ok but this method will just replace whatever I have. Is there any way to do this beside rs.addnew? Take note that 2 rs are opened at the same time. Please …

0
71
Member Avatar for indangasy

Hello guys I would some help on how to easily let a system user browse for a picture and see it in a image handler. For this case am using textbox to hold a picture. How can i do it? Rgds

Member Avatar for Mayo
0
173
Member Avatar for janeane_tho12n

whenever i run the program i can actually write something on it. should combo box's value depend on its drop down list? isn't it?

Member Avatar for Comatose
0
105
Member Avatar for Smooth_411_2000

I am trying to write a program that will execute programs in Visual basic from a CD. The Programs need to be compiled with the program that i am writing so even if i move it to another computer it will know where to find it. I need it to …

Member Avatar for Smooth_411_2000
0
264
Member Avatar for russell214

i want to populate the datagrid1 based on the given value below. i'm using VB6 as my frontend and MSACCESS as my backend. how to accomplish this? NET 9,500.00 'Given value INTEREST 1,200.00 'Given Value INT DUE 48 'Given Value IRR 0.69867 'Given Value TERM 25 'Given Value RELEASE 05/02/06 …

Member Avatar for russell214
0
116
Member Avatar for up2you

Hi all, For example i have a database like, Customer A B C ----------- --- --- --- alfa 1 0 0 tango 0 1 1 omega 0 1 0 beta 1 1 1 cobra 0 0 1 and i have 3 checkbox. checkbox1 checkbox2 checkbox3 what i try to is …

0
78
Member Avatar for russell214

i have a 2 textbox and 1 listbox. i'm using vb6. how can i populate the listbox based on the given below? begindate.text = "05/02/06" 'begindate.text + 7 noofinstallment.text = 25 this should be the output in listbox control. 5/2/06 5/9/06 5/16/06 5/23/06 5/30/06 6/6/06 6/13/06 6/20/06 6/27/06 7/4/06 7/11/06 …

Member Avatar for russell214
0
122
Member Avatar for xenophobia

I had a MDI form. I need a function that are going to create a MDI child form when i call the function. But things is i want to clone the MDI child form, because the child form that going to be create are all the same form. [U]Example:[/U] 1st …

Member Avatar for xenophobia
0
123
Member Avatar for janeane_tho12n
Member Avatar for xenophobia

I was developing a database software where by every month it will automatically create a new database with the same table i had specified. So what is the code for creating the database? HELP!! Thx

Member Avatar for Comatose
0
93
Member Avatar for kamitsin

I was saving some data to a new XML file using the following code [CODE] Public myFileName, NewFileSave As String Dim xml As New ChilkatXml Dim outXml As New ChilkatXml Dim node As ChilkatXml Dim nextNode As ChilkatXml Private Sub Command47_Click() CommonDialog1.ShowSave NewFileSave = CommonDialog1.FileName MsgBox NewFileSave xml.SaveXml NewFileSave MsgBox …

Member Avatar for Comatose
0
120
Member Avatar for jasda2

Hello, I'm kinda new to C++ so I need some help. I've written this program and now I need it modified to possibly do the following... Output every 4th letter from the string or Count the occurrences of different letters. This is simple, basic C++ using Microsoft Visual C++ 1.52 …

Member Avatar for Dave Sinkula
0
189
Member Avatar for robertlees

I want to create popup menu. There will be a variable number of items in the popup menu (dont know how many). If an item is clicked, some action might be performed (I'll work that out), but a sub-popup menu might need to be produced. Can anyone get me started …

Member Avatar for Comatose
0
1K
Member Avatar for nawal

hi please I want information in object awrem32 and how install awrem32 in vb thank you nawal

Member Avatar for nawal
0
128
Member Avatar for Geek-Master

Visual Studio .NET 2003 comes with version 8 of Crystal Reports. If I were to buy the complete package of Crystal Reports XI can I use the version XI Report Viewer instead of what comes with Visual Studio 2003?

0
125
Member Avatar for furjaw

Visual basic 2005 Express Edition: I have a PrintDocument: Private WithEvents mDoc As New PrintDocument() I would like to convert it to a Bitmap, so that I can write it out to disk as a JPEG. How do I convert a PrintDocument to a Bitmap?

Member Avatar for waynespangler
0
63
Member Avatar for purplegerbil

Hi, I have a toolbar on an MDI form, this works fine. I am trying to add a Buttonmenu to one of the buttons on the toolbar to add extra options. This is the problem, I cannot get it to work. Any ideas? pG

Member Avatar for purplegerbil
0
168
Member Avatar for janeane_tho12n

can anyone help me w/ this one? code: [CODE] dim msg as boolean msg = msgbox ("Save this one?", vbyesno) if msg = true then 'code goes here else 'code goes here end if [/CODE] when i run this one my code jumps to [U]else[/U] though i choose yes to …

Member Avatar for janeane_tho12n
0
634
Member Avatar for schmintan

i want to begin to write apps for a PDA. it would give me an incentive to learn C. i have expirience in C# and visual basic, but i want to get to know C. would i be better to write programs for a windows based pda, or for a …

Member Avatar for Salem
0
177
Member Avatar for dpacamalan

Im using Data Report Designer on my VB project how do i group using the report designer. Im also using ODBC on my Database. Please Help me. Thank s Lot

0
100
Member Avatar for Smooth_411_2000

How do i use a preset password on my visual basic program that will check first the username and and then the password and make sure that if username is this then the password should be that...

Member Avatar for Sinha's
0
109
Member Avatar for jm50328

I am having a problem I am using a VB form that will complete the web form as the vb form will be loading info to our mainframe system and a database the issue is with the first part. I have it completeing the web form then it submits the …

0
64
Member Avatar for damiokuneye

Hi guys, i want to create a database application to reside on a cd. My challenge is what application should I use to develop the front end. The client wil prefer if it is auto-run and not requiring installation which I'm not sure is possible. Someone said the options are …

Member Avatar for damiokuneye
0
526
Member Avatar for root

Hello I have been looking for a book on visual basic .NET that covers absolute beginners and on to intermediate chapters then professional preferably about 1,600 pages if possible. I need a book that can teach me all the aspects of vb.NET and if that is not possible then could …

Member Avatar for root
0
370
Member Avatar for creex

Hey, I need to write program, which will do some action after 11 minutes. I have that action done, but I dont know how to write to wait 11 minutes, and how to write to wait 20 secs after 1 action. [code] Private Sub Command1_Click() Dim hWnd As Long hWnd …

Member Avatar for Comatose
0
198
Member Avatar for yair_hak

[LEFT][COLOR=#000000]Hi,[/COLOR] [COLOR=#000000]How I can change slection of radio button in VB using shdocvw.internetExplorer object ? :sad: [/COLOR][/LEFT]

0
96
Member Avatar for k_en

i have created a textbox, and if the user have enter an invalid value, the textbox must be able to check whether the value enter by the user is a string or an integer. I have set the CausesValidation to true. If i tried to enter a character, and the …

Member Avatar for purplegerbil
0
130
Member Avatar for swapnamishra

Hi, I need to test soem DCOM APIs using python script. I just wanted to know how to go about it? What all s/w would I need to do this testing? And do I need to install visual studio on my machine to check the dcom APIs?

0
104
Member Avatar for vhinehds

i have this strange activity of my program. it is creating tmp files, and its somehow annoying...really. i would just like to ask how can i avoid this and how was it created by my program...thanks a lot for your help.

0
111
Member Avatar for Fyeq

I have a large document (MS Word) of around 300-400 pages in which there are lots of page and section breaks. I want to create a macro by which I can delete all the page and section breaks in the whole document. Please tell me the code.

0
77
Member Avatar for wut-da

Hye, im new here. Need some help on Vb6 coding. I've look up some of the treads on timing in this site but i have problem implementing it. [CODE]Public CHours As Variant Public CMins As Variant Public CSecs As Variant Public CMSecs As Variant Dim StrNested(4) As String ------------------------------------------------------------ Private …

Member Avatar for wut-da
0
238
Member Avatar for jdizy90

can you tell me whats wrong with this Logfile of HijackThis v1.99.1 Scan saved at 7:48:27 PM, on 4/30/2006 Platform: Windows XP (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 (6.00.2600.0000) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\System32\dcomcfg.exe C:\Program Files\Java\jre1.5.0_06\bin\jusched.exe C:\WINDOWS\System32\wuauclt.exe C:\Program Files\ewido anti-malware\ewidoctrl.exe C:\Program Files\ewido anti-malware\ewidoguard.exe …

Member Avatar for tayspen
0
83
Member Avatar for jacjr

Hello to everyone! I have just started taking what is described as a beginning Visual Basic.Net class. I have no programming knowledge, except my class time which started mid January. Right now I'm trying to figure out how to give a type of triangle(equilateral, scalene, or isosceles) and the shortest …

Member Avatar for jacjr
0
860
Member Avatar for some one

hi every1 i have this code which is delete a node in the graph but there is 5 errors and 1 warning I need u to help me with this errors [CODE]#include<iostream> using namespace std; template<class TYPE> struct Vertex; template<class TYPE> struct Arc; template<class TYPE> struct Vertex { Vertex<TYPE> *pNextVertex; …

Member Avatar for Bench
0
267
Member Avatar for benyam_dessu

Dear Colleague: In vb I could retrieve a data sored in SQL 2000 server, using grid object placed on the form object. But when I tried to do it using code, meaning with out placing ADODC object in the form object, I couldn't go any longer. Is there any one …

Member Avatar for Bharati Krishna
0
130

The End.