|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic .NETmicrosoft.public.dotnet.languages.vb
mark.milley@binaryswitch.com -
16 Sep 2006 9:37 PM - 2 messages
Hi all - Okay, here's a question for all you MVPs out there--I'd like to define a default implementation for an interface. While I understand that when you implement a interface, empty routines are created for you (thanks ...
Opa Vito -
16 Sep 2006 9:26 PM - 3 messages
Hello, so far everything goes well in learning VB, at my age :-) But I have a problem ... My program uses a TextBox, readonly, just to display text. Something that bothers me is that there is always a blinking cursor and many times ...
Kittyhawk -
16 Sep 2006 4:29 PM - 17 messages
I would like to sort an Arraylist of objects on multiple properties. For instance, I have a Sort Index property and an ID property (both integers). So, the results of my sort would look like this: sort index, id 1000,1 ...
genojoe -
16 Sep 2006 2:20 PM - 3 messages
I have a VB 2003 project that I have updated to 2005. I notice that MenuItem is being phased out and replaced by ToolStripMenuItem. I want to investigate the new capabilities of this new control because the existing control causes ...
TyBreaker -
16 Sep 2006 12:00 PM - 7 messages
I am using a performance counter to record the "Elapsed (CPU) time" of the "Idle" process. I record the elapsed time, wait 1 second and then record the new elapsed time. The result I get is: before: 175437046.875 ...
Jason -
16 Sep 2006 10:45 AM - 5 messages
Hi all, I am developing a windows application. After the main form is displayed, I want to immediately pop up a message box e.g. MsgBox("Hello"). However, if I place the MsgBox code inside MainForm_Load(,) MyBase.Load, the message box will appear before the display of the main form. ...
jim -
16 Sep 2006 10:41 AM - 2 messages
hi ive been using the tortials 'Beginning Game Development' by Derek Pierson on the sire coding for fun. in the tortials Derek Pierson sayes that his tortial is for vb or c# but when getting to DirectX the the DirectX suport ...
reidarT -
16 Sep 2006 8:55 AM - 2 messages
I have an application (winform vb.net 2005) installed on some computers. There is a connection to an sql server on the companys server. This works OK on all machines except one, where I get the mesage TimeOut on trying to connect to sql server. ...
Bonzol -
16 Sep 2006 7:50 AM - 3 messages
hey there,, using 2005,, making a Website Normally when I code I only have to display certain sections of a datatable, like an item or something. So I just store it in a label. So now my problem is. I need to display the entire datatable which ...
Bonzol -
16 Sep 2006 6:51 AM - 3 messages
Hey there, using VB.NET 2005, Normally when I program I only have to display 1 or 2 results from a datatable, like in a lable or something. I was wondering what are peoples suggestions for displaying the entire datatable, so the amount ...
Muhammad Ahsin Saleem -
16 Sep 2006 4:13 AM - 2 messages
hi i have a problem that in my mdi form when i open a child form in maximized state it has restore control button and i want to disable that button whan the form has opened up so that client can not restore ...
Number 11950 - GPEMC! Replace number with 11950 -
16 Sep 2006 1:09 AM - 3 messages
Shareware & trialware needs to come in a small package so that customers on dialup can access these products as well. In practice, limiting maximum download size is highly desirable with the client base quartering every time the download size is doubled. ...
Ray Cassick (Home) -
16 Sep 2006 1:00 AM - 3 messages
I am planning to run a console based C++ application (I do not have the source for) as a hidden process form my VB.NET application and was wondering if there is a simpler way to get the output of the console application into ...
creator_bob -
16 Sep 2006 12:58 AM - 4 messages
How do I create an array of datarows from a sorted list? I put a bunch of datarows into a sorted list to sort them. Then I got an array of the sorted elements. However, I cannot typecast them. I ...
Elioth -
15 Sep 2006 8:35 PM - 4 messages
Hi, I want to send SNMP Message in VB 2005, How I can do it? Thanks for all help Elioth ...
rowe_newsgroups -
15 Sep 2006 4:58 PM - 3 messages
Hello all, When the user clicks the Restore button on the taskbar, how can I set what size the form restores to? I would like to have it "remember" what the last size was, like most windows apps do. Note - I use a XML config ...
pamelafluente -
15 Sep 2006 4:23 PM - 2 messages
Hi, I have a SortedList "MySortedList". I want to get the KEY, not the VALUE. How can i do that ?? Possibly I want a O(1) operation: If MySortedList.ContainsKey(SomeObject) Then SomeObject_ContainedKey = MySortedList.??what????(SomeObject) ...
Lance -
15 Sep 2006 2:58 PM - 5 messages
Hi all, I'm curious as to the technicalities of why a particular method declaring and calling is faster than the other. The C syntax is: \\\\\ BOOL PathMatchSpec( LPCSTR pszFile, LPCSTR pszSpec ); \\\\\ In VB2005, I'm declaring and then calling an API function as such: ...
cj -
15 Sep 2006 2:10 PM - 5 messages
I thought, apparently incorrectly, CDec("") would result in 0D. Unless someone here can tell me something better it seems in reading my report file I'll have to say something like amount = IIf(line.Substring(20, 11).Trim = Nothing, 0D, ...
eyal -
15 Sep 2006 2:00 PM - 2 messages
Hello I'm getting an error while working with the FS - "The path is too long after being fully qualified. Make sure path is less than 260 characters". I'm looking for a working sample or procedure to handle this issue. The ...
sripriya -
15 Sep 2006 12:43 PM - 3 messages
hi, content in msgbox is not displayed in vb.net.tell me how to rectify this error. ...
Muhammad Ahsin Saleem -
15 Sep 2006 8:39 AM - 3 messages
hi i want to make a login form for my vb.net application. in it login form is displayed in mdi form and must has the focus on it. i have done it but focus on login form is not there user can intaract with the mdi ...
Anil Gupte -
15 Sep 2006 8:10 AM - 6 messages
I am learning how to read and write files. Text files were easy, but binary files have me confused. As per the tutorial, I used BinaryReader to read a file and put the contents into a ByteArray: Dim fsReadStream As New FileStream(MyFileName, FileMode.Open, ...
Laserson -
15 Sep 2006 7:29 AM - 4 messages
Hi all! I want to write an image editing application and can you give me names of .NET components to edit images, something like ImgX. ...
Lars Netzel -
15 Sep 2006 7:28 AM - 4 messages
Hi, I have by reading thru the bytes of a bitmap and added an edge detection filter, created an image with more distinct edges. From this I would like to find a recangle shaped object. How can I determine where in the picture this ...
Miro -
15 Sep 2006 4:40 AM - 3 messages
I will ask the question first then fumble thru trying to explain myself so i dont waste too much of your time. Question / Statement - Every mdb table needs a PrimaryKey ( or maybe an index - i havnt tested the index yet ) so you ...
johnb41 -
15 Sep 2006 3:49 AM - 3 messages
I'm using .NET 2.0. My form is displaying the webbrowser control, which is displaying some HTML text. When printing with webbrowser.print(), my printout includes the header and footer. How can I remove the header and footer from the print out? Can this be ...
Dennis -
15 Sep 2006 12:22 AM - 5 messages
Is there any way to get the memory size for an instance of an object, like in bytes or something like that. I have an UNDO feature on one of my applications and I'd like to be able to display a warning when the UNDO que ...
Bill Nguyen -
14 Sep 2006 11:54 PM - 3 messages
I ran into Excel alphanumeric data column import using ADO.NEt. Upon searching, I found this solution, but it requires edit a registry entry as follow: Hkey_Local_Machine/Software/Microsoft/Jet/4.0/Engines/Excel/TypeGuessRowsThat says how many rows to scan to guess the datatype. The default is 8, but you ...
keith.thornhill -
14 Sep 2006 11:33 PM - 7 messages
hi all, lets say i have a usercontrol which implements a custom interface. like so: ------------------------------------------------- interface IMyInterface sub buttonClick() end interface class MyParentControl protected MyButton as Button end class class MyUserControl inherits MyParentControl ...
cj -
14 Sep 2006 8:53 PM - 10 messages
I'm reading a file line by line using line = StreamReader.ReadLine and normally I Do While Not line = Nothing But, this file has a lot of blank lines. How do I determine if I'm at the end of the file when there are lots of blank lines in the file? ...
Goran Djuranovic -
14 Sep 2006 8:28 PM - 6 messages
Hi all, I have a file system watcher service that works fine on a local hard drive, but will not work across the network. I tried both: mapping the drive and "\\..." path both no luck. I don't receive any errors, it is just that FileSystemWatcher doesn't see any files dropped in the folder. What could be wrong? ...
Søren M. Olesen -
14 Sep 2006 6:45 PM - 5 messages
Hi Is there any way (at all) that an object beign deserialized from a stream can know (or figure out) that it has been created because of a deserialize process rather than by a "normal" object instiantiation ?? TIA Søren ...
Opa Vito -
14 Sep 2006 6:33 PM - 6 messages
Hello, I can't find out how to compose a string from a few variables that can be used to define the location of a file. For example: PictureBox1.Image = System.Drawing.Image.FromFile("pictures\03.jpg") I cannot find how to compose the string from the fact that the picture ...
keith.thornhill -
14 Sep 2006 6:19 PM - 4 messages
hey all, got a problem here using Visual basic .net 2005 i have two pairs of base/derived classes. lets call them Base/Derived and BaseStruct/DerivedStruct. i want to be able to instantiate a DerivedStruct in my Derived class, ...
vighnesh -
14 Sep 2006 5:12 PM - 5 messages
Hi All Is it possible to distribute .NET desktop appliation as "Trial" version ( limiting the usage to certain number of days ) and then for full time usage. Like the commercial softwares , they offer "Trial/Demo" versions and after purchase they work for full time and registered. ...
Rich -
14 Sep 2006 4:50 PM - 8 messages
Hello, I have an SP that inserts data into a sqlserver table. If a condition is not met within the SP after the data has been inserted into the table, the SP will rollback the insert. If I were to write the same procedure as inline sql in a VB2005 app ...
Christopher Brandsdal -
14 Sep 2006 4:49 PM - 2 messages
Hi! Have set up a personal web site with the kit available from visual studio 2005. I use XP on my workstation. When I run the page on my localhost, everything works great! But when I publish it on my webserber(win2k3, sql express, asp2.0) I get an ...
Gabe Matteson -
14 Sep 2006 4:41 PM - 5 messages
I want to be able to find out the names of files that have not been accessed in the past X days... i allow the user to put in the number of days, e.g. show all files that have ...
Dustin Davis -
14 Sep 2006 3:56 PM - 4 messages
Setting up databindings for controls like textboxes and checkboxes is pretty straightforward, but how do you set up a databound radio group? For example, say I have source_type in my database that is an integer. Valid values would be 1 and 2. I want to radio buttons on a form, one ...
pamelafluente -
14 Sep 2006 3:49 PM - 3 messages
Hello, how can I detect when a TreeNode is removed from a treeview. What event should I be watching? -P ...
ryan -
14 Sep 2006 3:34 PM - 3 messages
Hello All: I was looking for some quality resources to learn VB programming. I'm new to programming and new to VB. Any help would be appriciated. Thank you. R ...
Robinson -
14 Sep 2006 3:05 PM - 3 messages
I can start an Asynchronous operation against a data source with SQLCommand.BeginExecuteReader, allowing me to loop, checking for user cancellation before the operation has completed, but how then to cancel the SQLCommand if the user wishes to? The "Cancel" method states: ...
DG -
14 Sep 2006 2:57 PM - 2 messages
HI Every one I am a new member to this group and I want to know how to read a .txt file and copy the first 2 letters of each line in to a column in excel sheet. Thanks In Advance ...
John\ -
14 Sep 2006 2:29 PM - 6 messages
Okay I have been searching the web for a couple of days now and can not seem to find a solution. I have a USB Epson TM-T88III receipt printer with a Cash Drawer connected to it and I can not programmatically kick the drawer out... ...
T Clancey -
14 Sep 2006 2:28 PM - 9 messages
How can I tell if my application is running in the development environment or as an installation in vb net 2003/2005? I used to be able to do this in vb6. Cheers, Tull. ...
Anil Gupte -
14 Sep 2006 2:11 PM - 3 messages
In one application I have used File.Exists and in the other one it will not let me use it. It says: Name 'File' is not declared Same computer, same copy of VS Studio .Net 2003, but different results.... ...
Søren M. Olesen -
14 Sep 2006 1:33 PM - 3 messages
Hi How do I create an instance of an object with an inherited cunstructor?? In the below example, I'm able to create an instance of MyClass2 using the forst two lines of code, however if I try using the next two lines of code ...
Nathaniel -
14 Sep 2006 11:36 AM - 3 messages
I wish to read a value from a game client using API's. How can I do so if the API is not public? Has anyone had any experience in screen scraping? ...
pamelafluente -
14 Sep 2006 11:14 AM - 5 messages
A curiosity. When one can choose the Return (from a function) either StringBuilder (that will be eventually converted to string) or a String, which one would be better to return, in terms of efficiency and good practices. Or it's just the same thing ? ...
B.N.Prabhu -
14 Sep 2006 11:11 AM - 5 messages
Can we Read the text contents from PDF using .net. If possible means what to do. ...
Jason -
14 Sep 2006 11:08 AM - 4 messages
Hi, I am developing .NET 1.1 desktop application, I want to pop up a OpenFileDialog that has a large Width and Height. However, there is no accessible OpenFileDialog.Width and OpenFileDialog.Height or OpenFileDialog.Size to set. So how to change the ...
elliot.stokes -
14 Sep 2006 11:08 AM - 2 messages
I want the user of my application to be able to open up a form and select a time for a certain job to run. Windows uses a sort of NumericUpDown control to do it. Is there any way to implement similar ...
Pieter -
14 Sep 2006 10:33 AM - 2 messages
Hi, My problem: When the cursor is on a given row in the DataGridView, the data in the row has to be shown in TextBoxes underneath the DataGridView. the user must be able to edit in the Datagridview, or in the textboxes. The text in these ...
mesutalturk -
14 Sep 2006 8:42 AM - 3 messages
i need your help some eror when i convert is VBS code to Delphi. thats eror code is = For Each objItem in colItems objItem.AddExtensionFile _ "C:\dene.exe", True, _ ...
Bharathi kumar -
14 Sep 2006 6:38 AM - 4 messages
Hi, Iam working in windows appln using .NET framework 2.0. My application is having several threads running. All threads can call a common method. I have following code in my common method. ...
Miro -
14 Sep 2006 4:16 AM - 6 messages
This qustion is probably for people who have created large apps with subs / or functions that have a lot of parameters and used in a lot of places in ur whole app. ( lets say its ur own library function ) ...
Win -
14 Sep 2006 2:58 AM - 2 messages
as title Thanks ...
lord.tyranus.96 -
14 Sep 2006 12:19 AM - 3 messages
Hi wizards, does somebody know how to read a matlab file with visual basic .net . Thanks in advance. ...
WayneM -
14 Sep 2006 12:10 AM - 2 messages
I have compact framework app that I was trying to test out on a windows form, but I cannot get past the very first step of simply filling a DataGrid from a DataSet. My code is Dim sqlStmt As String = "Select VendorName, StartWeek from InventorySchedule ...
xuts -
13 Sep 2006 11:53 PM - 4 messages
hi any body, how to devide some string like "aaa,bbb,ccc,ddd" to a string array? Is there have any vb function to do that? thanks. ...
Jeff -
13 Sep 2006 11:27 PM - 11 messages
I guess that I should have explained better (I'm stil new with this, so I may not be asking the questions in the best way) Normally, one would use the simple code: if x>y then something end if ...
Kathy -
13 Sep 2006 11:05 PM - 6 messages
I am trying to set a tooltip for a column cell in a data grid as documented in the MS Visual Studio 2005 documentation. I set up a test to match the example exactly including database column, data grid ...
Jeff -
13 Sep 2006 10:02 PM - 9 messages
I'm new to Visual Web 2005 using VB: ....trying to get something like the below to run. Apparently, I need something other than the eval function, but what? Thanks in advance Jeff Dim x As String x = "5 > 4" ...
cj -
13 Sep 2006 9:02 PM - 3 messages
VB2005 I've opened files and read them using r = new io.streamreader("c:\thisfile.txt") line = r.readline Now I see an example where they are doing dim objopenfile as io.filestream = new io.filestream(filename, io.filemode.open, io.fileaccess.read, io.fileshare.read) ...
eric.goforth -
13 Sep 2006 6:06 PM - 3 messages
Hello, I'm trying to make a copy of a .NET dll for testing purposes. I've changed the target of my dll from MyDLL.dll to MyDLLTest.dll. In the AssemblyInfo.vb, I've changed the from: <Assembly: AssemblyDescription("My DLL")> ...
reidarT -
13 Sep 2006 5:47 PM - 2 messages
Are there any examples how to make an SMS application in vb.net? reidarT ...
Holly -
13 Sep 2006 5:34 PM - 3 messages
I have been trying to open a socket into secure unix. I have used the following code and tried with every protocol available in .net but cannot even get passed this line of code due to an incompatibility of ...
samoore33 -
13 Sep 2006 5:29 PM - 8 messages
I am trying to dynamically add items to a listbox or combobox. The items add to either, but when I look through those items, there is nothing there. If I choose an item, it shows up. Not sure why, but the items are not visible in the listbox or combobox ...
zak -
13 Sep 2006 1:01 PM - 5 messages
we have a suite of products that have a number of shared assemblies. During development and support the shared assemblies code will change . I want to control the versioning, so if the code chnages are binary compatable ( i.e interfaces have not changed) then we can retain the same version number for ...
robear -
13 Sep 2006 12:58 PM - 5 messages
A while ago, I found a web page that describe an array of naming conventions when diming a variabe. For instance: tbl for table, str for string, i for integer.. (eg: tblMyTable, strMyString, iMyint, etc) I know there isn't a hard or fast rule of how your variable names ...
JimmyKoolPantz -
13 Sep 2006 11:02 AM - 6 messages
Situation: I am writing a program that opens up a data file (file ext .dbf), imports the information into a dataset. The program also, searches through the dataset for key words ("company names") and then displays all records with company names in a datagridview. ...
Ammu -
13 Sep 2006 10:59 AM - 11 messages
hi everybody! does anyone know how to get a gradient titlebar in vbdotnet app...? pls help. thanks in advance. ...
lgbjr -
13 Sep 2006 10:28 AM - 3 messages
hi All, I'm building the help system for a VB.Net 2005 winform application (some tooltips and a HelpProvider, etc.). For the HelpProvider, there are controls that I would like to have "What's This" support by using the ? button in the ...
Scotty -
13 Sep 2006 10:01 AM - 7 messages
Hi, I need some info How to return the value from the database My combobox Me.cboTypeAdres.Items.Add("Type Adres") Me.cboTypeAdres.Items.Add("Leverancier") Me.cboTypeAdres.Items.Add("Klant") the value in the database = 0 ; 1 or 2 ...
James Wong -
13 Sep 2006 7:42 AM - 10 messages
Hi, I use the RichTextBox in my program. It will use different language in this RichTextBox (chinese and english characters), and it set the "DualFont" and use different fonts. By the way, how can I print out this content to printer easily? ...
Christie -
13 Sep 2006 6:17 AM - 6 messages
My problem is that I am using a compiled HTML helpfile (.chm) for my application help. I have copied the file to the bin directory and the helpprovider component is pointing to the .chm file. The code in the help button that displays the help is as follows: ...
Steven Nagy -
13 Sep 2006 5:02 AM - 6 messages
Hey, take this example code: IIf(Not (SomeRadiolist.SelectedItem Is Nothing), SomeRadiolist.SelectedItem.Value, DBNull.Value) So the idea of this statement was to detect that if there was no selected item then yield DBNull.Value, otherwise return the value of ...
Michael Hesse -
13 Sep 2006 3:29 AM - 2 messages
Hi, I have a C++ DLL that I call from a VB.Net app. I need to call a function from VB in the DLL and get string data back. Any suggestions on how to do this? What kind of parameters do I use on each ...
jamesburkett -
13 Sep 2006 3:16 AM - 9 messages
I'm trying to clear text from a MaskEditBox control. I thought the format to delete it was: 'clear the mask mskName.Mask = "" 'clear the text mskName.Text = "" 'reassign the mask mskName.Mask = "##:## ??" this doesn't seem to work... what am I doing wrong? Thanks. ...
GS -
12 Sep 2006 11:28 PM - 8 messages
in VS .net vb 2005 express, I failed to find the option for leaving out warning in the Errors tab but still leave Warning in the warning tab listing. Can someone give me some hints? thank you for your time and advice ...
David Miller -
12 Sep 2006 9:30 PM - 4 messages
Hello, I have a custom control that fails to display because in the IDE it's looking for some database connections that are not there. The control works fine in the application because the databases are there. Is there some way ...
Ben R. -
12 Sep 2006 9:27 PM - 3 messages
Hi, Not sure if this is possible, but is it possible to late bind to a setting? I want to be able to construct a string and then based on the value of that string, load the setting which goes by that name in my.settings. Anyone know ...
eSolTec, Inc. 501(c)(3) -
12 Sep 2006 9:14 PM - 5 messages
Thank you in advance for any and all assistance. It is greatly appreciated. I am working with Plimus for licensing my software. I can communicate with the server and I'm getting responses in XML. My question is, the XML stream ...
Bonzol -
12 Sep 2006 9:11 PM - 4 messages
Thanx to the help of other memebers on this group i've gotten to where I am however, I seem unable to add the required paramater to my stored procedure my code Dim toreturn As System.Data.DataTable ' Try ...
Marc Miller -
12 Sep 2006 8:00 PM - 2 messages
Hello everyone, First I'll address this as a textfile manipulation question and if there is no answer there, then I'll need to ask it as a vb ADO question. I have a text file that I'm reading into a dataset, then looping thru the ...
Vance the programmer -
12 Sep 2006 7:50 PM - 3 messages
Howdy; Does anyone know how to remove a project from the list on the "Start Page" of Interdev. I was setting up a new employee, and he created the main project in the wrong place. So we moved the files and everthing to the ...
Jacob.Bruxer -
12 Sep 2006 7:25 PM - 5 messages
Hi, I'm pretty new to Visual Basic and was wondering if anyone could give some general advise on how to conserve memory when running a Visual Basic program that I've created. I keep getting a "Win32 exception was ...
vul -
12 Sep 2006 6:24 PM - 6 messages
In VB6 I used to use Immediate Window to get or change values of variables. It is very convenient while debugging. I used drag and drop operation to paste the variable name into Immediate Window. In VB 2005 this approach ...
Kevin -
12 Sep 2006 6:22 PM - 4 messages
I've had my program working just fine in debug mode. Yes, I'm using the MSFlexGrid from VB6. I decided I would try to "Publish" my program for the first time and I get over 60 errors about the AxMSFlexGrid ...
eSolTec, Inc. 501(c)(3) -
12 Sep 2006 6:21 PM - 5 messages
Thank you in advance for any and all assistance. It is greatly appreciated. What is the proper way to add textboxes to a URL so that the the text is part of the URL? is it a "+" sign or the "&" ampersign? ...
Ross Contino -
12 Sep 2006 5:28 PM - 8 messages
Howdy: I am an experienced VB 6.0 database programmer trying to write first VS 2005 application in VB 2005. I want to create an end user defined query and pass it to the program. Specifically, I want to pass a date range, ie: ...
Phil Galey -
12 Sep 2006 5:25 PM - 2 messages
Is it possible to set up a VB.NET form to accept a drag&drop list of files (filenames) from elsewhere on the desktop? Are there any examples of that available? Thanks. ...
Mark -
12 Sep 2006 4:49 PM - 4 messages
Hello, I have a combobox on a dataentry winform. Once a value is selected I can't tab out of the control or change the focus to any other control. Can anyone help me with this. Any help would be greatly appreciated! ...
Ryan -
12 Sep 2006 3:52 PM - 3 messages
I want to be able to view HTML on a form. Is there any controls that will do this? Just a textbox would be great if theres any way to get it to work right. Thanks, Ryan ...
swartzbill2000 -
12 Sep 2006 3:50 PM - 7 messages
If I do this: Dim receiver As New UdpClient() Then the documentation says the system will pick a port. How can I extract the chosen port number from receiver? Bill ...
Fla -
12 Sep 2006 2:35 PM - 4 messages
Hi! I would like a suggestion about a graphic provider for Charts plotting in VBNET. I need to plot charts with more elegant graphic interface than VBNET default one; I also need to interact with the charts I will realize, i.e. plot datas ...
Ryan -
12 Sep 2006 1:52 PM - 7 messages
Is there any way to disable controls without causing them to be greyed out? Such as text boxes, list boxes, etc. Thanks. Ryan ...
Opa Vito -
12 Sep 2006 1:03 PM - 9 messages
Hello, I need to read data from a file the old fashioned way, more or less like in the old days when ini files were used. But to be honest, I can't find anything in the documentations (I'm not English, maybe I just ...
The line endings in the following file are not consistent. Do you want to normalize the line endings
Next » 2 3 4 5 6 7 8 9 10 |
|||||||||||||||||||||||