microsoft.public.dotnet.languages.vb Archive - July 2004
Post a message to this list
Messages
Page: 1234567891011121314151617181920
2122232425262728293031323334353637
Detect a click on an object which does not have OnClick method (9 replies)
microsoft.public.dotnet.languages.vb
Hi! I have a ShockwaveFlash object on my form and I want to detect when an user click on a link in the Flash movie but it doesn't have OnClick events for the ShockwaveFlash objects. Does it exist another manner to detect these events? Or do I have to download another library for Flash? If you have ideas, I would be very happy to know them! Thank you, Melanie
Is there a row count in DataGrid object? (5 replies)
microsoft.public.dotnet.languages.vb
I am trying loop thru rows in DataGrid but there is not RowCount property but only a VisibleRowsCount property. How can get RowCount in my DataGrid at run time? Thanks. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
Incomprehensible incompetence (12 replies, VIP)
microsoft.public.dotnet.languages.vb
Here we are a full year since VB.net 3003 came out and still no attention from MS on the issue of the Start Page showing the wrong date for 'Modified'. I know many have this problem, how can it be not fixed yet???? I've resorted to opening the.sln file in Notepad to get the modified date to update. Will they never address this?? (1st rant in 6 year careeer) Sorry Bob Graham
HelpProvider Control has a bug in it. (3 replies)
microsoft.public.dotnet.languages.vb
I've been having some real problems with the help provider control. I originally thought it was my code and am now convinced that it's the HelpProvider control. I've recreated my project with ABSOLUTELY NO CODE in it. That is, I started from scratch with a new project. The only code in my project is the code that Visual Studio adds when a form is created. Other then that code, nadda. I then added ...
Can someone explain observer patterns for me? (4 replies, VIP)
microsoft.public.dotnet.languages.vb
Hi! I have looked into it a little and I did'nt get much. How does it basically work? /Lars Netzel
reading accounts out of LDAP (3 replies, VIP)
microsoft.public.dotnet.languages.vb
does anyone know how to get a listing of accounts in a LDAP directory in VB.Net? thanks
Transpose Rows to columns in datatable (2 replies)
microsoft.public.dotnet.languages.vb
Experience Posters, Sorry if this is not the right group to post this question. He is my issue; Is there a way without the use of 3rd party controls, to transpose the rows of a datatable to columns of the datatable? Any help would be great. Much Thanks, Chris Smith
Book recommendation? (5 replies, VIP)
microsoft.public.dotnet.languages.vb
I come from a VB 6 background. Can anyone recommend a good book for VB.NET and ASP.NET. Terry
Different behaviour in frameworks 1.0 and 1.1 (2 replies)
microsoft.public.dotnet.languages.vb
Hello, Is there any internet site where are explained the differences between both frameworks ? For difference I mean different behaviour e.g. I saw that 1.0 in a form when is called hide, it automatically call focus on the first control (the one with lower taborder) but 1.1 didn't. I read something in microsoft but this one isn't described (or i did not see it) Thanks in advance Giuliano
Converting Keys to KeyCode and Back? (2 replies)
microsoft.public.dotnet.languages.vb
How do I convert all the Letters in a string to the keycodes and then back again? regards /Lars Netzel
in next version .net , new maskededit control ? (3 replies, VIP)
microsoft.public.dotnet.languages.vb
I read some old news. someone post that " There will be a MaskedEdit control included in .NET for the next version release " is that mean .net 2003 ???
Non-Web VB.Net for mere mortals (2 replies, VIP)
microsoft.public.dotnet.languages.vb
For any that are intersted I have written a white paper titled Non Web VB.Net for mere mortals. If you would like a copy please email me at the address below. Please take out the the NoSpam section of the address. nospamwoodrow@splawns.com
CheckListBox and value (2 replies)
microsoft.public.dotnet.languages.vb
How do I get the vaue of an item in the checklistbox control My control is populated with a datasource and I assigned the DisplayMember as well as the ValueMember ..clb DataPicker.DataSource myDatatable ..clb DataPicker.DisplayMember "CompanyName" ..clb DataPicker.ValueMember "Company ID" ..clb DataPicker.Refresh() Dim s As String For x As Integer 0 To .clb DataPicker.Items.Count 1 '//////////////...
ANN: .NET Framework 2.0 Beta 1 (9 replies, VIP)
microsoft.public.dotnet.languages.vb
..NET Framework Version 2.0 Redistributable Package Beta 1 (x86) http://www.microsoft.com/downloads/details.aspx?familyid f1232c37 0fee 4aa6 aa89 b6dcefc0873b Download (at your own risk): http://download.microsoft.com/download/9/6/6/9666067a 660f 48e0 a755 a83a81036b67/dotnetfx.exe (note, NT4 no longer listed as supported..) http://msdn.microsoft.com/netframework/ Thomas Scheidegger MVP .NET 'NETM...
sql dmo and vb .net (6 replies, VIP)
microsoft.public.dotnet.languages.vb
Is there a managed library for using sql dmo or must I use sql dmo com object and interop? Bernie Yaeger
Determine Packets sent and received on computer (3 replies)
microsoft.public.dotnet.languages.vb
Hello, As the subject says is there an api the will allow me to view the packets sent/received just like the icon for the network properties? Any links, examples are appreciated. Brian
datetime (3 replies, VIP)
microsoft.public.dotnet.languages.vb
Hi How can I separate a datetime value into date & time values? Conversely how can I combine date & time values into a single datetime value? Thanks Regards
books/resources for datagrid? (3 replies, VIP)
microsoft.public.dotnet.languages.vb
Hi: I am looking for a strong website/book for the winform datagrid control? Is there a book that deals with this primarily, or a great website for it? I have books on ADO .NET as well as books on Windows Forms Controls, but both touch only lightly on datagrids other than rudimentary binding. Thanks! T
Loading a Web Page from a VB.Net/Windows Application (2 replies)
microsoft.public.dotnet.languages.vb
I need to populate a web page from data within an excel spreadsheet. my idea was to write a VB.NET Windows Application that would read the excel ss and feed the data to the web page and cause the web page to be submitted. My Questions are: 1. What controls are available to control the web page ? 2. Can I get full access to the Web Page's Document Object Model (DOM) thru this control ? Any advise o...
Text editting in Vb.net, help. (4 replies)
microsoft.public.dotnet.languages.vb
I am reading in a text file of about 25 megs, using a streamreader class. Now this text file was generated using a DataBUS programming language, now known as PL/B, and being used as a database, that just happens to be a flat text file. What I need to be able to do is to read in a line from this text file, edit a few fields in this text stream (which I can do), and then write the editted line back ...
bitmap to base64 (2 replies)
microsoft.public.dotnet.languages.vb
Hi. I'm trying to convert a bitmap image to base64 (to embed into an email). What is the best way to do this? Thanks
Sql Server Database Status (2 replies)
microsoft.public.dotnet.languages.vb
Hi all, I'm writing some code for disaster recovery. I need to have an application which accesses Sql Server to determine if the local database is up or not and then if not go to the secondary server. So like this: 1. Determine if Sql Server A is up, if so is the database active. 2. If no on either count, go to Sql Server B/database. Is there some way to query Sql Server through the Dot Net framew...
Balloon Help (8 replies, VIP)
microsoft.public.dotnet.languages.vb
Has anybody got VB.Net code for ballon help for Windws Forms ? I got the source code from Code Project which was in C# and tried to convert it to VB.Net I'v run into problems and it simply doesn't work.
getting the last control in focus (5 replies, VIP)
microsoft.public.dotnet.languages.vb
Hello there Is there a way to get the last control that was in focus before the current control? please note that I don't want the next or previous control in the tab order, I need the last one used by the user. Thanks in advance. Regards Sameh
Installing windows service (3 replies, VIP)
microsoft.public.dotnet.languages.vb
Hi I am trying to install a windows service exe file. I have the following command line; c installutil.exe webservice1.exe This did its thing but the windows service did not appear in the list of services. What else do I need to do? Thanks Regards
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com