MSGROUPS.NET | Post Question | About | Groups | Contact | Register | Login



microsoft public excel misc (9093)

microsoft public outlook general (7339)

microsoft public excel programming (6569)

microsoft public word docmanagement (5607)

microsoft public excel worksheet functions (5040)

microsoft public access (4768)

microsoft public windowsxp general (3848)

microsoft public windows vista mail (2945)

microsoft public windows vista general (2771)

microsoft public windows live mail desktop (2689)

microsoft public office misc (2268)

microsoft public access queries (2122)

microsoft public powerpoint (2030)

microsoft public greatplains (1992)

microsoft public windows server sbs (1966)

microsoft public dotnet languages csharp (1964)

microsoft public access formscoding (1932)

microsoft public mac office entourage (1868)

microsoft public sqlserver programming (1855)

microsoft public access forms (1798)

microsoft public internetexplorer general (1706)

microsoft public mac office word (1699)

microsoft public access modulesdaovba (1691)

microsoft public outlook calendaring (1436)

microsoft public dotnet framework aspnet (1375)

microsoft public project server (1356)

microsoft public windowsupdate (1353)

microsoft public sqlserver server (1330)

microsoft public project (1285)

microsoft public excel (1277)

microsoft public access reports (1249)

microsoft public windowsxp help and support (1204)

microsoft public exchange admin (1185)

microsoft public windowsmedia player (1165)

microsoft public mac office excel (1160)

microsoft public windows server general (1100)

microsoft public dataprotectionmanager (1096)

microsoft public outlook (1035)

microsoft public word vba general (1029)

microsoft public vb general discussion (996)

microsoft public outlook contacts (953)

microsoft public windows server active directory (930)

microsoft public development device drivers (910)

microsoft public dotnet languages vb (843)

microsoft public outlook installation (820)

microsoft public word newusers (808)

microsoft public word pagelayout (783)

microsoft public windowsce platbuilder (757)

microsoft public excel charting (733)

microsoft public publisher (728)

microsoft public excel newusers (711)

microsoft public windows powershell (697)

microsoft public pos (654)

microsoft public vc mfc (651)

microsoft public access gettingstarted (630)

microsoft public word application errors (629)

microsoft public sharepoint general (604)

microsoft public office setup (584)

microsoft public onenote (556)

microsoft public sqlserver reportingsvcs (550)

microsoft public outlookexpress general (539)

microsoft public frontpage client (532)

microsoft public access tablesdbdesign (529)

microsoft public scripting vbscript (526)

microsoft public windows 64bit general (509)

microsoft public outlook program vba (502)

microsoft public windows live messenger (434)

microsoft public windowsxp hardware (416)

microsoft public money (397)

microsoft public windowsxp basics (367)

microsoft public dotnet general (316)

microsoft public windows mediacenter (300)

microsoft public windows inetexplorer ie6 outlookexpress (276)

microsoft public mac office (272)

microsoft public win98 gen discussion (243)

microsoft public sharepoint setup and administration (225)

microsoft public windows vista hardware devices (183)

microsoft public windows vista music pictures video (178)

microsoft public nntp test (163)

microsoft public windows vista performance maintenance (148)

microsoft public dotnet framework (148)

microsoft public visio (128)

microsoft public access 3rdpartyusrgrp (68)

microsoft public access conversion (64)

microsoft public dotnet xml (58)

microsoft public pt windowsxp (38)

microsoft public access developers toolkitode (34)

microsoft public windows live photogallery (32)

microsoft public dotnet faqs (19)

microsoft public dotnet framework aspnet datagridcontrol (16)


microsoft.public.dotnet.languages.vb Post New
Items(833) /17 Next >> Last >|
Subject Posted Replies From
vb .net, registry, HKLM\System\CurrentControlSet, Security

