| Thread | Last Post | Replies |
|
| .Net Web Database | 28 Sep 2004 08:29 GMT | 2 |
I am having a hard time trying to create a form that will display an individual record and have the ability to update the inforation. I am unsure how to bind a textbox to my data - most of the examples i have seen use the datagrid and i would like to display the data in a ...
|
| Cross platform | 28 Sep 2004 08:11 GMT | 3 |
I have made a rather large and complex application for Win32. Now it seems that the application should run on other platforms, so I'm looking around a trying to find the best way to do this. The application should run at Linux and Mac as a minimum. Can .net
|
| How to insert Page Break in code | 28 Sep 2004 02:19 GMT | 2 |
How do insert a forced page break to control pagination when I print out the code? This would be someline that is not compiled, only used during code printout. Thanks,
|
| Open default email client from command button click | 27 Sep 2004 21:33 GMT | 2 |
I have a web-based application, located on the Internet, and I'd like to use a command button like a hyperlink. Ideally, I'd like to have the users default mail client be initiated with my application populating the recipient and subject. I have the latter values in variables, I ...
|
| Windows Service, Sharing Data | 27 Sep 2004 20:19 GMT | 2 |
Hey all.... I'm writing an app that needs to send/recieve data from other applications running, I guess you could think of it as a data relay broker between running applications. I had planned on creating a windows service to handle this,
|
| Any good examples on how to set up the new Web Authoring for ASP.NET? | 27 Sep 2004 19:03 GMT | 1 |
FrontPage extensions has long been the standard as the authoring protocal for IIS, but for ASP.NET there seems to be another authoring method. Does anyone know of any good articles on how to set this up? Is it possible to set up this new method of authoring while still
|
| FTP Access | 27 Sep 2004 19:01 GMT | 3 |
Hy everybody, I was downloaded a class from msdn that interacts with a FTP server. I need to upload a file from a client machine to the server. But in this class this method is not working.
|
| Copy and paste doesn't work........... | 27 Sep 2004 18:58 GMT | 1 |
i am using webbrowser control using visual studio 20003. i am not getting any copy and paste working. Private Sub MenuItem24_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem24.Click
|
| Using VB.net to read cell data from Excel 97 | 27 Sep 2004 18:50 GMT | 1 |
I am new to VB.net, I know how to make command buttons and text boxes on a VB form. I need help with writing the code to ope and Excel 97 spreadsheet and place a cell data (A1) into my VB.net textbox. How do I code to open a Excel file and then read a cell's contents??
|
| How do I create a class item with properties? | 27 Sep 2004 18:05 GMT | 4 |
Here is an example of what I want to create: A class called Cars public class Cars {
|
| Speed : The PIA impact (VB 6.0 vs VB.NET) | 27 Sep 2004 17:41 GMT | 3 |
I have made a migration from VB 6.0 to VB.NET and noticed a great speed change when I access (from VB) to Excel Cells (same problem to write Visio formulas from VB). The same code takes 21 seconds in VB 6.0 and 54 seconds in VB.NET (see below)
|
| SVG Component ? | 27 Sep 2004 17:11 GMT | 1 |
Hi, I'm looking for a Component which can help me manipulate (read/write/parse) and/or display SVG file format. Anybody here knows a robust component which can do that ? (commercial
|
| colors in datagrid | 27 Sep 2004 15:25 GMT | 3 |
i have following problem, i want in my datagrid some rows to be red and some green, depends on volues of that row thanks
|
| fileattributes parsepoint | 27 Sep 2004 15:17 GMT | 1 |
one of the possible attributes of a file or a directory is ReparsePoint. When there is such a point, there is a block of user-defined data associated with the file/directory. In the past I used DeviceIoControl to get that data. Now I wonder if there might be a direct way to get the ...
|
| Capture Function Keys Compact Framework | 27 Sep 2004 15:07 GMT | 2 |
there, I'm trying to capture the Function keys (F1-F4, basically) but it's kind of difficult compare to .NET Framework. I have tried KeyPress, KeyDown, etc, without success.
|