|
code
newsgroups
|
||||||||||||||||||||
|
||||||||||||||||||||
Replace one occurence of string within string at certain position
RB Smissaert -
26 Mar 2009 9:17 PM - 16 messages
Looking for a fast way to replace at a given position a string within another string and it looks the only way is with CopyMemory: Private Declare Sub CopyMemory _ Lib "kernel32" _ ...
Early Date
Bee -
27 Mar 2009 12:33 AM - 4 messages
I am trying to present the user with a date range, From ... To I want to initially supply the earliest date and the latestest date. This I believe to be according to the Help files Dec 30, 1899 12:00:00 AM to Dec 31, 2099 12:00:00 AM ...
Code Runs During Compile
Bee -
26 Mar 2009 11:28 PM - 6 messages
I have a app that contains a usercontrol in the project. The usercontrol is on one form. When I compile it runs the usercontrol code during the writing phase of the compile. What causes this and is there a way to avoid it? ...
Beep Again
Michael Williams -
24 Mar 2009 6:35 PM - 55 messages
Does anybody know if there is anything in the contents of a post that might trigger some sort of automatic rejection (other than my name of course!). The reason I ask is because I have tried five or more times over the past ...
Best practice ASP SQL
ThatsIT.net.au -
21 Mar 2009 11:23 PM - 20 messages
I was wondering about performance implications for 2 ways of creating a collection of objects. Lets say I have 2 classes category and subcategory in the category class I have a function that returns a collection of subcategory objects. what I do here is open a reader to a table in the database with the ...
Specifying property defaults
Nathan Sokalski -
22 Mar 2009 6:39 PM - 10 messages
I need to specify the default value for a property of a custom control I am making. Normally this would be done as follows: Private _myprop As String = "My Default Value" <System.ComponentModel.DefaultValue("My Default Value")> Public Property ...
how to pass the current user with reportviewer control
Marc -
19 Mar 2009 4:55 PM - 4 messages
Dear all I have a asp.net site using the reportviewer control in remote mode. I can display a report with custom credentials by implementing the Microsoft.Reporting.WebForms.IReportServerCredentials interface. But there is only the possibility to impersonate or to read the user from web.config. What ...
LoadControl by type
ame -
2 Mar 2009 11:59 AM - 5 messages
Instead of loading a User Control by filename ----- Control myCtrl= LoadControl( "~/WebUserControl1.ascx"); this.PlaceHolder1.Controls.Add(myCtrl); ---- - which works- how can the User Control be loaded by class name ? I tried ---- Control myCtrl = LoadControl(typeof(WebUserControl1), new Object[]{}); this.PlaceHolder1.Controls.Add(myCtrl); ...
Alternative to asp:MenuControl?
Mark B -
7 Feb 2009 2:29 AM - 8 messages
Can anyone recommend the best alternative the the standard asp.net menu control? I'd like to use it but so far haven't found a simple way to eliminate: [link] ...
Control disappears
Jakob Lithner -
9 Feb 2009 7:47 AM - 9 messages
In my application I have a dynamic set of attributes stored in a separate table. To handle this I created a usercontrol that takes a collection of attributes. The idea is to show all relevant attibutes and make them editable ...
GridView Edit Template Control Style
Morris Neuman -
10 Feb 2009 8:29 PM - 6 messages
Hi, I have a gridview and have set the font size to 8pt and forecolor to navy. When I set the editrowstyle to different values it works for labels in edit template mode, but not for textboxes, dropdownlist or other controls. Do I ...
Page Panels
Morris Neuman -
17 Feb 2009 4:54 AM - 4 messages
Hi, I have a page that has several panels. The user can click on buttons provided in each step, and depending on the button click, one of the panels would be set to visible and the others set to visible = false. ...
Upload Excel Spreadsheet
Morris Neuman -
12 Feb 2009 12:16 AM - 3 messages
Hi, I have a web page that allows a user to select an excel file using the FileUpload Control (BrowseFileToUpload), then using a button's onclick command (ButtonUploadFile_Click), uploads the selected file and saves it using a preset name ("ExcelImportODS-" + u.UserName + ".xls") in a folder on ...
DropDownList Input
Morris Neuman -
3 Feb 2009 1:32 AM - 10 messages
Hi, Currently in a dropdownlist, the input by the user is taken as the first digit entry for the selection. i.e. if the user enters 5 the dropdownlist selection list will first display entries starting with 5, then if the user ...
CustomValidator
Morris Neuman -
3 Feb 2009 1:23 AM - 12 messages
Hi, I have a GridView1 which contains several fields including 2 template fields where one edit template contains TextBox3 and the other contains DropDownList1 with a CustomValidator. They are defined as follows: <asp:TemplateField HeaderText="Notification Type" ...
Edit XML object on web page
Jakob Lithner -
28 Nov 2008 12:36 PM - 7 messages
I have been asked to make a web gui for users entering complex data. The data is really on the form of xml structures that can be partly verified with a schema. But we want the users to have as nice GUI as possible. Right now they are ...
Adapting ReorderList WebControl for rendering dynamic html
Andrew Jocelyn -
5 Jan 2009 4:27 PM - 7 messages
Hi I need to be able to edit and render dynamic html from a custom data source. The rendered output is going to be html form elements for collecting survey style data. The main problem I´m facing is that the data which requires binding has a ...
open a new window with ajax reorder list
Haim -
29 Jan 2009 8:36 AM - 3 messages
I have a web page with the reorderlist web control containing a link button in the item template. The result of the click is dependent upon a radio button selection made prior to the link button click. The user can update a ...
Using the ImageUrl property of the HyperLink control
Nathan Sokalski -
29 Jan 2009 2:24 AM - 4 messages
I have several HyperLink controls on my site in which I use the ImageUrl property to display them as an image. This generates something like the following: <a><img/></a> I would like to specify the height and width of the image, but if I use the ...
Dropdownlist datasource dependency
Morris Neuman -
13 Jan 2009 5:33 AM - 14 messages
Hi, I have a gridview that has 2 dropdownlists. DropDownList 4 is bound to AccessDataSource4. DropDownList2 needs to be bound to a DataSourceID depending on the value of DropDownList4. For example, in insert mode, if the user selects value "Mailboxes" in ...
Check for table
Morris Neuman -
5 Jan 2009 7:08 PM - 24 messages
Hi, How do I check if a table exists in my database? ...
importing from excel to gridview
Morris Neuman -
1 Dec 2008 11:56 PM - 11 messages
Hi, Is there a command on a .net form that can be initiated to import a spreadsheet to a gridview? I would like to have a button on a form that when clicked, a spreadsheet is imported and displayed on a gridview. ...
OnClientClick with confirm doesn't work
Mauricio Pires -
8 Jan 2009 2:00 PM - 4 messages
My GridView has a button with OnClientClick="if (!confirm('Delete?')) return false;" which must deletes a record only if the user click on the OK button of the confirmation window, but if he clicks on the Cancel button the record ...
Email
Morris Neuman -
16 Jan 2009 4:23 AM - 10 messages
Hi, I want to have a function where the user can enter an email address and then send email with a selected file as an attachment. Can you show me any walkthroughs or document where this is done? ...
OnClientClick="javascript:enableValidators(....) error
Morris Neuman -
17 Jan 2009 8:37 PM - 5 messages
Hi, I have a web page which allows users logged in to be able to change their password, their password question and answer and their email address. Though this info is all on one page, I want the user to be able to change just the ...
GridView Hyperlink field
Morris Neuman -
18 Jan 2009 11:03 PM - 4 messages
Hi, I have a GrideView which is bound to a datasourcecontrol. One of the columns is a HyperLink to another web page passing it parameters. This Hyperlink does not show as a hyperlink when viewing the grid. I have this ...
How to deselect item on single select listbox?
rpress -
3 Jan 2006 9:27 PM - 7 messages
In a multi-select listbox one may deselect items, but this does not work in a single select listbox. Has anyone come across a way to do this? (deselect so that no items are selected) Thanks ...
RE: Gridview templaye button control
Allen Chen [MSFT] -
29 Dec 2008 4:49 AM - 4 messages
Hi Morris, How's everything going? I would appreciate it if you could drop me a note to let me know the status of the issue in the thread. If you have any questions or concerns, please feel free to let me know. I am happy to be of assistance. ...
UpdateProgress animated gif freezes in ajax postback
Marc -
30 Dec 2008 8:37 AM - 4 messages
Dear all Scott showed in one of his blogs how easy it is to show a animated gif during async postback in the UpdateProgress Control ([link]). ...
radiobutton click and avoid page refresh
rum23 -
2 Dec 2008 3:29 PM - 4 messages
I have a list of radio buttons on a page like this <asp:UpdatePanel ID="updAuthoptions" runat="server"> <ContentTemplate> ...
Using GetSaveFileName API with VB6
MM -
26 Mar 2009 12:13 AM - 19 messages
In the explanatory notes for GetSaveFileName it is stated: "sDefFileExt is a pointer to a buffer that contains the default extension. GetOpenFileName and GetSaveFileName append this extension to the file name if the user fails to type an extension." Observe that: "if the user fails to type an extension" proviso. ...
URLDownloadToFile API failing due to disclaimer page
Paul Martin -
23 Mar 2009 11:12 PM - 33 messages
[Cross-posted at microsoft.public.vb.winapi] I am using the URLDownloadToFile API to download files from <[link] This fails as there is an interim disclaimer page that appears first, ...
Detecting Control Array VB6
Rick -
20 Mar 2009 3:25 PM - 20 messages
How do I detect when an ActiveX control in a form is part of an Array of controls automátically? For example, in a form I can have one commando button an two textboxes: Command1 Text1(0) Text1(1) ...
ABAP?
Paulo -
26 Mar 2009 2:56 PM - 5 messages
Should I try to be a ABAP programmer? I enrolled on a SAP course... I heard that the salary on this area is very good... Do you know anything? But I dont know what a ERP is, but I'll try. ...
SQL Server Compact Edition with VB6
Frank Rizzo -
25 Mar 2009 6:14 AM - 7 messages
Has anyone actually used SQL Server Compact Edition with VB6? I can't seem to find much useful information. Does it work? Does it support the full subset of OLE DB functionality? I read somewhere that it ...
Why there is a limit of 65,536 bytes when writing to file?
Kathy -
17 Mar 2009 8:42 PM - 51 messages
Hello, I have noticed my log file stopped being updated after the log (text file) reached 65,536 bytes. I store data into log using this code: ============ FileNum = FreeFile ...
Textbox won't scroll
the_tool_man -
26 Mar 2009 2:38 AM - 4 messages
Hi all: I have placed a TextBox control on a form, and would like to add text to its contents over time. I would like to have the text scroll upward as new lines are added. The following sub almost does it: ...
VB6 IDE Find doesn't
Bee -
24 Mar 2009 11:22 PM - 9 messages
Am I the only one who finds that find doesn't. e.g. if I search for .Filter it only finds some of the matches. If I use Use Pattern Matching and I do *.Filter it finds the others. In all cases something proceeds the .Filter e.g. tType.Filter ...
IsVista
Bee -
25 Mar 2009 4:50 PM - 8 messages
I am using this routine to tell if the OS is Vista. But it fails, returning a 5 not 6 in the IDE. VB6 on Vista Ultimate PC. Is there a better way? What am I missing? Should it not be =6 rather than >=? ...
ordered list - sorta
greg -
25 Mar 2009 7:45 PM - 4 messages
Hello, I am looking for the best way to create an ordered list. However as I read in each piece of data, I would like to slide it into an ordered list. By my own logic/rules. Is the simplest way to do this is to use an array and a temporary array? ...
Beep Beep
Lorin -
21 Mar 2009 6:21 PM - 26 messages
What can I do to replace the BEEP Api? VB6 on Vista PC. Want the same kind of frequency control, etc. ...
Rubberband Line with ScrollBar
David -
18 Mar 2009 12:43 AM - 27 messages
I have a rubberband line tool which works well as long as both datapoints are on the picturebox. However if either datapoint is off the picturebox how do i keep the mouse active (holding the line endpoint) and at the ...
Subscript out of range VB 6 on loading a form
david -
24 Mar 2009 1:07 PM - 6 messages
Below is the code that runs when I try to open a form. The message occurs as soon as a control is set on the form. ie if I rem out the line frm.lblID.Caption = "" the error occurs on the line ...
Common Dialog Confusion
Bee -
20 Mar 2009 8:40 PM - 9 messages
Have an old VB6 project that uses ' as CommonDialog' I copied files over to a new project. It comiples fine but does not run. The call to the sub using the 'as CommonDialog' fails and says Type Mismatch So I changed it to as Object, it works, but now no intellisense. ...
Simple timer uses more and more memory
DrewEh -
22 Mar 2009 10:24 PM - 11 messages
Hi Everyone, I'm using Visual Basic 2008 Express to build a (hopefully) very simple form. Problem When timer runs, and interval set to anything above 0, memory useage of the app continues to increase. Scenario Form1 with a Label1, and a Timer1 control. ...
OT: Can cause VB6 an error of this kind?
Tim Pauly -
21 Mar 2009 11:06 PM - 8 messages
I would like to ask if you have ever experienced that VB6 was able to corrupt a file so that Windows gives the error "Access denied. In use by another person or program, etc" when you try to either copy, rename move ...
Value > Long Data Type
David -
17 Mar 2009 2:40 AM - 20 messages
I'm erring because the whole number cumulative total is greater than the long data type. Any suggestions on how to handle in VB? ...
How to make this call from form to control
Faraz Azhar -
16 Mar 2009 2:12 PM - 15 messages
Hello I'm making a control project. This usercontrol connects to internet and downloads some infos. So it shows a plain form showing the progress of downloads. The form doesn't have any code inside. The progress bar on the form is ...
RichTextBox Input
Bee -
20 Mar 2009 11:26 PM - 9 messages
I am trying to get limited rich text into a RichTextbox. i.e. I want to load only a few lines rather than the whole text. Let's say the richtext file is 100,000 lines but I only want to see the ...
Error 440 or 3021
Jim -
19 Mar 2009 10:42 PM - 12 messages
I wonder if someone could look at the following code and tell me what I'm doing wrong. At the line a = rs("ID") after the 19th iteration I get error 440 or 3021. 440 & 3021: Either BOF or EOF is true or the current record has been ...
DOS box
Claus Centrino -
20 Mar 2009 5:12 PM - 4 messages
I'm looking for a way to have a DOS box window as an own child window (not nescessarily a MDI child window) of my application, so that moving and resizing my application will move and resize the DOS box window also. ...
VB skip ADO Connection.Execute statement
hon123456 -
20 Mar 2009 7:10 AM - 3 messages
Dear all, My program is as follows: dim Conn as new ADODB.connection conn.conectionstring =''......" conn.open ...
Differences between VB amd VBA and VBA Education
PSULionRP -
16 Mar 2009 1:13 PM - 39 messages
I am new to this job and will be doing some development in VBA through Access. What are the major differneces between VB and VBA??? Also, Does anyone know of any good VBA courses online through Computer Based Training so that I can get up to speed on the fundamentals of developing VBA ...
Working with unicode string
Jack B. Pollack -
20 Mar 2009 1:48 PM - 9 messages
I have a unicode string that I am reading from a file eg "123" reads in as: 1 zero 2 zero 3 zero I want to use the replace function. There must be an easier way of dealing ...
VB 6 IDE on 64-bit Windows
Howard Kaikow -
18 Mar 2009 6:55 PM - 10 messages
[link] states: "The Visual Basic team is also committed to the Visual Basic 6.0 development environment running on Windows Vista, Windows Server 2008 and Windows 7." However, it also states: ...
ACCURACY of making templates on a printer
Randy Gardner -
18 Mar 2009 6:29 PM - 13 messages
Is it possible to create very accurately dimensioned templates by setting printer properties: height, width, zoom, drawwidth, etc. and printing from VB? I have found that there seem to be some force margin values that I have not been able to over ride in the past. ...
VB .Net General Help
Andy Jones -
20 Mar 2009 1:05 AM - 11 messages
I am new to VB .Net but have a solid understanding of it, however there are two things I am not up to speed on: 1) How to setup security(basic & advanced) on VB .Net Apps 2) How to make apps look & feel professional ...
With .... End With - Speed
Ed -
9 Mar 2009 12:43 AM - 58 messages
Does using With .... End With speed up code any or is just to make programming easier? Thanks, Ed ...
VB App fails when log reaches 65536
CrownMan -
14 Mar 2009 10:08 PM - 28 messages
Greetings, We purchased a VB tool that reads records from SQL Server for reporting purposes, but the tool fails, due to restriction in writing to the log file – which appears that it can only accommodate only 65536 rows only. ...
HOW IS Memory Used by a VB App
David -
14 Mar 2009 3:24 PM - 22 messages
How is memory used by a compiled VB application? For example: 1) Is the entire program (Forms, Module, Classes, DLL;s loaded into memory when the application is initially started? -- OR - 2) Is just the StartUp Form, Modules, and Classes loaded into memory and all ...
Why am I getting Method or data member not found?
MM -
19 Mar 2009 12:59 PM - 4 messages
Here's the code that works: Load IC74xx259(IC74xx259.Ubound + 1) With IC74xx259(IC74xx259.Ubound) .Visible = True .CurrentX = 35 ...
Active X and Vista
tourerukcom -
17 Mar 2009 11:17 PM - 12 messages
Hi I have a active x control which works fine on IE on XP but as soon as i run it under vista on IE 7 the active x control is not installing correctly. I get the Object doesnt support this property or method ...
Application.Quit but Word remains open in Task Manager
Simon Keeling -
15 Mar 2009 9:17 PM - 12 messages
Hello, I have writtwen the following routine, but depsite Word closing it remains open in the Task Manager, and so when AutoExec fires again it will not run befcuase Word is open elsewhere. Is there code that I can use which will truly quite and close Word? ...
List.Contains(searchValue)
John Crews -
15 Mar 2009 4:54 PM - 6 messages
I am trying to get teh List.Contains to work but I am having difficulty. I have a class object: public class exampleList() { public int prop1 {get; set;} public string prop2 {get;set:} } Now in a method in the exampleList class I am retrieving data of this class type and trying to check if the prop1 value exists in the list by using the List.Contains method. ...
ShellExecute to html file in VB.net
Robert Styma -
17 Mar 2009 3:11 PM - 12 messages
I have used SHellExecute from C++ successfully on Visual Studio 6. I am currently using Visual Studio 2008 coding in Visual Basic. All the examples I have tracked down to use ShellExecute to open a file with the appropriate application ...
Error #429 and compactdatabase in VB6
Vanny -
5 Mar 2009 5:25 PM - 8 messages
We get this error message: Error 429 - ActiveX component can't create object -on one of the users machines. According to the error description message this happens while trying to compact Access database. The machine runs xp with office 2003. What possible file related to compactdatabase ...
Help with Binary Compatibility
Al Reid -
13 Mar 2009 6:25 PM - 21 messages
Visual Basic 6 SP 5 I have a DLL project that was compiled in December 2008. At that time a copy of the DLL was put into a "Reference Build" folder and binary compatibility was set in the project properties "components" tab. I needed ...
Fonts
Bee -
13 Mar 2009 3:44 PM - 20 messages
What fonts are universal? e.g. if I want to use Arial or Lucida (monospaced) font, will it be there on all PCs? If a font is not there will it default to some other similar font with the same size and style? ...
How to tell when form has fully loaded
Giles -
17 Mar 2009 10:54 AM - 7 messages
Is there an event that occurs when a VB form has fully loaded and displayed? (like the onload event in javascript) Thanks ...
(OT) false positives on my files
Eduardo -
13 Mar 2009 4:04 AM - 15 messages
OT or not OT, I don't know. Antivirus, malware scanners and Google are driving me crazy. I'm having problems because Google is showing a warning page when the people try to download my products from my site (this is an attacker site, in big ...
Knowing what launched an EXE that used CreateProcess()?
SupaFly -
16 Mar 2009 5:37 PM - 6 messages
It's hard to explain I guess, but maybe that's why it's been difficult for me to find. Basically, I want to try and find out which EXE (or Process ID?) launched my EXE when using CreateProcess(), or in other words, the "parent" process that ...
Internal String Visibility
Lorin -
14 Mar 2009 12:50 AM - 12 messages
I would like to garble a const string so that someone cannot search for and change the string in the .exe easily. Is here an easy way to generate the garbled string outside of the IDE to copy into a const string, then ungarble it in the app when I am about to ...
Reading Stack from VB6
Programmer666 -
26 Feb 2009 2:31 PM - 9 messages
If you have a problem /bug and you want to check the stack how to do that in VB6? Can it be done without writing code? Thanks ...
vb.net executing on
douglas -
14 Mar 2009 2:54 AM - 21 messages
Can Visual Basic.net professional 2005 edition (Visual Studio.Net 2005 professional edition be installed on a Vista Home computer operating system? If so, is there anything) I should be aware of? If not, can you tell me why Visual Basic.net professional 2005 edition ...
NET Required ???
RealInfo -
15 Mar 2009 8:30 PM - 11 messages
Hi all Does every exe file generated by vb 2008 express edition need a NET enviroment instaled on the target computer that this exe runs on it ? The target computer is other then the computer that hosts the VB compiler . ...
My concept for a very basic stripboard layouter in VB6
MM -
10 Mar 2009 3:04 PM - 11 messages
Please take a look at [link] This is an example of using the Visual Basic design environment *as a tool in its own right*. I have set the grid matrix to 144 x 144 twips, which corresponds to a ...
Is it possible to remove 3rd party app icon from systray?
Kathy -
15 Mar 2009 4:35 AM - 8 messages
Hello, I am facing this problem. My app starts the 3rd party app using runas, starting several instances of it. Each instance at startup loads its own icon in the systray, which causes big ...
Should I distribute Winsock?
Kathy -
13 Mar 2009 12:17 AM - 10 messages
Hello, I have assumed that Winsock.ocx is an integral part of Windows, but apparently it is not, I have received this message from the user: Run-time error '339': ...
Can I loop through only SELECTED items in a multi-select FileListBox?
MM -
13 Mar 2009 10:39 AM - 9 messages
At present I'm looping through all files and testing if File1.Selected(i) But if only a few files are selected, that's a lot of redundant testing wasted. It would be much better if I could loop through ONLY the selected ...
PaintPicture
Claus Centrino -
10 Mar 2009 5:36 PM - 12 messages
I'm just playing around copying some pictures from one picturebox into others and back where pictures are laoded by LoadPicture() function and edited by some prints and lines. So far so good, in most cases it works fine as expected. But ...
Copying array elements
Chris D -
11 Mar 2009 9:14 PM - 33 messages
Hi all, In my app, I use an array (one dimension) to store a lot of variables during processing. the number of variables may rise to 100000. Now during that process, I have to pass variables from one range to ...
Convert statements from VB 2008 to 2003?
Frank -
11 Mar 2009 8:59 PM - 7 messages
How do I convert these statements from Visual Basic 2008 to Visual Basic in Visual Studio 2003? Namespace IVSSEventHandlerxx <ProgId("SourceSafe.Changes")> _ <Guid("eeeeeeee-ffff-1111-2222-cccccccccccc")> _ ...
Dynamic function calls
Roland Grothe -
12 Mar 2009 10:36 AM - 7 messages
Hello. I'm anewbie to .Net, but I work with Access and VB6 for quite a while. Following Problem: How can I call a funktion dymacally, something like this Public Function Test1() Returns 1 End Function Public Function Test2() Returns 2 ...
Option buttons become black - no text shown
chris -
11 Mar 2009 2:39 PM - 7 messages
I created an activeX DLL in VB6 with a form having checkboxes & option buttons. When opeing this form (of DLL) in MSAccess 2007, option buttons on frames became black. If I change their style to be Graphical it is ok. ...
Where to store database login information in VB6
IVP -
11 Mar 2009 6:35 PM - 6 messages
I am new to development and I am looking for some pointers. I have a sql 2000 database and a vb6 app although the answer could still apply to sql 2008 and vb.net I suppose. Right now the SQL username and password to connect to the ...
converting from basic to vb6
Viper900 -
12 Mar 2009 1:00 AM - 10 messages
Hi Can someone convert this code to vb6 Please data 153, 150, 102 105,102,150,153,105 for a=1 to4:read var1(a):next for a=1 to4:read var2(a):next some code for a = 1to 12 ...
Visual Basic Express 2008 Custom Error Message
Cass -
12 Mar 2009 5:01 PM - 5 messages
I've programmed an autorun program. I would like to create a custom error message when a person clicks on a button & the file is not in the directory. For example, the code for a button looks like this: ...
Scrollbars on Textbox -- how can I hide them?
Stan Hilliard -
5 Mar 2009 2:04 AM - 13 messages
I have a multiline textbox with V and H scrollbars. The amount of text varies. But the scrollbars are always present whether they are needed or not. How can I hide or make the scrollbars go away when they are ...
Put Date/Time on Right Side of Form.Caption
David -
9 Mar 2009 8:22 PM - 21 messages
I have an MDIForm and want to put Date/Time on Right Side of MDIForm.Caption next to the buttons. Any suggestions? Thanks David ...
Procedure limit for Form?
C Kevin Provance -
10 Mar 2009 9:49 PM - 11 messages
I've got a strange thing going on here. Occasionally I have a form that will not load, kicking back a runtime error 0 in the IDE. Here is the odd part, it triggers on the call to load (or show, it doesn't matter) that form ...
Developed using NextGeneration, the .NET Code Generator Try AdSense Reporter, the charting tool for AdSense publishers |
||||||||||||||||||||