473,543 Members | 2,771 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

7
943
thread by: Rob | last post May 13 '07 by: Jay B. Harlow [MVP - Outlook]
In code, I "appear" to see contradictions... Dim aButton as New Button() as well as Dim aButton as New Button Why are the ( ) present in one case, but not the other ?
1
943
thread by: JimTheAverage | last post Jul 10 '07 by: John Lennon
testing
2
943
thread by: Muni r Chandu | last post Jan 3 '08 by: kimiraikkonen
Hi, pls give some points on this project... Search - needs excution code
1
943
thread by: John | last post Mar 16 '08 by: Cor Ligthert[MVP]
Hi I have a few questions regarding Listbox; 1. How can I fill Listbox from an access table with multiple columns? 2. How can I return the user selected (highlighted) items in a Listbox individually? 3. How can I remove user selected (highlighted) items from a Listbox?
0
943
thread by: stuart_dent | last post Jul 1 '08 by: stuart_dent
I have a SQL Server table with in Indetity column (value auto generated). I have tried to write my own updatecommand code. I can't get it to work. An error says that says Sku and rid are invalid column names. I don't know why. I even modified the Updatecommand the a bare bones
0
943
thread by: SuNcO | last post Aug 21 '08 by: SuNcO
Hi folks.. im working with VB 2008 Express and want to make something but can't found yet a way and maybe somebody can help me What i need is a way to change the + - "icons" from the nodes to "arrows" like Explorer (in Vista) or something. I think the + - are kind old The another is that i have a node with 3 items inside (is all with...
0
943
LazyPrinzez
thread by: LazyPrinzez | last post Mar 14 '11 by: LazyPrinzez
Okay, so I know the question is really mixed up right there, but that's not exactly what I mean. I think it will be clearer if I give you the situation. I have this table T that contains 3 columns. Let's say columns x, y, and z. and I want an application-generated table G where the values under T.x goes as the column header for table G, T.y...
0
943
thread by: Jhamjhamqt | last post Feb 5 '16 by: Jhamjhamqt
How to insert data on mdb access that browse in datagridview in vb.net with the use of 1 textbox only? could someone help? thanks in advance.
4
942
thread by: I_AM_DON_AND_YOU? | last post Nov 20 '05 by: I_AM_DON_AND_YOU?
When I create package, I get following files: (1) MYPROGRAM.msi (2) InstMsiA.Exe (3) InstMsIW.Exe (4) Setup.Exe (5) Setup.Ini However, when I installed on destination computer then I only copy the file MYPROGRAM.msi and run it. What's the purpose of the other files and in which
0
942
thread by: Tim Gallivan | last post Nov 20 '05 by: Tim Gallivan
Perhaps one of you have an idea on this: I have a Win2K server running IIS 5, with a DotNET DLL registered with COM (the powers that be don't want to convert from ASP to DotNET...) The DLL's data validation function is called when a user clicks a button on a web page. Here is what I would like to be able to do: When an error occurs during...
17
942
thread by: One Handed Man | last post Nov 20 '05 by: CJ Taylor
Has this newsgroup become very quiet lately? Regards - OHM
3
942
thread by: Ariel | last post Nov 20 '05 by: Jay B. Harlow [MVP - Outlook]
hi, Somebody knows some alternative enviroment for visual BASIC .net? thanks.
4
942
thread by: John | last post Nov 20 '05 by: Tom Clement
Hi Is it possible to implement an application wide Undo facility, like that under the Edit menu? Thanks Regards
2
942
thread by: Mike Bulava | last post Nov 20 '05 by: Mike Bulava
I'm creating a Custom Plug-in for an ATI Remote, I downloaded there SDK but the damn thing is all in Unmanaged C++. In there example they are posting messages to a Window to get the command to execute.. So that I don't have to change much of the C++ code, I want to post message for my application just like the what is done in the Example. ...
1
942
thread by: Sam | last post Nov 20 '05 by: Cor Ligthert
Hi I see that by using System.Diagnostics.Process.Start("outlook.exe") with a linklabel I can start outlook What I would like to know is, if there is a way to start outlook's "New Message" with the contents of a richtext on my form already in outlook and the only thing left to do is enter the recipent's e-mail address before sending it off. I...
5
942
thread by: steve | last post Nov 20 '05 by: steve
i've got a form that i'm adding controls to dynamically. i'm doing development on a laptop and testing different resolutions. the screens look fine at each res. being tested. however, when i install the app on a different pc (desktop), the controls are out of alignment, some are even off the screen. what gives? tia,
3
942
thread by: Wally | last post Nov 20 '05 by: Armin Zingler
I'm using IList interface to browse ITEMS (of listbox and combobox), TABPAGES (of tabcontrol) and so on. My problem is that TABPAGES have property ToolTipText (ITEMS haven't), how can I manage this property using IList interface? Thanks.
1
942
thread by: CodeMonk | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Hi all, Is there any way to replace the default editor in Visual Studio.net or allow it intellisense and code hilite other languages like Perl, PHP etc? TIA, monk
2
942
thread by: andreas | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
Hi, When i build a treeview by code i see only the first rang nodes and i have to click all this nodes to see all the nodes of the follewing rangs and so on. Can i do this with code to see all the nodes at once ? Thanks for any response
4
942
thread by: Imran Koradia | last post Nov 20 '05 by: Imran Koradia
why would one want to use a MemoryStream? it basically creates a stream in memory to read/write data from/to memory - which we can accomplish with our regular objects as well. We could read strings/bytes etc from files using the FileStream (or from network using NetworkStream) into the relevant .NET object and work on it as long as we wish....
12
942
thread by: Chad A. Beckner | last post Nov 20 '05 by: John Saunders
Hey all, I've spent about two weeks trying to figure this out. What I need is a script to grab a webpage and display it as an (thumbnail?) image on one of my pages. GotDotNet has a webservice to do this, but I need everything to be "local", i.e. I can't call their webservice. Does anyone know where I can find the code to do this (I think...
3
942
thread by: Agnes | last post Nov 20 '05 by: Cor Ligthert
I can bind to both datagrid succesfully, However, if i only want to insert a new row in header table, it fails, it seems I must insert detail table also. --------------------------formload---- dsSeaExHBL_cntrmark.Clear() daSeaExHBL_cntrmark.SelectCommand = New SqlCommand() daSeaExHBL_cntrmark.SelectCommand.Connection = conSea...
4
942
thread by: jnc | last post Nov 20 '05 by: Charles Law
Hi, I am trying to figure out if it is possible to hook into events of a latebound object, for instance say I had the following code: Dim objExcel as Object objExcel = createobject("Excel.Application") How could I trap the application_beforerightclick event?. Early binding is not an option and I can not have a reference to excel inside...
1
942
thread by: Sylvain Audet | last post Nov 20 '05 by: Sylvain Audet
Hi, Does XMLReader supports multi tables returned from a SQL Server Stored Procedure? Ex: Begin Select 1 .. FOR XML AUTO
2
942
thread by: enque | last post Nov 20 '05 by: Herfried K. Wagner [MVP]
How can I have a windows form and a console running at the same time and sharing data.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.