Home All Groups Group Topic Search About

Score VB6 versus VBNet Challenge
Mike Williams - 28 Nov 2007 9:05 AM - 22 messages
Come on, Michael C. I finished my VB6 "Invert Bitmap Challenge" code hours ago and I told you that I had done so. What's holding you up? Are you still waiting for VB.Net to load? By the way, I've taken the liberty of starting a new thread for this ...
Score Change ICON automatically at build time
PeterD - 29 Nov 2007 4:18 PM - 6 messages
OK, I've an application that produces two executables based on a compile (build) time setting. I use conditionals to control things like string values, etc. (Think of this as a multi-language application--it isn't but that model works). ...
Score The inaugural VB6 vs dot net test
Michael C - 29 Nov 2007 10:52 AM - 11 messages
For everyone who hasn't been following the other exciting thread this was the challenge. A comparison between the speed of VB6 and dot net. The challenge is to invert every pixel of a bitmap pixel by pixel. The bitmap ...
Score How to copy only the contents of a picturebox?
DORI - 29 Nov 2007 7:25 PM - 6 messages
Dear All, I am copying the contents of a picturebox in bitmap format to the hard drive. It is working great but sometimes the users open other forms or toolboxes which may be on top of the picturebox and when they save the ...
Score calling a window service function?
someone - 29 Nov 2007 7:24 PM - 6 messages
Hi, is it possible to call a window service public service from a vb application and get the result? Thasnks. ...
Score Compiled support beyond April 2008
Tom Porterfield - 28 Nov 2007 9:50 PM - 11 messages
My apologies if this has already been asked/answered but a search didn't turn up anything specifically to what I have been asked. I understand that he VB6 IDE will no longer be supported beyond April of 2008.  The runtime will be supported with the version of Windows that it ...
Score I used to use VB but...
david.smith - 20 Nov 2007 7:34 PM - 243 messages
Then I realised I didn't need to. Happy Days! ...
Score Getting Pictures from Image list into PictureBox
Gary Pollard - 29 Nov 2007 3:05 PM - 4 messages
I have a control array with 37 picture boxes and an image list loaded with jpg picture. How do I load the pictures from the image list  into the picture boxes - everything I have tried fails. I intend to use a random number for the index so each time they load the ...
Score Error 91 after compiling but not during runtime
Co - 29 Nov 2007 11:42 AM - 5 messages
Hi All, I have created a VB program which opens a DAO database and recordset. When I use the program in runtime there is no problem but when I compile the program and try to run if again I'm getting the error 91 Object ...
Score IE Add-ons?
Karl E. Peterson - 28 Nov 2007 5:41 PM - 14 messages
Hi Folks - Anyone here ever done an IE add-on with Classic VB?  Know of any resources out there?  I have someone asking if I'm interested in doing one, and I'm worried it's a potential ...
Score Help with Help files ?
Martin - 29 Nov 2007 4:23 PM - 5 messages
I have the Oct 2001 edition of MSDN installed on my computer such that when I click on Help in VB6 it reacts. However, as I'm paging down through some subject, it often prompts me to insert CD #2 or CD #3. If ...
Score Knowing which user logged on
Joe Saliba - 27 Nov 2007 3:08 PM - 8 messages
is it possible to know which user and which groupe he belongs who's logged on a domain thru active directory ??? thank u for ur help. *** Sent via Developersdex [link] *** ...
Score How to break If statement
hon123456 - 29 Nov 2007 8:02 AM - 3 messages
Dear all,           I have if Statement as follows.       IF a < B Then                if C < D then break if ...
Score Different focus.
Bert van den Dongen - 9 Nov 2007 7:19 PM - 8 messages
Hi All. This week I ran into a very strange thing. I used my laptop with a customer of mine to make sure that in a certain form the focus would be in the first textbox, so I set the TabStop to True and the TabIndex to 0. ...
Score Gridview and Dropdown - binding?
Danny - 28 Nov 2007 2:50 PM - 3 messages
Hi Group, I am working on a simple user administration system based on VB ASP.NET and an Access database. The database contains the folowing data: Users: UserID, f_UserTypeID, Name, Email 1, 1, Pat, p**@someunknownemail.com 2, 1, Joe, j**@someunknownemail.com ...
Score webform control placement
radiolandog - 26 Nov 2007 5:48 PM - 4 messages
I am struggling with positioning web form controls.  It was suggested that I place a table on the page - but it seems that the controls are positioned independent from the table. What practices will work?  What should I avoid? ...
Score DataList - How to programmatically add a separator row
Tony_VBACoder - 20 Nov 2007 2:27 AM - 3 messages
With ASP.NET 2.0 VB.NET, how do I: I have a multi-column (4 columns) DataList control on my WebForm that displays sports teams for our league.  The data is grouped by Division Names where there are 4 teams per Division.  When the data is displayed on the Web ...
Score Gridview error handling
Arne Garvander - 12 Nov 2007 10:37 PM - 6 messages
I have a gridview control that is updateable. One of the data elements is date, which is very easy to misstype. An invalid date will throw an error. Is there a way to handle that error in a neat and clean manner? ...
Score menu control inside a gridview
Eps - 13 Nov 2007 6:56 PM - 4 messages
Has anyone have any experience of doing this ? I want a small menu on each row with a few options, I have tried it and it seems to work great at first but after clicking on a menu item and ...
Score Retrieving values from dynamically added controls
Nathan Sokalski - 9 Sep 2007 3:23 AM - 8 messages
I have a custom control that I wrote (I inherit from System.Web.UI.WebControls.CompositeControl). I dynamically add this control to my Page, but I was told that dynamically added controls do not survive postback. This seems to be true. However, this seems to make dynamically ...
Score GridView is making two of each column
Nathan Sokalski - 14 Nov 2007 5:57 PM - 4 messages
I have a GridView control with three columns, all BoundField columns. They all have a HeaderText and DataField property set, and the third one has a DataFormatString property as well. When I run my code, the GridView displays two sets of columns. The first set looks exactly as I would expect. The ...
Score Using a Forms authentication in a shared hosting environment
JEFF - 9 Nov 2007 10:54 PM - 5 messages
I am using a logon control in a shared hosting environment.  When I do I get the following run time error:     The SSE Provider did not find the database file specified in the connection string. At the configured trust     level (below High trust ...
Score Best way to do this ?
Anonymous - 12 Nov 2007 7:27 AM - 3 messages
I have a distributed N-tier C++ application that I want to make available online. Because of the architecture, I should be *in theory* be able to replace the presentation tier from the current one to web pages. However, I am not sure what the best way to do this is - since the GUI ...
Score RadioButton and CheckBox Controls: Where is the value attribute?
Nathan Sokalski - 10 Nov 2007 6:59 PM - 2 messages
In the RadioButton and CheckBox controls, there is no Value attribute. The html <input> tag has a value attribute, which is used by both type="radio" and type="checkbox". The RadioButtonList and CheckBoxList controls have SelectedValue properties (I realize that the RadioButtonList uses the ...
Score Paint in ASP.NET
Jurjen de Groot - 2 Nov 2007 9:30 AM - 6 messages
Hi, I'm looking for an ASP.NET control in wich I can let my users create a simple drawing, some lines, rectangles. Anyone know of such a control ? TIA, Jurjen ...
Score X-MicrosoftAjax header being stripped out by firewalls
Chris Chamberlain - 25 Sep 2007 2:21 PM - 4 messages
Hi, I am using the ms ajax library with an update panel in a user web control. The update panel contains two linked dropdownlists whose contents are modified (on autopostback) depending on the selection in eachother. This also modifies the imageurl of an image control, also in the same update ...
Score Sharing a Validator
Nathan Sokalski - 2 Nov 2007 9:38 PM - 4 messages
I have a form that contains a number of fields, all of which have validators. There are two submit buttons, one to update a record and one to add a record. Because the only difference in validation is to make sure ...
Score Generated JavaScript vs. Manually Created JavaScript: Which one comes first?
Nathan Sokalski - 7 Nov 2007 12:57 AM - 5 messages
There are many cases in which I want to use the same event for manually added JavaScript as one that is used for generated JavaScript. For example, when I set the AutoPostBack property of a TextBox to True, the JavaScript ...
Score Intercepting DropDownList Selected Value when not in list of Items
WJB - 31 Oct 2007 12:22 AM - 3 messages
I'm using a FormView with a number of DropDownList controls that are bound to SqlDataSources. Sometimes, the current contents of the bound fields are invalid (i.e. not in the list of items retrieved from the data source used as ...
Score Reportviewer Local Mode
Madison - 5 Oct 2007 3:39 PM - 19 messages
Hi there, I'm working with web site project using vs 2005. I wonder should I use reportviewer local mode to write all my reports. What is advanced / disadvanced of it? I have 3-4 books about asp.net but nothing mention about ...
Score Script Control.value method
john - 2 Nov 2007 7:43 PM - 3 messages
I read that this method: <script type="text/javascript" language="javascript">   alert($get('<%= CheckTxt.ClientID%>').value) </script> Can be used instead of: alert(document.getElementById("TabContainer1_TabPanel5_FormView8_CheckTxt").value) But I receive a CheckTxt not Declared error, any suggestion as to how to ...
Score PostBackTrigger for Ajax cannot find FormView Button
john - 23 Oct 2007 7:59 AM - 7 messages
This Error on page load attempt: A control with ID 'AttachButton' could not be found for the trigger in UpdatePanel 'UpdatePanel1'. Condition: File Upload Control inside of and Ajax UpdatePanel, which is inside of a FormView Insert Template. File Upload Control needs this Trigger ...
Score OnServerValidate handler - how to know which CustomValidator is using it ?
northof40 - 26 Oct 2007 7:01 AM - 4 messages
Hi - I have set up a number of CustomValidators all of which specify the same method as on their 'OnServerValidate' property. Within the method handling the custom validation how can I determine which CustomValidator is calling ? I would like to modify the error message dynamically but without ...
Score Getting event when asp:checkboxfield is clicked
David Ching - 1 Nov 2007 11:26 PM - 2 messages
Hello, I have a DetailsView with a <asp:checkboxfield> in it.  Here's the abbreviated definition:   <asp:DetailsView runat="server" id="DetailsView1"     OnItemCommand="DetailsView1_OnItemCommand">     <Fields>         <asp:checkboxfield DataField="Contractor1099" ...
Score Display Parameter Results in Report
john - 6 Oct 2007 1:26 PM - 6 messages
Conditions: Web Control: Report Viewer The Report.rdlc Dataset query has 2 Date Parameters @Start & @End. In the Report viewers ObjectDataSource: Configuration, I have them set them to 2 Textbox controls. Report works as expected. What I would like is to have those two Enter Dates Displayed in the Reports ...
Score localized asp:label w/nested control bug?
Anson Goldade - 30 Oct 2007 4:08 PM - 5 messages
I think I may have run into an issue with the asp.net lable control.  Take the following code       <asp:label runat="server" id="txtTextLabel" associatedcontrolid="txtText" meta:resourcekey="txtTextLabel">          <asp:textbox runat="server" id="txtText"></asp:textbox> ...
Score RequiredFieldvalidator displays error too early
Preben Zacho - 23 Oct 2007 9:47 PM - 5 messages
Hi there I have a RequiredFieldValidator that displays the text "Required field" for a textbox. The problem is, that the text "Required field" is displayed BEFORE the user presses the button to accept the form. Why does this occure? Must be some setting I've missed, cause in other forms it works as it ...
Score unhandled exception in custom web control (PS:PSGridView)
R.A.M. - 20 Oct 2007 8:04 AM - 3 messages
Hello, I am writing ASP.NET application with will use custom web control PS:PSGridView (insertable grid view) downloaded from [link] My problem is that when user inserts/edits/deletes row in the control, an ...
Score use index on dropdownlist
Sam - 25 Oct 2007 5:53 PM - 2 messages
I got a drop down list, but  when  i try to  selected  an index it dose not work. can someone give me some help? here the code:      Dim dsCountry As New DataSet ...
Score Web Part INterfaces SSRS Deep INtegration and Sharepoint
ezeget.com - 9 Oct 2007 3:58 PM - 5 messages
Have posted this onto SSRS and Sharepoint  groups but maybe will get quicker answer here from you guys. I am looking for the actual interface that will allow me to interface with the SSRS Web Part from the Sharepoint Deep Integration suite. It appears that ...
Score DropDownList in a GridView
BrassicaNigra - 22 Oct 2007 9:40 PM - 2 messages
I have a datagrid that has a dropdownlist in each row.  When a user changes one of these drop down values, the autopostback allows me to handle the event using the OnSelectedIndexChanged event for the drop down.  This works fine, but I cannot find a way to retrieve which row the drop down ...
Score BulletedList Control
KSO - 17 Oct 2007 6:47 PM - 12 messages
I can't get my BulletedList control to work properly ! I wish to change it's displaymode by clicking on a "bulleted list of choices" and her is the click-event: protected void BulletedList1_Click(object sender, BulletedListEventArgs e)     {label1.Text = "Now it should bel " + BulletedList1.Items[e.Index].Text; ...
Score Position of a dynamic table
KSO - 19 Oct 2007 4:28 AM - 3 messages
By C#-code I want to place a table UNDER my last WEB control - witch I placed with the designer. My problem is that the table is inserted in the topleft of the IE window - on top of my other WEB controls. ...
Score How to make to RadioButtonList on the same group
John Dow - 17 Oct 2007 5:05 AM - 4 messages
I have two RadioButtonList that binding two seperate lists.  However, I would like to make them in the same group, which means when one RadioButtonList has any selected item, the other RadioButtonList will have no selected item. Is there any way to do that easily? ...
Score Problem with DataList within DataList
Will - 10 Oct 2007 9:16 PM - 6 messages
Hi Guys - I am having a problem with one my datalist dlProjectCustomFields that is 2 layers deep from my primary dlAccounts datalist.  All my datalists populate with the correct values withou any issues except for the dlProjectCustomFields.  All the data within the ...
Score Griview cells Text Special Characters
john - 12 Oct 2007 9:38 AM - 7 messages
When I get a Gridview Cell contents that has a Special Character in its data such as an & or " it returns it constant &amp; or &quot; instead of the actual Character. Any way to modify this code to get the actual Character as it is displayed ...
Score Login control doesn't function
Pasquale - 5 Oct 2007 2:03 PM - 8 messages
My development team has built a web site in ASP.NET 2.0 with a login page to access to a reserved area. His has used the login control, but the flag to store the data for the next time doesn't function. My team has tried it ...
Score My page is not triggering the RaisePostBackEvent() method
Nathan Sokalski - 11 Oct 2007 5:07 PM - 3 messages
In my *.aspx.vb file, I override the RaisePostBackEvent() method so that I can run code during any postback. I know that a postback is occurring because IsPostBack() returns True, but none of the code in the following is executed: ...
Score Riich Text Control
Jack - 5 Oct 2007 9:18 PM - 4 messages
Does anyone have a good recommendation for an end user friendly rich text control?  The objective is to have the page creation experience much like creating a document in Word with a very simple implementation of inserting images and formatting text. ...
Score Conditional Control / Nested Tags
Sam via DotNetMonster.com - 9 Oct 2007 3:24 AM - 2 messages
I need to create a control that contains two child collections and renders one of them depending on a condition. How can I make it parse "true" and "false" nested tags? I cannot use the standard MultiView control as I do need ...
Score BorderWidth of the control asp:ImageButton does not work in firefox
Christophe Sauvage - 5 Oct 2007 8:44 AM - 2 messages
Hello, Apparently the property BorderWidth of the control asp:ImageButton does not work in firefox there is a solution ? Thank you. Server code : <%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %> <%@ import Namespace="System" %> ...
Score Menu control - width and valign
Leslie - 3 Oct 2007 8:31 PM - 4 messages
I have a customer that is very concerned with having all web sites present standards compliant html. When using the Menu control I have found a couple of problems regarding the width and the valign attributes. When I specify a StaticMenuStyle.Width of 188 the resulting html is ...
Score DropDownList: Accesing the columns values
WhiskeyRomeo - 3 Oct 2007 11:27 PM - 3 messages
I have a ddl bound to a sqldatasource which returns 4 columns.  It is easy to access two of them since one serves as the datavaluefield and the other as the datatextfield.  But how do I access the other columns' values in the ...
Score validation expression for date
Amir Steta - 3 Oct 2007 2:38 PM - 3 messages
I need regular validation expression in order to check entry of date in "european" format i.e. 24.09.2007 . Anybody could help? So far I have simple expression like this (\d{2}\.)(\d{2}\.)(\d{4}) This expression does not prevent entry of 45.23.2006 for example ...
Score AddHandler not working
Nathan Sokalski - 2 Oct 2007 1:38 AM - 16 messages
I have a section of my code that dynamically creates LinkButtons to allow the user to go to the page containing a question they have not answered. The code that creates the LinkButton is called, as well as the AddHandler line ...
Score control that doen't run in an updatepanel
Trapulo - 30 Sep 2007 5:47 PM - 6 messages
I'm trying to run a "captcha" web control. Full control source is available here: [link] It doesn't work if I put it in an UpdatePanel (ASP.NET Ajax), but I cannot ...
Score Escaping the & in Attributes.Add()
Nathan Sokalski - 2 Oct 2007 8:10 PM - 4 messages
I am adding an onmouseover attribute using the Attributes.Add() method, and the String I am using for the value contains the & character. However, when rendered the & is converted to the HTML representation of &amp; which causes ...
Score dg to excel and field format
Trapulo - 17 Sep 2007 2:46 PM - 10 messages
Hello, I wrote a library that wraps a datagrid or a gridview to output data in a format that Excel can open. I stream output as application/vnd.ms-excel. All works well, but the problem is that Excel converts data to numbers, date, time and so on. I will only that it displays ...
Score ObjectDataSource / MultiSelect ListBox
Jay Pondy - 22 Sep 2007 5:40 PM - 2 messages
I have an ObjectDataSource bound to a Details View using a Custom Object. The DetailsView contains a multi-select listbox.  I have been able to get the selected items from the listbox into a string array and pass the array to the ...
Score UpdatePanel and RecreateChildControls
jeljeljel - 20 Sep 2007 5:17 PM - 2 messages
I have a CompositeControl (called SimplePager) that creates an UpdatePanel in its CreateChildControls override.  The CompositeControl uses two LinkButtons to control the forward/backward state.  W/out the use of the UpdatePanel it works just great.  However, as a learning ...
Score RE: FileUpload Control on Mobile Form
Steven Cheng[MSFT] - 31 Aug 2007 4:02 AM - 8 messages
Hi Woodgnome, Are you still focus on this issue? I've just got some new info.  I've discussed with a DEV engineer who has ever worked on a similar issue, here is a workaround for mobile page to use the fileupload control. See the ...
Score I'll buy you a latte....
jim - 16 Sep 2007 11:28 AM - 47 messages
....or the beverage of your choice at your local Starbucks if you can help me find a working code sample in VB.Net 2005 that shows a webpage hosting a webbrowser activex control. OK....it *is* a crazy request.....so make that 2 of your favorite beverages. ...
Score determining what control caused the click event
matthias s - 19 Sep 2007 7:06 PM - 6 messages
Hi there, probably a stupid question but i can't figure it out: I've got a UserControl with a PlaceHolder on it. In my Page_Load I dynamically add a couple of ImageButtons to that PlaceHolder and add an EventHandler for the click-event of each ImageButton (say "Button_Click"). ...
Score Can I embed an IE control in a webpage?
jim - 14 Sep 2007 1:24 PM - 15 messages
OK...Don't ask why - it'll just make ya mad.  It makes me mad just thinking about it.  I swear....if I didn't need this job, I'd tell 'em where to embed their webbrowser control.  But, since I do need it, here are my questions... ...
Score DataGrid ASP.NET 2.0 C#
Mike Gleason jr Couturier - 17 Sep 2007 7:37 PM - 3 messages
Hi, I display a list of users (my SELECT contains the name and the ID of the users) in a DataGrid. The users display fine (single column). On the SelectedIndexChanged event, I want to retreive the user ID. Is there a way to attach the user ID on a particular row ? ...
Score dropdownlist, textbox in datagrid dropdownlist_selectedindexchange event
CindyH - 3 Sep 2007 5:19 PM - 2 messages
Hi I'm using vs.net 2003. I have a dropdownlist inside a datagrid. I would like to be able to select a value from the dropdownlist and then have a textbox which is also inside the datagrid filled with that value. ...
Score Visual Studio 2005 -- Multi-Tabbed Control
Shane Jones - 7 Sep 2007 2:46 PM - 6 messages
I began my .Net training with VS .Net 2000 (version 1.0) -- on the toolbar there is a multi-tabbed control (which allows you to place differing content on each tab, and display content associated with each seperate tab) -- I'm ...
Score Help! SMTP Exception Error in ASP 2.0 Email Form
Bgreer5050 - 11 Sep 2007 8:46 PM - 5 messages
I keep getting the following error on an asp form I have on my site.  I know the smtp settings are correct, because if I take out the user fields (i.e. name, weight and assign a text string in code the email is processed. ...
Score total items in paged output
Trapulo - 31 Aug 2007 10:12 AM - 9 messages
Hello, I've a gridview binded to an objectdataSource. Custom paging is enabled and my objectdataSource is using a SelectCountMethod to retrieve the number of total retrieved rows when it's showing only 25 rows at time (the rows that ...
Score AJAX Modal Popup
SE.Computerguy - 10 Sep 2007 7:24 PM - 5 messages
I am trying to use the AJAX modal popup on a click event from a gridview. Any ideas on implementing this? The AJAX control is looking for a TargetControlID that will trigger the popup but the button field in the grid does not have an ID. ...
Score Dynamically append rows to table
Gorgsenegger - 5 Sep 2007 7:27 AM - 2 messages
Hi all, I have an ASP.Net table to which I want to append a number of rows dynamically, i.e. there is a list of users in the table, and I want to add more users via clicking on a button "Add". ...
Score client retrieval from GridView cell values that are in an UpdatePa
thoward - 31 Aug 2007 9:00 PM - 4 messages
I am working with ASP.NET 2.0 c# and Ajax control (UpdatePanel).  The GridView Control is nested within an updatePanel Control which is populated using the partial post-back method.  I am needing to extract the GridView ...
Score Need to add DLLs at runtime
Victory - 28 Nov 2007 7:12 PM - 6 messages
i want to be able to provide a open file dialog in my app to allow the users to specify a DLL. i want my application to automatically detect the properties, methods, etc. and build a user interface element that ...
Score Re: Arrays. Beginner's question!
Suzy - 28 Nov 2007 6:52 PM - 8 messages
Do I take it from the deafening silence that this method is OK in this case? ...
Score VB Options
Jonathan - 28 Nov 2007 4:09 PM - 6 messages
Hi, In VB6 (SP6), "Options" is missing from the Tools menu. How do I get it? Thanks Jonathan ...
Score break statement equivalent in VB?
Frank Moyles - 28 Nov 2007 8:41 AM - 8 messages
Need to quickly write a test app in VB, and this involves porting some C++ code to VB6. I can't seem to find an equivalent of the break statement - specifically, to allow me to break out of a WHILE loop ...
Score Problem reading Digit Grouping Symbol
Chris - 27 Nov 2007 3:38 PM - 5 messages
I tried to retrieve the digit grouping symbol in MSAccess but unfortunately 3;0 is retrieved instead of comma which is my symbol. Function retrieves decimal symbol and list separator without any problem. I used the code below:   var_char_copied = GetLocaleInfo(LOCALE_USER_DEFAULT, ...
Score text compare takes very long...
Co - 11 Oct 2007 11:36 AM - 22 messages
HI All, I use the LevenshteinDistance function two compare two strings and come back with the number of differences in the strings. For example LevenshteinDistance("Marco", "Co") will return 3. The problem is that the code is very slow. I tried StrComp but that ...
Score Reading a text file from the internet
Rob M - 22 Nov 2007 2:55 AM - 14 messages
Hi all, Does anyone know how to load a text file for input from the internet?  I'm looking for the *internet* equivalent of this: open "c:\Whatever.txt" for input as #1 line input #1, VariableName So, basically what I want to do is this: ...
Score How to find the datatype of a variable?
Karthikeyan Periasamy - 25 Nov 2007 11:13 AM - 39 messages
Can u please tell me to find the datatype of a variable? for ex: dim a , b as integer here b is an integer datatype. a is in which datatype? Thanks in advance, KarthikeyanP ...
Score VB6 printing on Vista
CWYap - 27 Nov 2007 3:36 AM - 3 messages
Hi guys, Below is my vb6 code to print file through network shared printer:     Dim iLPT as integer, iFilePtr as integer, sPrintPath as string, sFile as string     Dim iLoop as integer, lFileSize as long, Maxsize as long, sBuffer as ...
Score Looking for Easy Way to Acomplish this Task.
Kardon Coupé - 27 Nov 2007 10:07 PM - 5 messages
Dear All, I'm looking for a easy way to.... {Start at Root Directory} -{Check Amount of Directories} --{Go into first Directory} ---{Locate file based on file extension} ----{Rename Found file to same name as Directory its within} ---{Return to Root Directory} ...
Score See the $99.00 Sendkeys replacment?
Kevin Provance - 24 Nov 2007 11:05 PM - 19 messages
In light of Karl's recent success (and genius) with the SendKeys replacement, I thought it would be humourous to share this:  Some wiseguy thought he would do the same thing, package it up as an ActiveX DLL and ...
Score Arrays. Beginner's question!
Suzy - 26 Nov 2007 5:25 PM - 26 messages
Dim K(1 to 4) .... K=Array(45,65,23,465) What am I doing wrong please as I get "can't assign" error? ...
Score Automatically fix indentation throughout my code
Christian Blackburn - 13 Nov 2007 6:50 PM - 28 messages
Hi Gang, I have a program I wrote a long time ago and it must have had the indent set to 2, which I've long since learned isn't clear enough.  Is there a way to have it crawl through each module in my project and ...
Score Visual Basic 2008 express - Index property on label
Gazza - 26 Nov 2007 9:42 AM - 12 messages
Hello, I just installed VB 2008 express edition at home and wanted to use an array of labels in my program as I need to show and hide them depending on a random number and this could be done easily using the ...
Score hide/suppress VB6 errors
APSFlorida - 26 Nov 2007 3:19 PM - 13 messages
I need to hide VB6 error dialogs, or better yet send the info to theapp. event log. When VB6 throws these dialogs they end up behind my front most (TOPMOST) window an cannot be seen and make the system appear to be locked up. ...
Score Read File Information
Alastair MacFarlane - 26 Nov 2007 7:07 PM - 9 messages
Dear All, Is it possible to read File information like Author, Subject, Keywords in the File Summary Tab in explorer. I have seen a couple of VB.NET examples and one that uses a file dsofile.dll (I haven't heard of this file)? ...
Score VB6 Interface implemented in a Delphi COM Object
Eric - 23 Nov 2007 12:13 PM - 15 messages
Hi, We have a VB6 app that, according to the doc's, supports COM add-ons. These add-ons are required to implement 2 interfaces (from an object in the VB6 app) and flesh out the interface methods with whatever our ...
Score ADODB Guids
cfps.Christian - 16 Nov 2007 7:26 PM - 8 messages
I'm creating a program that uses the GUID as found in the database to determine what information to display on the page.  I pass in the guid though the url and then I was going to use it to query the database. ...

Developed using NextGeneration, the .NET Code Generator Try AdSense Reporter, the charting tool for AdSense publishers