| Thread | Last Post | Replies |
|
| Problem with Text file filtering | 24 Apr 2007 15:34 GMT | 2 |
I am currently working with a text file and cannot seem to get it to filter right. I am trying to delete every line above a keyword "Recipe" and every line below a keyword. Or just move every line between those key words to a new file. Either way I having
|
| DOS/UNIX/MAC files | 24 Apr 2007 14:41 GMT | 4 |
I would like to know how I can check, prior to opening a textfile, for DOS/UNIX/MAC formatting of the file. Is there a way to do this, or is it impossible? Thx, CoRrRan
|
| strings and input files | 24 Apr 2007 12:49 GMT | 2 |
I have to define a structure for a plain-text input file. It should have some general text fields and a long table of values. These values are grouped by rows and can be integers, floats, strings. Here an example:
|
| binary file transfer | 24 Apr 2007 12:08 GMT | 1 |
need help for binary file transfer over tcp socket . cant generate the correct file . but file size if ok. thanks.
|
| .NET Project Compatability | 24 Apr 2007 11:41 GMT | 8 |
Using VS2005. Are .NET projects written with different languages compatable with each other? In other words, can I reference a VB.NET class library in a C#.NET application and vice-versa?
|
| Getting value from ComboBox into gridview | 24 Apr 2007 08:22 GMT | 1 |
I have a gridview control that displays data from 2 tabels in a sqlserver 2005 database. The table "Temperatures" has a field "LocationID" I populate the gridview with a ObjectDataSource with the following connectionstring Dim selTmpr As String = "SELECT Tmpr.TmprID, Tmpr.TmprName, ...
|
| provider cannot be found | 24 Apr 2007 08:12 GMT | 5 |
I am trying to connect to my Sql Server 2000 database from my VS 2003 program and get the "provider cannot be found" when I try to connect to the database. It sees the Server fine but when I tell it to connect using the Windows NT Integrated Security it gives me the message.
|
| FormClosing and FormClosed ? | 24 Apr 2007 08:02 GMT | 1 |
bonjour does somebody explains to me the difference beetween frm_roman_FormClosing and frm_roman_FormClosed ? Where do i have to call the sub fermer() to be sure nothing remains in
|
| VB.NET 2005 newby question | 24 Apr 2007 07:41 GMT | 5 |
In VB.NET 2003 there is main form's constructor which contains InitializeComponent() call and a placeholder below to put custom initialization code there. But there is no such constructor in VB.NET 2005 code
|
| Variable scope | 24 Apr 2007 02:17 GMT | 3 |
I have a class with a variable employeeID as global variable. I also have a subroutine that uses the same name: Sub GetEmployee(employeeID as String) Get the data
|
| Is the usual Event format the only way to go? | 23 Apr 2007 22:55 GMT | 14 |
Because of a strong recommendation I saw in this NG all my events are of the form: Public Event HeightChanged(ByVal sender As Object, ByVal e As HeightChangeEventArgs)
|
| Parse shortcuts (LNK files)? | 23 Apr 2007 21:50 GMT | 6 |
Is there anyone who knows how to parse a windows shortcut (lnk file) on the start menu? How hard could it be, it is just a few values, like Target file, Icon file... I search for in on Internet for a while, but I did not found anything.
|
| how to use padright and padleft to aligne text in 2 columns ? | 23 Apr 2007 20:47 GMT | 4 |
i try to use padright and padleft to beautify the aspect of my prints. I 'd like the text to be print in two columns but i don't know the size of each string before (because they are randomly generated) I thought that padright complete the lenght of a string to the size noticed ...
|
| Bug in NET Framework 1.1 | 23 Apr 2007 20:13 GMT | 2 |
This is an old bug, I've come to realize, that seems to be behind much of my problem in binding controls to a dataset. I am using the NET Framework 1.1 and trying to edit fields in a child table that has a column expression which references several parent tables. The error I get ...
|
| How to sort a XML file?? | 23 Apr 2007 20:07 GMT | 2 |
I heard of importing your xml doc into a dataset, then sort the dataset and re-populate your xml, but I'm not sure how to code this or is there another way of sorting a XML file? I not familiar with Dataset coding and how that would work.
|