16,916 Topics
![]() | |
Hi Frns, Plz som1 help me, I want to add the values of a coloumn in MS Access db, I m using Visual Basic as a front end. The total should be displayed on the Form. So if possible then plz tell me the VB coding. Thnx in advnce. | |
I need a solution on how I can connect SQL2000 DBase Management to VB6. pls any body with good solution and sample code can give me as soon as possible. | |
Hi i basically new to visual c# and i want to create a stock portfolio program to store my stock information, i have decided to use SQL server 2005, but i'm not sure if i should use mangement studio that comes with sql server to create the database or a … | |
i have 2 Time Attendance Machin from hit company [URL]http://www.hitcorporation.com/[/URL] modale MP200 i gif it ip address 192.168.1.201 & 192.168.1.202 in my netwrok , the software for machin working good get and send data.but i need make a new program , for this i need the vb code make me … | |
Sorry genuinely thick at this and don't like computers. I am lumbered with loads of projects in msp 2002. What I need is a simple code to put a button on an excel spreadsheet per project to access the project and produce a cumulative cost curve for all resources. If … | |
Hello all i want to know that how i can show on my Form that how much data has been sent i am using winsock. thanks in advance | |
Dear friends, I am new to VB. Does any body have any experience regarding data transfer to Atmel Avr microcontrollers? I want to transfer the text enterd by user through SPI bus. Any comments will be highly appriciated Thanks | |
Hi, I use visual studio 2005 & pocket pc App. how can I insert and edit data in a datagrid? thanks, | |
I have 2 excel files with the same visual basic macro code. The old file macro run fast but the new, macro code have some change in column number to get other detail, run very slow, while it still give an exactly result. How can I make it run faster??? … | |
I have a list of email addresses. I want to selectively generate mails to some of these email addresses and push it in netscape navigator 7. Can somebody help me to generate the same? | |
Last quarter our last assignment was to create two programs that gernerate silly sentences from words contained in a file. I was able to create the program with a map, but have no idea how to do it with a hash map. Since it was the end of the quarter, … ![]() | |
hi Please help,i have installed Visual studio .net 2003. i code in C#, when i write my code, for example "Console." imidiately before i complete the statement it closes the application requesting to restart the application, and i wrote my code on a notepad making sure that the code is … | |
Hi, I am using the following items in my s/w.... ------------------------------------------------------ Reporting Toolkit: Crystal Report (CR 11). S/W Front End: Visual Basic 6.0 with Service Pack 6 Back End RDBMS: Microsoft Access 2000 ------------------------------------------------------ I am almost done with CR 11 and its integration into my s/w. Great Thanks !! … | |
I have this code (example) [CODE] const char g_sz_className[] = "myWindowClass"; LRESULT CALLBACK WndProc(HWND hwnd, UNIT msg,WPARAM wParam, LPARAM lPraram) { switch(msg) { case WM_CLOSE: DestroyWindow(hwnd); break; case WM_DESTROY: PostQuitMessage; break; default: return DefWindowProc(hwnd, msg, wParam, lParam); } return 0; } int WINAPI WinMain(HISTANCE hIstance, HISTANCE hPrevIstance, LPSTR lpCmdLine, int … | |
hi all!! im using ADODC as the connection with MS access. hw can get the selected data in the datagrid on the click of the command button? i.e If user want the employee info from company then user enters the emp code and by pressing 'search' command button user gets … | |
Hi I'm new to this grp. I'm working on Vb6.0 apps. Here i've a problem, I'm using Dir(filepath) to retrieve the file from specifies path and i want to retrieve similar files from the same folder. I wrote Dir$ in the end of while loop. here is how my looks … | |
Hello, I have just installed Microsoft Visual Studio 2005 and it has the folowing to select, under C++ projects selection: ATL; CLR, MFC and Win32. Now Id like to know what are ATL, CLR and MFC and what is each of them used for, Anyway does anyone know when will … | |
hiii all! i want to add a customer feedback feature in my application in which customer send an feedback through email. hw can i send email in vb 6.0. plz help nihar | |
I'm writing a wpf application in c# on .net framework 3 using visual studio 2005. I need to connect my VistaDB database to my c# code. This can be done with .net Framework 2 on a windows form but does anyone know how to do it with a wpf application … | |
Hi All, I want to develop a tool which helps reduce my time in manually generating lot of exe's that are dll dependent. The problem is I have lof exe's(include VB and VC++) and those all are dependent on one Vb dll. If i change this dll, i need to … | |
Hi, I have working in Asp.net and C# application, i have used visual studio 2003 for my project, my project i need this logic, how to store data in data grid to database by single mouse click, could anybody please help to finish this, Advance thanks for any reply. Thanks. | |
Hi Could anyone please help me, I need to open an existing excel document using vb6. I only need to display the document. | |
I am using a ADODB connection to connect to an access database and am using an SQL string as the comandtext....but i need to check the validity of wat i have typed.....here is the sql statement.. [code] dim cmdcommand as new adodb.command With cmdCommand .ActiveConnection = conConnection .comanttext = "select … | |
hi, i need sum help regarding image processing. luking for something similar to "paintpicture" but sumthing that takes less amount of time. how to extract a specified area(given x,y,width,height) in vb6, with less than 30ms time.(i.e the time paintpicture takes) hoping to here from sum1 soo :?: vidya | |
Hi there, nice to meet you all. I'm a beginner using visual basic only started to learn it about a months ago. I'm having serious trouble at the moment. I need a program that as soon as it is opened it prints the time into 100ths or miliseconds of seconds, … | |
guys please help me make a program in operating system using visual basic.... programs like FCFS, SJF, disk scheduling and more.. please guys.. tnx..:sad: | |
Hey all~ I'm very new to VB.net infact i've only been so far through 2 classes but I'm still going. My personal Project that I'm doing is a simply display with some buttons that when you click on them that link to an exe file on my [URL="http://www.daniweb.com/techtalkforums/post332283.html#"]desktop[/URL]. I've gotten … | |
hi i need to create a database using vb 6 & later print the data can anybody help me in doing so. Thanks in advance. | |
Hi, I am getting warnings when I export a class that contains an STL deque. Note that for a simple stl vector there are no warnings, only for the deque ... I applied the rules defined on the msn page : [url]http://support.microsoft.com/kb/168958[/url] But still get a compile warning that I … | |
I developed a web interface using ASP.NET and a database using SQL Server 2005. I created connection to database using SqlDataSource control. I also used GridView control to display data. Using Visual Studio I can see the query results using a browser on a local machine. What I want now … | |
I'm still using VB6 unfortunetly, but anyway, how would I go about implementing this? Say I wanted to do something so when you click a button the text in a textbox changes but has a 200-300 millisecond delay so it looks as if the words are changing really fast. But … | |
Hi, I'm using Visual Studio 2005 with C#. When I Build the solution, the .dll assembly file is not being created in the \bin folder. Does anyone know why the assembly file is not being created, and/or if it's being created in another folder other than the \bin folder. Thanks, … | |
We have several thousand historical MS Word documents with embedded MS Excel Worksheets. This data predates a relational database system which now manages all this data. Sound familiar! We need to create a spreadsheet which has a row for each embedded MS Excel Worksheet with columns for specified values. We … | |
Hi i'm currently in the process of completing a project on midi files and i am having trouble with visual basic programming its the first time i have used it and i am on a dead line. I need to open a midi file as an excel file i am … | |
Hi I m Fresher. I m working on Windows Mobile 5.0 And Doing Project in Microsoft visual Studio .Net 2005 using VC++/ SDK 2003. I m working on Proect " Task Manager for Windows Mobile 5.0 " Its something like Task Manager available for our PCs. we r making it … | |
Hi, I have used a Flex Grid control in displaying a set of records from the MS ACCESS database (back end) with the means of VB6 code (front end). In my database i have 9 records and the flex grid control has been deisgned at design time with 7 rows. … | |
I have an application developed in VB6 (with service pack4) intalled on Windows XP (with Service Pack 2.) We have some reports which were created on Crystal Report Professional Addition Version 9. I have written following code to run the report from VB application: CrystalReport1.ReportFileName="C:\Sample\Employee.rpt" CrystalReport1.Action=1 CrystalReport1 is the name … | |
Hi, I am using MS access database with ADO control in VB. I want to display only those names in the combo box when I type a first letter in the combo box using visual basic. For Eg, When I type letter 'm' , the combo box should give a … | |
Hello to all I am calling a sql stored procedure in VB. If we pass the Parameter as '1' then we have to add the item in listbox, the value is updated else list box should be empty.how we have to write the code for this with regards sma | |
hello, i have to open excel file from vb application. i want to update excel file from vb if i modify some value from vb application. but i dont want msg from excel that "Do you want to save changes in this file?" please guide me Thnaks n Regards from … | |
Hey all~ I was just wondering.. Is it possibal for my app to run a disk scan to look for the files that I had put into each location? Like if i wanted to install it onto several other computers that may have altered settings i just run a scan … | |
i do have a VB6 software but with no Data Projects Templates and ActiveX Controls. this has made it difficult for me to continue with my design as it could have been easy with templates. anyone to help in regard of what to do. my project need to materialise by … | |
Hi I m Fresher. I m working on Windows Mobile 5.0 And Doing Project in Microsoft visual Studio .Net 2005 using VC++/ SDK 2003. I m working on Proect " Task Manager for Windows Mobile 5.0 " Its something like Task Manager available for our PCs. we r making it … | |
Just a note, I was surfing the TV (satellite) the other night and ran accross a channel I had never seen before called TechTV and there was a recorded presentation done in Toronto, Canada by a .NET developer. Anyhow, it was rather informative, I gathered some interesting info from it, … | |
[QUOTE] Private Sub Ok_Click() GotoURL ("http://www.sigpune.com") End Sub Sub GotoURL(URL As String) Dim Res As Long Dim TFile As String, Browser As String, Dum As String TFile = App.Path + "\test.htm" Open TFile For Output As #1 Close Browser = String(255, " ") Res = FindExecutable(TFile, Dum, Browser) Browser = … | |
hi, i have this simple code, that compiles on visual studio 2005.When i try to run the executable through visual studio {pressign ctrl+F5} it does nothing{although the test.txt has size of 1kb}, when i run the exe through the command prompt the program works fine... Does anyone know why this … | |
hi. i would liek to know how i could make my vb project recognize the end of the slide show, so that, i can call another slide show once it ends... is there a way i can loop the slide show through visual basic, without needing to open the ppt … | |
hi i speack frensh i am sorry for my english je suis un programmeur debutant dans le domaine de yahoo je veux un code source ou bien une tutorial comment connecte a yahoo sous proxy je sais comment ça marche sans proxy merci d'avance i am sorry:p | |
There is a strange thing going on with my copy of Visual Studio.. the class for ADO isnt there .. what i mean is that i cant use System.Data.ADO it simply isnt there ..what do i need to do get ADO access for my programs (based on database connectivity) | |
I have a VB4 exe application that I have used every once in a while for years (PMTherm.exe – it’s a freeware program available off the web). Suddenly, it no longer works. When I try to start it, I get a message saying “Not enough room to allocate control array”. … |
The End.