HI I HAVE A PROJECT ON "Improving the Effectiveness of Web Search with Query-Relevant Summaries" THİS SUBJECT. WHERE I CAN FIND INFORMATION ABOUT THAT...
Hello everyone. I am near to the end of my project in VB but I have got stuck in Jive report.Can someone please give me some information about Jive report? I ...
hi every one, plz help me, i m working on a project Print Manager. any one can tell me that how i can control or access Print Queus or Print Jobs in VB 6 or...
Hello, im working on a project for Car Rental Services. Here i have 2 develop a webform for online reservations. Simultaneously, i have 2 develop a software to...
Hi, I've been reading a little about the issue of creating splash screens for programs, and more to the point of different techniques eg. multithreading vs...
Geoff, This is a good topic to discuss. It is simple yet questions the methods that we as developers (especially us 'ol VB6 folks) take in developing a ...
... Hi John, How exactly does the built in splashscreen work. I can see you can set it up as the initial form, but how exactly does it work. Example, does it...
hi pals can u tell me how can i capture the dta from the microphone ivan ... Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries)...
Geoff, Not quite sure, but i'm pretty sure it runs on it's own thread and utilizes what I like to coin as an "Initialization timer". What that means is that ...
hi how we can allocate a size to a dynamic array with n number of elements and i want that for each location the size is allocated as it adds to the...
By using redim and preserve keywords. Rahul Hassan Akhtar <gudduhassan@...> wrote: hi how we can allocate a size to a dynamic array with n number of ...
Hello to all! I've been planning to place a screen saver as an added feature to the project i am working right now. What i mean is that the system will ...
I have a coworker who asked me how he could write a VB 6.0 appliction that would be able to obtain all the methods, properties, enums, etc. from a COM .DLL...
Hi, I have created a project wherein I have used Crystal Reports to display data. When I run the program it displays properly. I have created a setup for the...
... zip ... Hey Robert Are you using VB.Net 2003 04 2005 and are you using Excel 2003...You know Excel 2003 has the XML feature added in and what you can do is...
What are you using? vb6 or vb.net ... De: VisualBasic_Official@yahoogroups.com [mailto:VisualBasic_Official@yahoogroups.com]En nombre de kshitij Enviado el:...
Hi Folks. I am trying to find out what is wrong with Select Case Code in a the Function (Calculates Tax to pay) below - when in put 48654 I get $7298.10 when I...
vb.net ... kshitij __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around ...
Hi everyone in the list i´m New in VisualBasic.net (VB6 programmer), I need to hide a column in a datagrid and I need learn how to manage the datagrid...
I'm making a simple background utility that currently runs as a console application and I would like it to hide to the System Tray. I cannot seem to find a way...
hi, the code is to delete a datarow from datagrid on click event, Dim dr As DataRow Dim rowNum = datagrid.CurrentCell.RowNumber If datagrid.VisibleRowCount > 0...
Hey Chris. Here is an example I found for use in VB.net. Here is the link to the site. http://www.dotnet247.com/247reference/msgs/22/114894.aspx Have a good...
Thanks, is working But if i have two datagrid in one i need to show all fields, and in the second i need to hide some fields, how I do That?, there isn´t a...
Why dont you just take the columns you dont want to see out of the query you are trying to run??? Is that an option?? csar <csar01@...> wrote: Thanks,...
I have developed a windows application using vb.net which also includes crystal report. I have used MSAccess as database. I have connected to the database for...