Hello I'm writing a small program un vb.net 2005, and i need a read access to the keys of HKLM\System\ControlSet\Enum. It's working under Windows2000 and probably XP, but not with Vista and Seven, where the securities are stronger. It must work for regular users Here the piece of code, and i have a security violation Dim regPermission As RegistryPermission regPermission = New RegistryPermission(RegistryPermissionAccess.Read, "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum") regPermission.SetPathList(RegistryPermissionAccess.Read, "HKEY_LOCAL_MACHINE\SYSTEM\CurrentContr

7/2/2010 5:37:46 PM 0 DuboisP <patrickr.dubois.don't.s...@free.fr.invalid>
vb.net forms error

When I am debugging a vb.Net 2008 windows application and click on the 'next' button, I am getting the following error: 'An unexpected error has occurred. The 'Microsoft.jet.oledb.4.0'provider is not registered on the local machine'. I think that I may need to change some setting I have in the visual studio.net 2008 professional edition to solve this problem. I am working on an workstation that is 64 bits, XP operating system. When the click event has occurred, I have just attached an excel 2003 spreadsheet to a file in the general directory structure prior to

7/1/2010 10:04:49 PM 1 =?Utf-8?B?bWlkbmlnaHQ=?= <midni...@discussions.microsoft.com>
SmtpClient authentication

Hi I'm trying to add simple email capability to a program I wrote but when I send the mail the responce from the server indicates thet I need to use authenticain. I have no clue as to how to do that. Here is the code I'm using. Can anyone help please? Thanks Mickey Public Sub SendMail(ByVal strFrom As String, ByVal strTo As String, ByVal strSubject As String, _ ByVal strBody As String, ByVal strSMTPServer As String) Dim FromAddress As New System.Net.Mail.MailAddress(strFrom) Dim ToAddress As New System.Net.Mail.MailAddress(strTo) 'send the emai

7/1/2010 4:01:46 PM 2 "mickey" <mickmarsh...@earthlink.net>
GridView set BackColor dinamically ERROR!

Hi all, as specified in the subject. I get this errore message: "DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'date_es'" I don't know what it could be! :( Any help would be appreciated, thanks in advance. MC. *** ASP.BET *** I'm trying to set BackColor dinamically using this solution: <asp:GridView ID="GRVW_Exams" DataSourceID="SQLDS_Visite_Esami_TMP" runat="server" HorizontalAlign="Center" AutoGenerateColumns="False" Width="100%" PageSize="5" AllowPaging="Tru

7/1/2010 8:43:49 AM 1 "mc." <slysto...@gmail.com>
Write to excel with odb

net newb here... i found this intro but dont' know where to go from here Sub WriteExcelFileWithJet() 'If your purpose of use Excel is only to store data in a sheet, you do not need to run Excel application at all. Simply use MS Jet OLDDB driver and ..NET System.Data.OleDb name space (OleDbConnection) to query/retrieve data and update from/to Excel sheet. This way you will not need to deal the famous Excel.Application remains in memory issue, which has been raised so many times. Dim ODB As System.Data.OleDb.OleDbConnection ODB.ConnectionString = "Provider=Microsoft.Jet.OLED

6/30/2010 10:58:29 PM 4 "mp" <nos...@thanks.com>
SMTP: Bad Sequence of Commands

Hi, I'm trying to generate an email programmatically, by sending it to our SMTP server. However I get the following error: Bad sequence of commands. The server response was: Bad sequence of commands Here's the code snippet I'm using to send the message: Public Sub SendMail(ByVal strFrom As String, ByVal strTo As String, ByVal strSubject As String, ByVal strBody As String, ByVal Host As String, ByVal Port As Integer, ByVal UserName As String, ByVal Password As String) Dim Email As New System.Net.Mail.MailMessage(strFrom, strTo) Email.Subject = strSubject

6/30/2010 3:22:18 PM 1 Scott McNair <smcn...@beachexpress.takethispartout.com>
Prerequisite in Setup projects...

Hi all, I done a project that uses .net Framework 3.5 Client Profile. I done a new installation project that refers to that project. I setted .net Framework 3.5 Client Profile and Windows Installer 3.1 for Prerequisites into the setup project. When I try to run the setup into a PC with Vista, it installs the .net Framework 3.5 Client Profile, and then the setup stops saying .net Framework 4.0 isn't present into the PC. How I can tell to the setup project to run even if .net Framework isn't present into the machine?

6/30/2010 12:01:16 PM 0 =?Utf-8?B?THVjaW8gTWVuY2k=?= <LucioMe...@discussions.microsoft.com>
Good bye

Hello, since MS will close this newsgroup on July 1st, I would like to say good bye to you. I got good help in this newsgroup and I would like to thank you all again for it. FYI: For some time I have been using the Community NNTP Bridge and can be found in MS's forums (more reading then writing though). Until today i had no problems with the Community NNTP Bridge and Thunderbird. Maybe it is an alternative for you too. Best regards, Martin

6/29/2010 8:57:01 PM 2 "Martin H." <hk...@gmx.net>
For cycle and Extension attribute

Hi, 1. In VB2010 the type (T) of the control variable of a For...Next cycle must have the following operators: Public Shared Operator >= (op1 As T, op2 As T) As B Public Shared Operator <= (op1 As T, op2 As T) As B Public Shared Operator - (op1 As T, op2 As T) As T Public Shared Operator + (op1 As T, op2 As T) As T I suggest to agree the use of For...Next cycle in that way: Dim X1 As T Dim X2 As T Dim X3 As U For X As T = X1 To X2 Step X3 .... Next X Where is defined: Public Shared Operator - (op1 As T, op2 As U) As T Public Shared Operator + (op1 As T, op2 As U) As T

6/29/2010 9:37:25 AM 0 =?Utf-8?B?THVjaW8gTWVuY2k=?= <LucioMe...@discussions.microsoft.com>
API list on dotnet.

On VB-6 there was a file that has a list of all Windows' API functions (+ types), called API viewer (something like that). It was pretty nice, indeed, including abilities to copy + paste the whole function declaration to VB. but I didn't see it at all on VB.NET. Does someone know - where can I find such a file for VB.NET (or C#, whatever ....) Thanks :)

6/28/2010 5:23:33 PM 2 "Mr. X." <nos...@nospam_please.com>
Programmatically load all the languages & their details

Hello. How can I programmatically load all the languages & their details ? (Like that are on : region and languages). Thanks :)

6/28/2010 5:16:22 PM 10 "Mr. X." <nos...@nospam_please.com>
webservice reference embedded

Hi to all, is there a way to declare a webservice address inside the code? If I add a webservice, the address is visible in the app.config but I wanna avoid it. Any suggestion? thanks

6/28/2010 9:15:50 AM 2 "redbull" <redb...@libero.it>
Get default event handler of a control.

Hello. How can I get/set the default event handler of a specific control ? (Any other event ?) I need a generic solution (such as reflection for setting properties values), please. Thanks :)

