Answer Questions
Mogli9 How to use Textbox to serch a database & dislaying in datagrid
Hi everyone, my roblem is that, I want to use the textbox to type using it textchange event when one type it search the database for the matching data as it found each data it display then in a datagrid and the pointer point to the record. any help our surgestion will do thanks all Make 1 connection to sql server and get all data into a DataSet. Then create a DataView and bind it to DataGrid. Catch TextChange event and filter the u ...Show All
jnc Server Explorer - SQL Servers VS 2005 Beta 2
In VS2003 Pro in the Server Explorer I have: Servers Computername Crystal Services Event Logs Management Classes Management Events Message Queues Performance Counters Services &nb ...Show All
BANND error in chating application
You can only access GUI form elements on the thread that created it. There is a good explanation of the problem and how to get around it here: http://msdn.microsoft.com/msdnmag/issues/03/02/Multithreading/ sorry,, i created a chatting application in vb2005.. when i try to connect with server using the IP address. the program throws some thread error.. http://www.geocities.com/kamaraj_84/exception ...Show All
JeffSchwartz1 how to play avi file using vb.net
hi : how to play avi file using vb.net preferable with full screen mode 2 ways really. First way, is to make a form, with no border, set the state to maximized, and add a control that plays media files. (Like the Windows Media Player control). Simply play the file from the control. The 2nd way, is to use a Process, and simply "run" the file (If you happen to know the parameters for launching in full ...Show All
noyesar Pivot Tables / Dynamic Multidimensional Data Analysis
Hi To Anyone Who Can Help, What is the best solution to model Pivot Tables Or Dynamic Multidimensional Data Analysis without having to create an external Excel document or having to use Report Services Using the following tools: A) VB6 SQL server 2000 AND B) Vb.Net ( Not Vb.Net 2003 Or Vb.Net 2005) SQL Server 2000 Can you please supply me w ...Show All
K.Ardah datagrid and multiple forms (vb.net 2003)
Hello, i'm having trouble adding a new row to the datagrid from a second, different form. I keep getting the error "Object reference not set to an instance of an object". Now, it works when i place my code in the same form as the datagrid but not from the second form, like i said. Here is the code i'm using to add a new row to the datagrid: ' frmMain is where the datagrid is located Dim main As frmMain Private Sub btnAdd_Click(ByVal sender ...Show All
Cent Add connection wizard fails with Access database
I have the RTM version installed. I am quite puzzled at this wizard. It works fine with SqlClient. But for Access databases, this wizard completely fails. In this wizard, I only have one option to do - setting the ConnectionString. I set it to Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\path\abc.mdb, which works fine in my code. But when I click OK, it complains: --------------------------- Microsoft Visual Studio --------------------------- ...Show All
Luca Dellamore - MS Keypreview doesn't trap "enter key" keystroke.
In Visual Basic.NET, while I can trap other keystrokes, I can't trap an "enter key" keystroke when the Keypreview command is present in the form_load subroutine. The "enter key" keystroke only executes the object subroutine with focus. Any advice on this would be appreciated. Thank you, Mark Is it a texbox box and is the AcceptsReturn property set to true try trappi ...Show All
Alexandre d9654039 Form.Designer.VB Code from controls that were deleted
I am new to VB, so please bear with the terminology. I have found that when I delete a control in a form, the control is still being inialized via the formname.designer.vb. The problem is that if I have a control named "NewToolStripButton", then decide to delete it because it isn't what I want in the design. Then later decide to place the textbox back in and name it "NewToolStripButton" again, it won't let me. I have to us ...Show All
Scott Swanson MSN Uninstall file
Hi, Can someone tell me where to find the uninstall file for any given program Where is it normally located Or else, if it has to be created, then how can I go about doing that Thanks a lot. Hi Moayad, Thanks for your input. But this is not the answer that I want. I do not want to call the uninstall file from the program. I want to locate the uninstall file for the program. If I can locate this file, ...Show All
kadabba Determining installation complete - ShellExecute API
Hi Friends, I am using ShellExecute API to run an application.Is it possible to determine when the program that was initiated by the ShellExecute API has finished executing (I mean finished installation as I am using the ShellExecute to run my setup.exe). Thanks in advance. If you use the Process class instead, you can set the WaitForExit flag. ...Show All
winniecherian OTP: I Hope This Is The Right Forum
I really need help, I lost or misplaced my startup os disk for my xp home. I'm now using my friends. I was in the middle of writing a grant and my whole system went down...nothing just a blank screen. I need to reboot, help.....I really can'y afford to buy a new one...any linkages... Connie, I'm sorry, but ALL the forums in this group ( that is, on this site ) are for programming questions only. It sounds to me ...Show All
Ramana Gali irc bot code, help!
Hi, My mate made a bot for irc ages ago and he just sent me the files (im new to vb so not that good). He made it in vb 6 and i have vb 2005 express edition beta 2.0. when i try and compile it, I get 4 error messages. would anyone be able to tell me what they are and how to fix them so i can compile the bot. Coz it works when compiled in vb 6 but i don't have it. :( Error 1 / 2 (both in same section bellow) - 'As Any' is not supported ...Show All
Wolex Need Help: Specifying toolbox icon for a web custom control?
In VB.NET 2005, how can you specify which icon to display in the toolbox for a Web Custom Control The Poodle wrote: I'm not looking for the project icon. I'm building a web custom control library (DLL). This library contains components that are added to the VS toolbox for ASP.NET projects. By default, the icon that shows in the tool box is a gear. I'm looking for a way to change that default icon ...Show All
Kitty Butler strange bracket problem
Hi, I've been finding that randomly, after building my project, the editor will start inserting brackets as I type. For example: I type "a" - it changes to "a()" I type "try" - it changes to "t(r)y" I type "ng.Save" - "n(g).s(a)ve" I've disabled Edit and Continue, but still have the problem. The only way to get round it is to restart visual studio. I've had the problem on two computers, ...Show All
