| Thread | Last Post | Replies |
|
| Setting column widths in a datagrid. | 14 Jan 2005 23:33 GMT | 6 |
I'm trying to set the column widths for a datagrid. You'd think it would be easy. I looked it up in google and the first thing I found looked promising: datagrid1.columns(0).width = 2000
|
| interact with java applet ? | 14 Jan 2005 23:07 GMT | 4 |
how can i set up vb.net to interact with a game i'm playing online ? the game is a java applet. i'm trying to write a program using a winform to assist me with this game.i tried using sendkeys but wouldn't work.i need to have the program automatically click a button for me in the ...
|
| Cannot update the cursor blah, since it is read-only | 14 Jan 2005 22:20 GMT | 1 |
I have a VB.Net web service that access a foxpro database. The web service and the foxpro db are on the same box. One of the methods in that web service tries to update a column in one of the foxpro tables, but I get the error:
|
| Error while writing to the registry... OpenSubKey / SetValue | 14 Jan 2005 21:45 GMT | 2 |
I am working on a VB.Net application and I am getting an error ONLY on the main computer that uses the application. The main computer is on the other coast so of course it would be the one having the problem. The application works fine on the test computers in my office. The ...
|
| File Upload Sem Limite | 14 Jan 2005 21:28 GMT | 1 |
Boas! Estou desenvolver um gestor documental para funcionar numa intranet. Uma das ac??es ? o upload de ficheiros para o servidor. Existe alguma forma de ilimitar o tamanho dos ficheiros no upload.?
|
| TabControl and Sharing Controls on pages | 14 Jan 2005 21:23 GMT | 5 |
I am trying to be able to share a groupbox and its related controls among all of my tab pages. This does not error but the controls do not appear either. Thank you for your help!!
|
| Does VB.NET compiler tell about not used variables? | 14 Jan 2005 21:14 GMT | 6 |
I would like to know if the VB.NET compiler could tell about not used variable? If yes, How do I set it? Or at least display a warning like in c++. Thanks you
|
| What would be Java's URL Class in .NET? | 14 Jan 2005 20:41 GMT | 2 |
Does anybody know what would be the counterpart of Java's URL Class in .NET? Also, does anybody know a good web site or reference book that would give this kind of information (like a dictionary .NET-Java / Java-.NET)? Many thanks.
|
| Help with Type Mismatch | 14 Jan 2005 19:25 GMT | 1 |
I have a form that calls a method within a DLL. By clicking a button on the form, the DLL is instantiated and the SaveOutlookMessage() method invoked. The DLL code copies messages from Outlook to an HTML file. When I execute the EXE, which is only the form, and click the button, ...
|
| Distributing application | 14 Jan 2005 19:18 GMT | 7 |
Hello you all, I have created an application that reads and writes data to a access database. To access the database, I use a System DataSource (Connection string:
|
| Automatically post items to a newsgroup | 14 Jan 2005 19:14 GMT | 1 |
Hello to you all, does any of you have an idea which class I should use to post items to a newsgroup with a VB.net application?
|
| VBCommenter, carriage return | 14 Jan 2005 18:41 GMT | 3 |
In a sumary tag within the vbcommentor xml tag is there a way to insert a carriage return? Sumary line 1 Summary Line 2
|
| Open URL and read page | 14 Jan 2005 18:21 GMT | 2 |
In vb 6 there was a control you could use to open a url, set the time out and read the resulting page. how is this done in VB.Net? Thanks
|
| Not valid namespace | 14 Jan 2005 18:17 GMT | 3 |
I took this snippet from a book I foudn online. Public Class Demo Public Structure ValueDemo Public X As Integer End Structure
|
| Displaying selected columns in a DdataGrid | 14 Jan 2005 18:01 GMT | 4 |
I have a datagrid on my windows form. At design time, I set the DataSource and DataMember. Then I added a TableStyle and set its MappingName to the same value as the DataMember. Finally, I created GridColumnStyle for each 3 columns that I wanted to display. But When I run this ...
|