6/27/2010 9:17:05 PM 2 "Mr. X." <nos...@nospam_please.com>
WebBrowser Control Garbles when Set to EditMode

I have the webbrowser control and it is set to designmode like this: theWebBrowser.AllowNavigation = False theWebBrowser.AllowWebBrowserDrop = False theWebBrowser.IsWebBrowserContextMenuEnabled = False theWebBrowser.ScriptErrorsSuppressed = True theWebBrowser.ActiveXInstance.document.designmode = "On" I have tried something similar using IE and Firefox by running this in the browser: javascript:document.body.contentEditable='true'; document.designMode='on'; void 0 They both put the the page in edit mode, but the first way garbles the page. The s

6/27/2010 8:11:34 PM 0 cellocoder <celloco...@yahoo.com>
How to embed MS SQL Server Installation using VB.NET Setup project.

I have tried the trial version of Microsoft Dynamic POS and it is great specially when I saw that when you install the software, SQL Server installation is included with the setup program. I am wondering how to do the same when I am going to create an installation file of my program. I want the same functionality like embedding also the database so my user will not have to worry about attaching the database to the SQL Server using a management tool. Thank you very much for any info.

6/27/2010 2:53:55 PM 0 "Jay" <jpab...@gmail.com>
cant find UserName or LoginName in dot net help?

in vb6 it's GetUserName(stBuff, lBuffLen) where GetUserName() is in the win api how to do in dotnet? (2008 express) couldn't find in help - guess i don't know the right search term, user, username,login,loginname etc didn't turn up an answer that i could see. thanks mark

