| DataGrid, how do I create by hand? (7 replies) |
| microsoft.public.dotnet.languages.vb |
| I want to use a datagrid and fill in some rows by hand. (no data source) I am just using it to put in some rows of text. But I need to be able to adjust it. Meaning add and delete rows. Possibly sort it also. I know how to do this in VB6 but not in .NET. Thanks for any advice |
|
| Could not load type System.Web.Configuration.NameValueSectionHandler... (3 replies) |
| microsoft.public.dotnet.languages.vb |
| I have two questions about custom .NET configuration sections. 1. Why doesn't the following example work? 2. I see syntactically how to locate a custom configuration section. (If I could get this to work.) But how do I go about locating the values for individual keys within that section? Thanks for your help. Joe Geretz Web.config: configSections section name "accessList" type "System.Web.Configur... |
|
| How do I read a text file that's in use by another process ? (8 replies) |
| microsoft.public.dotnet.languages.vb |
| Hi i'm creating a program that reads various log files from another program (Find a Drug DC project). The problem is, when I read some of the logs I get the error This process cannot access the file"C:\...." because it is being used by another process Well I know that :) as it's the log files for a constantly running DC program. The code below is what I'm using. Public Shared Function ReadWholeFil... |
|
| How to use listview in VB.NET? (11 replies) |
| microsoft.public.dotnet.languages.vb |
| anybody knows how to get itemid when user clicks to listview (e.g. listview1 doubleclick event) and how to order columns (sorting property) when user clicks to column header? Thx |
|
| DataRepeater Control (3 replies, VIP) |
| microsoft.public.dotnet.languages.vb |
| What is the equivalent of DataRepeater control in VB.NET ? |
|
| Formatting problem (7 replies, VIP) |
| microsoft.public.dotnet.languages.vb |
| I guess I still have not grasped the logic of formatting a simple label or text box. Why would the following not work? I need the resulting label to display currency. lblAmtDue.Text CInt(txtEntries.Text) * 1.5 lblAmtDue.Text.Format("$#,##0.00") |
|
| Building COM+ Object with VB.net (2 replies) |
| microsoft.public.dotnet.languages.vb |
| Hi I have some COM Objects I wrote in VB6 I have recreated them in VB.net but when I go and try to register the dll I get the error "One or more files do not contain components or type libraries. These files cannot be installed." I need to have the object usable by ASP and ASP.net Can someone help? thanks, Anthony |
|
| Button not showing on certain computers! (6 replies, VIP) |
| microsoft.public.dotnet.languages.vb |
| Hi! I have an application that starts witha login form.with two buttons there. A "Point To Database" and a "Log In". After you login you get to the application. In the login form these two buttons are not showing on my customers Computer but it shows fine on all the computers at our company and on my computer home. I'm developing this in Visual Basic .NET 2003 on an XP pro with SP1 and FrameWork 1... |
|
| convert to an array of octet? (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb |
| Dear sir, I am not fully understand the meaning of octet. For example, if I have a string contains unicode data of some Chinese characters, how can I convert it to an array of octet? Thanks in advanced. Kind regards Guoqi Zheng guoqi AT meetholland dot com Http://www.meetholland.com |
|
| Present a HTML file in richtextbox. (3 replies) |
| microsoft.public.dotnet.languages.vb |
| Hi, Is ther anyway I can present a html file on a win form? I have tried richtextbox. However, it can only accept text or richtext file format. I would like to use this feature to, for example, present a html email in a form, may allow user to some editing as well. Any help is higly appreciated! Cheers Larry larry@hohotech.com |
|
| OSQL (4 replies, VIP) |
| microsoft.public.dotnet.languages.vb |
| I would like to use the OSQL utility to run a *.SQL script from my VB.NET application. What is the best way to call osql in the command prompt fashion? Should I use WScript.Shell or is that for VBScript mainly? Any other suggestions? Thanks, Nate |
|
| Shorter Declaration when using For Each (8 replies, VIP) |
| microsoft.public.dotnet.languages.vb |
| Hi, is there a way I can avoid having to declare my variable I use when using a For Each loop? Dim adminuser As String 'I'd like to get rid of this line and just declare it all on the next line For Each adminuser In adminusers If username adminuser Then m admin True End If Next Thanks, Michael |
|
| Printing lines from code (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb |
| In the code section of a winform there are lines that appear that separate each sub routine when viewing with a monitor. I would like these lines to print when the code is printed. Is this possible? |
|
| Converting ListDictionary Keys or Values to an Array (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb |
| I have a ListDictionary, from which I need to get an array of the keys and an array of the values, so I can Join() each to a delimited string. However, the Keys and Values properties are both ICollections. I tried CType to convert Keys to an Array, but it didn't accept it. Is there any way this can be done? Thanks. |
|
| Crazy IDE (13 replies, VIP) |
| microsoft.public.dotnet.languages.vb |
| Hi there, Has anyone experienced the IDE's automatic code formatting and intellisence just turning itself on and off in a seemingly random manor? I thought in the past this was down to lack of system memory, but now I think it might be my version of the IDE. Nick. |
|
| Users and groups Active directory (2 replies) |
| microsoft.public.dotnet.languages.vb |
| In my software I have need to developer one management Users and groups in a domain... Where I can find some example? Thank You |
|
| OT : Getting an EULA template (4 replies) |
| microsoft.public.dotnet.languages.vb |
| Hi all, My appologies if this is off topic but I am after some kind of EULA template for both a demo application, and one that requires a license file (2 separate applications and the demo is not time limited). If anyone knows of any useful resources for this kind of thing I would greatly appreciate a link, cheers in advance! Nick. |
|
| Datagrid Parent/Child Relationship (4 replies) |
| microsoft.public.dotnet.languages.vb |
| I'm trying to comprehend the database features in VB and after tons of reading I'm not sure how do relationships. I want to display a parent column and the respective child columns on one line of a datagrid. For example, Employee table and Employee Details table I'd like to display the employee name and their details on one line of a datagrid, without having to have the "hyperlink" to the employee... |
|
| WebBrowser (2 replies) |
| microsoft.public.dotnet.languages.vb |
| Hi all, I'm using a webbrowser in a windows form and I would like to display word and excel documents without allowing the document to be edited by the user. The navigate method seems not to provide any way to load a document as read only. If you know how to do this, please let me know. Thanks. |
|
| New Google group - Visual Studio Express (3 replies) |
| microsoft.public.dotnet.languages.vb |
| A new Google group has been formed for the purpose of discussing the new Visual Studio Express products. http://groups beta.google.com/group/Visual Studio Express The products are currently in beta testing and include Visual Basic 2005 Express, Visual C# 2005 Express, Visual C 2005 Express, Visual C 2005 Express, Visual J# 2005 Express, Visual Web Dev 2005 Express and SQL Server 2005 Express. They... |
|
| Manipulating Outlook Express Folders (both Mail and News) (4 replies, VIP) |
| microsoft.public.dotnet.languages.vb |
| Hi There! How do I manipulate folders in Outlook Express (Not Outlook)? I need to read messages in the mail folders as well as newsgroups. I've search on the net but all I found is how to send mails using Outlook Express. But what I need is to read messages :P Please provide some pointers to VB.NET or C# example. Thanks all in advance! Mike |
|
| Printing lines from code - Take two (2 replies) |
| microsoft.public.dotnet.languages.vb |
| Sorry. I just noticed that my original message has Microsoft.com as the sender. If someone could answer the question below it would b e helpfu8l. In the code section of a winform there are lines that appear that separate each sub routine when viewing with a monitor. I would like these lines to print when the code is printed. Is this possible? |
|
| Help! (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb |
| I need to use the reseditor.exe to create some resource files, but I only have Visual Basic 2003 Standard Edition. The source files are in C# and every time I try to compile them I get an error msg. Can someone post the compiled Reseditor.exe program. |
|
| datagrid validation (2 replies) |
| microsoft.public.dotnet.languages.vb |
| I have seen articles saying that validating the data a user enters into a datagrid is difficult, because it is not the datagrid itself that does the validation, but rather textboxes that are in the cells. The article then says that it is best to validate the datatable behind the grid using row or column changing events. I have a few questions about this. If I am to use row or column data changing ... |
|
| Add A Simple Sub (4 replies, VIP) |
| microsoft.public.dotnet.languages.vb |
| hi all. in vb6 i choose "tools Add procedure" and then i'd choose if it's a sub/property/function .. how can i do it in vb.net IDE ? (from the menu) thanks. |
|