16,916 Topics
![]() | |
Can someone please show me a code syntax on how to update an SQL database programmatically ( execute on click of button). I want to get all records from the "Student" database table where StudentStatus = 'New'' .Find a particular RegDate (2001/02/02) , StudNo ( 200144176) and update it's StudentStatus … | |
Hi, How can I call the program that have exetension *.pps(PowerPoint Show) ? Not .exe! thanks! :sad: | |
Problem background: I am writing a Visual Studio C++ app referencing an Api library provided by a third party. Problem: after calling the API function I am getting a 2059 "syntax error" that I don't understand. I have added the code exactly as the third party documentation has described. Error:c:\documents … | |
Hi I'm using Visual Studio 2005 to write C# code. The codes are as below;(which i got fron C# book).But, it says "There were build errors...bla3",. And i didn't get the output. Can anybody here explain me,why this happen?Well i'm beginner in C#. For all,Thanks :) [COLOR=#000000][COLOR=#0000ff]using[/COLOR] System; [COLOR=#0000ff]class[/COLOR] [COLOR=#008080]TypesSample … | |
Hi guys, Been an IT student for a few months now, and I've been kinda struggling along until now, but my last assignement I can't do. I don't expect anybody to do my homework for me, but I do want to just be able to understand the code rather then … | |
My problem is that i have been asked to try and find out how to, and to make a program in VB which is linked to an access database. I help out at a charity band thing which happens every week. there are three bands play (but that doesnt matter) … | |
hi , i got project which already developed in c/c++ as visual studio project so i have to convert it into the java so can u give any information regarding whether any tool is available for conversion or suggest me any way to do this in short time waiting for … | |
Hi Guys, I am using that inet FTP control in VB6. I can download files from the FTP server to my local directory, but during the download, i lose network connection and the application just bombs out. How do I resume the download to where it left off in VB6? … | |
Could someone please suggest a way I can get the following sub to work? I'm trying to check to see if a field in a datagrid has been changed. I get runtime error 424 Object Required. Thanks [Private Sub DbGrid1_BeforeUpdate(Cancel As Integer) If DBGrid1.Columns(1).Value.DataChanged = True Then ' Check for … | |
Hello, I am very new to the IT field and I just need some type of guidance and types on making flowcharts, data dictionaries, and pseudocodes. I think I am making them harder than what they are. I have a homework assignment that I just need some guidance on how … | |
I am using vb 6.0 and i would like to get the difference between two time of the same date. Thanks | |
I had created one project using Ms access as backend.I have four forms in it.I cant able to create exe for that project.When i click make exe it is not responding(when i click the task manager it displays that not responding.im using xp os).Can some one help me pls....:sad: | |
How can I run some code when I click on an arrow of a data control? | |
Hi, guyes, i am finding the multiple projects executable file which r developed in vb6.0 but can someone tell me how to intrupped other executable project files when an executable file is already running:p | |
I have a client application that needs to talk to a server. I am using UDP through Winsock to pass the Client IP address so the Server can then talk directly using TCPIP to the client. I need to uniquely identify the client machine and thought that using the MAC … | |
Hi there I was wondering how to get visaul basic to bring up another form when a button is clicked. what I am looking to do is have a database (SQL 2005) that uses two tables but in the same database but have each table on a different form. but … | |
i have written a small application in vb, and i want to write a installation program, so as if we click on setup file my application should start installing, and even i want to detect other hard drives that exsits on the system and want to copy the application backup … | |
HI.im new here..i would like to know if you could help me with the codes of the timer control.heres what i like to do...i would like to create a timer that has a time limit of seconds for example after 10 second the next form will appear..as simple as that..but … | |
Hello all. I have been trying to run a program on my VC8 compiler which incorporates the Allegro enviroment. It enables users to move a small robot.bmp image around the screen by using the arrow keys. Problem is I get my main window up and first animation frame displayed, but … | |
My mouse won't let me scroll through pages of my code in VB6. It works with other apps like MS Word or Explorer | |
Hi there. Just found this place yesterday. Looks good so I decided to join. I am a single mother, which is my first and most important job. My second job is Webmaster for a local company. I am also a full time college student earning a degree in Computer Information … | |
Hi, i am using the visual studio 6.0 C++ compiler but i am using C programming console application. I have just learning C programming for 1 month and would like to learn more. So what is enum or playsound function? can i use them in C programming not C ++ … | |
hello there everyone! i just want to ask if what would be the process of copying data coming from the excel worksheet to a vb database? so that no need to encode data in the vb program, just insert the storage device then copy the data to the vb program … | |
Please help me, about make class module to manipulation database ACCESS (*.mdb), so i can execute SQL statement like SELECT, INSERT, DELETE and UPDATE database itself.. I made my own project sample VB6.0 with no class modules at all, i thought my code/script not very powerfull.. Can you help me??? … | |
Hi there, I am trying to import a dbase file into an access database. Is there a way of doing this at a command level? I can do it using recordset but it's extremely slow. Pls help. thanks in advance. Please I need a code. Newvbguy | |
Hello, My work is a data base in acess 2000. In a form for a combo box I have set the rule 'No duplicates' to avoid duplicates as the primary field of the form is a differrnt one. However as the form carries many fields after this thers is no … | |
Hi Everyone, I'm in a strange place in the beginning of 2007. I have to change careers from what I've been doing which was PHP, PERL, Javascript, mySQL systems on Linux for the Internet to doing ASP.NET, C#, etc. Its what everyone wants where I'm from and after working with … | |
I have a large report with many rows and many pages. I have to calculate total of each page and then pass that total to another page and so no resulting to the final total at the last page. how do i do it.. | |
Hi, I am trying to write a VBA macro to save an excel file as a tab delimited txt file which allows the user to input their own filename. The ability to automatically add the current date would very useful but not essential. I have limited VB or VBA experience. … | |
What is the easiest way to migrate a project, with about 40 forms, 3 modules, 3 classes, and several designers (Crystal Reports) from VB6 to .Net 2003?? Any ideas? | |
Heya i was thinking about trying my hand at programming (once again) so I picked up my trusty ol' VB6...and it hit me.. I have no clue as to where to start, as i've just forgotten about everything i've learned. A great start would be muchly appreciated. I was trying … | |
So How do you format phone numbers and things like that in C#? In perl it would be a pretty simple regular expression to format 4445556666 into (444)-555-6666 but I haven't easily found how to do that with C# in Visual Studio 2005 yet. Learning is fun. :confused: | |
Hello, I am new to programming.. ( yes i'm another newb) I 'm working on a small database project. I want to add the ability to read barcodes. I have read other posts and have been a great help. I would like the input from the barcode reader to generate … | |
I would like to learn vb6.. I have NO experience in code... Is this something i could teach my self with books and stuff... What kind of math skills are required??? | |
I am using VB6 and have a form that is loaded by user action during normal programme execution. There are several Variables (Strings) declared in the General Declaration of the form. When the user has completed the task the form is then Unloaded. If the user then selects the option … | |
School project, just wondering if there is anymore documentation that I woould need? [code=cplusplus] //********************************************************/ // Tim Petrich, T.Scot Alexander // Program: Project 1 Mystery.cpp // Date: 17 January 2007 // Purpose: Binary Convert // Description: Converts text into binary using the division method // through ASCII code. // The … | |
hi all I will try develop a software for my final project using any programming language( but im good at java and vb.net).Im an IT student. Can any one give me any suggestion on what king of project im going to do.I mean i need some list of proposed projects … | |
Is it possible to accomplish all tasks (Web Application Development) with Visual Studio 2005 Team Edition that you can with Visual Studio 2005 Professional and Standard Editions (In otherwords I can use Visual Studio 2005 Professional Edition or Standard Edition to develop a website System, is it possible to use … | |
I am planning to build a web based database system using SQL Server 2005 ( any edition) for the database and Visual Studio 2005 ( I am not yet sure which edition to use) for the web interface. Is it ok to use Visual Studio 2005 Team Suite with any … | |
Hello: I am new to Java and I am working on a tutorial to familiarize myself with this language. The tutorial is a walk-through in building a basic text editor. So far the build is going fine, but I have come to a point where I am unsure how to … | |
Good afternoon (or whatever would be applicable to your location). I have a couple of problems here that I need some help on. I have searched the boards here a bit and found some similar questions and answers, but none of them that actually address what I am currently dealing … | |
Hello guys, im trying to connect to .dbf table every time i try to query from the table it gives a error [Microsoft][ODBC Visual FoxPro]Operator/operand type ,mismatch heres my sample code... [code] Dim conn As ADODB.Connection Dim squery As String Dim rs As ADODB.Recordset Set conn = New ADODB.Connection conn.Open … | |
Hi[COLOR=#000000]How to Export data from Dataset to Excel sheet in VB.net Windows Application and also How to convert Excel Sheets into Data set Using VB.net coding(Windows Application)[/COLOR] [COLOR=#000000]how to Convert Dataset into XL Sheet to the VB.net Windows Application only by using the default resource(dll) available in VB.net.[/COLOR] [COLOR=#000000]ie without … | |
Forgive me if this is explained elsewhere (or direct me to it). I've extensively searched for the answer. I have limited experience in VB 4 and 5 but don't have the time to continue to learn later versions. I write small stand-a-lone applications for myself but my questions suround controlling … | |
Hi, I have a real time application which I write and and support in VB5 running under Windows 98 to XP. If the user has set the options under Power Scheme to turn off the disk or processor it can cause problems to the system. Does anyone know how to … | |
How do I copy a recordset to a new access db table? The new db is already created. Basically I have queryed a recordset from an access db, I want to run another sql on the existing recordset, and the only way I know how to do that would be … | |
Please let me know how to take the system date and time through VB6."There is a text box,caption must be the system date and time".So how to do it?give me the cordings of it.Please... | |
I lurked a long time, then finally registered a couple of months ago; then I lurked some more. But the time has come ... [B] HI! [/B]My name's Ken and I've been surgically attached to one or another computer since around 1979 when I bought my Bran' Spankin' New [B]Commodore-64[/B] … | |
Hi, I am having a problem with the below,basically what I'm trying to do is allow the user to enter upper case,lower case ,or alternating text ..like Cw888 or cW888 for example using [B]or[/B] ... it works fine for one command button,that is it displays the error message if the … | |
Hello, I've got a question, I want to use an acces database on a server. I want to use VB 6 to connect the database ussing the internet. Is this possible and how?? I don't want to use a VPM connection. André |
The End.