6/26/2010 6:40:34 PM 1 "mp" <nos...@Thanks.com>
Vb.net 2008 custom controls

My questions are about custom controls in a vb.net 2008 application that are as follows: 1. I have a vb.net 2008 windows large solution that I need to work with. I am getting error messages about can not find certain dll. I am almost certain these are custom controls. Can you tell me how to find the dlls in the solution? (The code was just stored in the windows explorer system for this small company.) 2. Do I need to build the custom controls first so that I can add them as a reference later on in the solution? If not what, what is the process of building custom controls an

6/26/2010 7:53:55 PM 1 =?Utf-8?B?bWlkbmlnaHQ=?= <midni...@discussions.microsoft.com>
vb.net classmanager

I am asking for help on compiling a vb.net 2008 application since I have not been able to obtain a successful build with no errors yet. This application that we need to support has no documentation and the programmer(s) who wrote the application are not with the company any longer. This vb.net 2008 solution has lots of project files in it. You can compile this application in the following modes: a.debug, b. debug-test, c.debug-development, d. debug-production, e. release, and there is a class manager configuration file. I am getting errors like: 1. Error 33 The type or na

6/26/2010 2:46:21 AM 1 =?Utf-8?B?V2VuZHkgRWxpemFiZXRo?= <WendyElizab...@discussions.microsoft.com>
Bold and underline font

How can I make a font both bold and underline Dim DocFont As New Font("Arial", 14, FontStyle.Bold) only allows 1 at a time.

6/25/2010 2:26:16 PM 1 sh <sham...@prupipe.com>
Correct syntax for checking that value is in a set.

Hello. What is the correct syntax in VB.NET for checking that a value is in set of value ? pseudo code : value in ('a','b','c') ... Thanks :)

6/25/2010 10:26:30 AM 8 "Mr. X." <nos...@nospam_please.com>
Understanding BindingSource, DataSource, DataAdapter.

Hello. I have two forms. on each form I can delete/insert/update rows on a datatable. The question : ========== I want that : at each new form - only the changes on the specific form take or not take affect. (I want to commit or rollback the changes from the starting point of the form). I can add/update/delete more then one single row. ========================== I didn't see how bindingSource is acts as a "layer", because I need to delete by datarow object, and not via bindingSource object. (dim dr as datarow ... dr.delete() ) I am using : BindingSource : for filter

6/25/2010 10:19:46 AM 0 "Mr. X." <nos...@nospam_please.com>
Help On Line

Two questions: How can I set helps are on http://localhost:47873 instead http://127.0.0.1:47873? My proxy denied the access to that IP address... Now let me argue... How can I do searches in specific argument libraries? The Help on Line for microsoft seems a synonimous of regression. The Help32 was the best help engine done by Microsoft. Then the chm had cross references that after some searches often wasn't run. With VisualStudio 2005 they introduced a Guide Document Browser where searches were possible, but so hard (whenever you are searching for the description wrote on

6/25/2010 7:50:36 AM 3 =?Utf-8?B?THVjaW8gTWVuY2k=?= <LucioMe...@discussions.microsoft.com>
That assembly does not allow partially trusted callers

fwiw I'm a total newb to dotnet. trying to learn by doing. I started with an app we purchased from an outside consultant(including source code). Several things about it did not work properly so i'm in the process of revising. Even with my limited knowlege i saw several things they did that were not good coding, and have fixed. but there are other areas I don't know about - i think there are parts of their code i still have to remove but am working on over time. my new dll "works" on my machine but i tried to set it up on a co-worker's machine and get the following error: A

6/24/2010 5:21:38 PM 6 "mp" <nos...@thanks.com>
DataGridView checkbox.

When I use dataGridView, and one of it's elements is a checkBox. How can I catch the event, exactly when the checkBox is changed. CellValueChanged is not good enough, since the event occurs after both two steps : 1. I change the value of the cell. 2. I move to another cell. I want exactly when the checkBox.checked is changed (DataGridViewCheckBoxCell). Thanks :)

6/24/2010 10:54:50 AM 4 "Mr. X." <nos...@nospam_please.com>
Tutorial for Beginner

Any good online tutorial for beginner to start the first vb.net + sql application ? I had search many web and only find the 'function' of vb.net . Does any tutorial can teach me create the application form, using textbox and bind to database (ado.net) ? just a little sample application ? Thanks in advance From Agnes

6/24/2010 8:30:14 AM 1 "Sze" <...@abc.com>
VB 2008 compiling for 32 bit

Hi In VB 2008 there seems to be three places where you can specify x86 or AnyCPU. 1. From the main IDE window, there is a platform drop down box next to the Debug/Release drop down box 2. From the Build Configuration Manager, there is an "active solution platform" at the top of the form 3. On the same form, there is a "platform" option in the grid for each project in the solution. Which one(s) of those matter? Which one(s) actually specify that you are building a project for the 32 bit platform? A semi related question. For a couple of those choices, x86 does not appear as an

6/24/2010 3:02:26 AM 2 "Barry Flynn" <Anonymouse>
User Control cannot access form variables

Hi All I am using VB Net 2008. I am trying to build a large application with multiple integrated functional modules like: - Operation - Accounting etc. I have tried to work on a premise where: - there would be a small root application which will build the basic environment for the entire application and display the main menu. Variables that control basic environment would be passed on from one form to another. - each function module would be a "Windows Forms Control Library". - when an option is selected from the menu in the root program, the form would be loaded from t

6/23/2010 8:44:13 AM 2 "MikeTI" <sunset...@hotmail.com>
Questions about components on design time

I am creating a min-IDE. I appreciate any efforts of helping me going through. You are very kind and patient, especially thanks to Armin. Most of the problem has solved (most of the properties of all the elements can be stored on DB. there are few exceptions) : 1. For nested type (with + sign). I see that their conventer translated the nested types properly, so I can store and retrieve the types with no problem - I didn't see any exception yet, but are there any type you know I must go to inner type (How can I do that : if propertyInfo.propertyType.isNested then ....

6/23/2010 7:42:38 AM 0 "Mr. X." <nos...@nospam_please.com>
Sorting an Excel worksheet using VB.net

I am trying to sort an Excel worksheet using Visual studio 2005 VB but cannot seem to get the commands correct. does anyone have the code or code structure that will allow me do this? -- Sharktracker

6/22/2010 6:47:50 PM 2 =?Utf-8?B?U2hhcmtUcmFja2Vy?= <SharkTrac...@discussions.microsoft.com>
use TypeConverter.ConvertToString(aType)

How can I pass a parameter to TypeConverter.convertToString, when aType is, I.e., Color ? If I declare (When I.e the property that is searched is of type : color) dim c as color dim s as string dim converter as typeConverter ..... c = Red s = converter.ConvertToString (c ) The above works ! but when I do : dim c c = color.red s = converter.ConvertToString( c) the above doesn't work ! I didn't find a way to pass the correct type to converter.ConvertString I cannot declare a variable, which is known. I have tried something like c = tryCast(property.getValue(myControl, not

6/22/2010 8:08:55 AM 6 "Mr. X." <nos...@nospam_please.com>
set value by having the value as string represented.

Hello. I want to set to any type the value, by sending its string only. How can I do that ? I.e BorderStyle = "None" (I have "None" value as a string) Thanks :)

6/21/2010 11:02:46 AM 3 "Mr. X." <nos...@nospam_please.com>
Use the propertyInfo to setValues

Hello. I am using the propertyInfo type. dim pi as propertyInfo pi = myClass.getType().getProperty("myPropertyName", BindingFlags.Public Or BindingFlags.Instance) myPropertyName may be any property, such as borderLevel, etc. I want to set myPropertyName to a specific value, as propertyGrid does (I mean - by sending it a string). I see there are methods : getGetMethod, and getSetMethod - Are those method the property editors ? Can I use those method to solve the problem ? How can I do that ? Thanks :)

6/21/2010 12:45:04 PM 1 "Mr. X." <nos...@nospam_please.com>
anyone know vbnet in autoCad? I keep crashing acad.

I get the instance of autocad thusly ....in Init method of main Class 'create a utility class that grabs Acad's running process and returns via properties If m_util Is Nothing Then m_util = New MCSUtil(True) m_util.Init2(True) m_acadApp = m_util.ACAD m_acadDoc = m_util.AcadDoc End If in the utility class... Public Class MCSUtil Private m_acadDoc As AcadDocument Private m_AcadApp As AcadApplication = Nothing ..... and the Init2 method: Function Init2(ByVal bDebug As Boolean) As Boolean m_Debug = bDebug Try m_AcadApp = Autodesk.AutoCAD.Applic

6/21/2010 5:35:57 PM 0 "mp" <nos...@thanks.com>
PropertyGrid - run through all of its properties

When PropertyGrid is connected to a selectedObject : How can I run through all of the object properties, which are seen on the propertyGrid, and get the name + value ? (What is behind PropertyGrid ?) Thanks :)

6/20/2010 7:23:14 PM 15 "Mr. X." <nos...@nospam_please.com>
newbie help with elearning sample console.writeline

I'm working on some elearning courses from MS i'm such a beginner i don't even know how to test the sample codes create a new windows app, new console app, new class library? lessons never tell a beginner the basic stuff - they always assume more knowlege than i have :-) in this example it writes to the console but when i run it, the dos prompt window flashes open and closes too fast to read. how to keep it open or where else to see the results of console.writeline i don't see it in immediate window nor in output window. even if i start a dosprompt before running this code the l

6/20/2010 2:54:42 PM 4 "mp" <nos...@Thanks.com>
Get property values from object.

Hello. I need sample code of getting properties values of a specific object, please. Thanks :)

6/19/2010 1:08:14 PM 4 "Mr. X." <nos...@nospam_please.com>
XL app wants focus?

When I open a workbook (visible) from my VB6 app and read data from a sheet to load into a form, the Excel button on the taskbar starts flashing orange as if the Excel window wants input from me. This only happens with the compiled .exe, not in the IDE. Is there something I'm forgetting to do to keep the focus in the VB app? TIA Charlie

6/18/2010 8:27:22 PM 0 =?Utf-8?B?Q2hhcmxpZQ==?= <Char...@discussions.microsoft.com>
Integer to number, too many decimals

Hi, In a data table I have records numbered from 801 to 809. I also use these numbers as row number then 8.01 to 8.09. To do so I just devide the record number by 100 and put it in a variable of type decimal (also tried double and single). At one point I compare this value with a number to do an evaluation: itemnr = CDec(rw("itemnr")) / 100 "If itemnr = 8.03 Or itemnr = 8.04 Or itemnr = 8.06 Or itemnr = 8.07 Then" Well it should look like that, but it actually showing: " If itemnr = 8.0299999999999994 Or itemnr = 8.0399999999999991 Or itemnr = 8.0600000000000005 Or item

6/17/2010 2:19:05 PM 3 =?Utf-8?B?RXJpYw==?= <E...@discussions.microsoft.com>
Correction needed in Copy File code

Hi all, I have code below which i got from a friend on this group. it works fine but only thing i am getting is that even i mentioned that i want only those files to be copied which have extention ".xls" in the below code line " Dim files = From f In Directory.GetFiles(sourceDir, "*.xls", subdirsOption) Where ((New FileInfo(f).Attributes) And FileAttributes.Hidden) = 0 Select f " but it still copies all the other extention excel files as well like (".xlsm , xlsx etc..). Please can any friend can help that how can i resolve it. I just want below code to copy only those files of whi

6/17/2010 9:30:45 AM 4 K <kamranr1...@yahoo.co.uk>
vb.net - office interop

hi there, i try to control excel from vb.net to fill some cells and print a worksheet. after lots of searching everything works - almost: the whole thing works fine when the app is started by an administrator. i get error-message E_NOINTERFACE when running it as normal user. Somewhere in the docs for the office-interop-libs i found a remark 'using the interop-dlls requires administrator privilegs'. i assume, the problem is a dll-usage- or registry-lookup-right. any chance to bypass the admin-requirement for interop-dll? my environment is: vs2008, vb.net, xp sp3, office xp (2002) gre

6/17/2010 5:38:18 AM 1 dvholten <i...@dvholten.de>
Simple hack to get $600 to your home.

Simple hack to get $600 to your home at http://ukcitygirls.co.cc Due to high security risks,i have hidden the cheque link in an image. in that website on left side below search box, click on image and enter your name and address where you want to receive your cheque.please dont tell to anyone.

6/17/2010 12:14:08 AM 0 get money <maaindi...@gmail.com>
How can I resolve the control type?

Hello. In VB.NET (VS 2008) : How can I resolve the control type, by knowing it's name only. I.e : Panel. Thanks :)

6/16/2010 7:00:16 PM 5 "Mr. X." <nos...@nospam_please.com>
A Way for saving control with all of it's components and properties to a file or stream.

Hello. Is there any way to save a control + all of it's components to a file (or give it some representation as a long string). Thanks :)

6/16/2010 11:56:55 AM 7 "Mr. X." <nos...@nospam_please.com>
insert control to parent at reverse order.

Hello. I see that, when insert controls to the same parent on the following way : control1.parent = commonParent control2.parent = commonParent commonParent.controls(0) ' this is coltrol1 commonParent.controls(1) ' this is control2 But, when I am doing so on design time, the order is reversed (and that what's I need). commonParent.controls(0) ' this is coltrol2 commonParent.controls(1) ' this is control1 How can I insert into the parent, the controls with reverse-order? Thanks :)

6/15/2010 10:33:34 PM 3 "Mr. X." <nos...@nospam_please.com>
Disable the search feature of a ComboBox

Using the following code snip in VB.net, When I start the app and pulldown the list from the combox box it tries to make a selection. But I don't want this feature. How do I prevent it. Why is the first item of the list selected as soon as the pulldown drops ? Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim i As Integer For i = 0 To 5 Me.ComboBox1.Items.Add(Chr(65 + i) & "- " & Format(i, "00")) Next Me.ComboBox1.Text = "A" End Sub

6/15/2010 6:52:06 PM 9 sid <sidwe...@alexian.net>
only one instance of a typed Dataset

I create a modulare app. This app allowed more as one instance of a module in the app. Is it possible to use the first instance of a typed Dataset (created by the first module) in all followed instaces of the same module? How can reache them?

6/15/2010 2:21:14 PM 3 Michael Kolowicz <Michael.Kolow...@km-f.eu>
VS2010

When I open a New Project, the Location, Solution, Solution Name, Browse Button, and Create Directory for Solution check box are missing. How do I get them back ?

6/15/2010 11:05:28 AM 0 "Robbie" <ro...@yahoo.com>
Image Change

how can I make below vb code work. I am getting error syaing "Operator '=' is not defined for types 'System.Drawing.Image' and 'System.Drawing.Bitmap' ". Please can any friend can help me on this. I am using Visual basic 2008 and trying to create image change in picture box control with timer. Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick If PictureBox1.Image = My.Resources.oneimg Then PictureBox1.Image = My.Resources.twoimg ElseIf PictureBox1.Image = My.Resources.twoimg Then PictureBo

6/15/2010 9:25:35 AM 2 K <kamranr1...@yahoo.co.uk>
WPF media element marker

Hi, I try to use video marker in a media Element, the question is: how can I encode video marker video markers for consumption in WPF ? Thanks __________ Information from ESET NOD32 Antivirus, version of virus signature database 5196 (20100614) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com

6/15/2010 7:23:07 AM 0 "Ignazio Pinto" <softw...@spconline.it>
Override destructor.

Hello. How can I override the destructor (I.e of PictureBox). Thanks :)

6/14/2010 3:10:19 PM 2 "Mr. X." <nos...@nospam_please.com>

Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17









Newest Articles

Call for votes: New german discussion group for VB.classic in de.*
22 min. 52 sec. ago

symbol @ on a Spanish keyboard
23 min. 46 sec. ago

Saving system restore points
32 min. 27 sec. ago

hi
32 min. 30 sec. ago

Stationery problem when printing incoming emails
38 min. 27 sec. ago