| Thread | Last Post | Replies |
|
| listview in VB 6.0 | 13 Jan 2005 09:54 GMT | 1 |
hi im writing becase im in a hole and i don´t see the light.So ..the quesion is easy does anybody now how to order a column in the click event of the column header of a listview? thanks.
|
| Anyone using .Net language to write shareware | 13 Jan 2005 09:51 GMT | 2 |
I'm wondering .NET is good for writing shareware at the moment since it needs .net framework installed in client's computer. But current windows don't have pre-installed .net framework which is quite big to download from internet for many customers. I'm afraid that will turn some ...
|
| VB.Net to COM Marshalling | 13 Jan 2005 09:49 GMT | 1 |
I am using a COM interface decalared as follows from VB.Net interface ISample : IDispatch { [id(1), helpstring("method WriteSample")] HRESULT Write(long* pBuffer )
|
| why doesnt user control support transparent ? | 13 Jan 2005 04:41 GMT | 6 |
why doesn't user control support transparent ? even after you programmatically make it transparent the controls that you add on it still doesn't transparency where they normally would in a winform why is that ?
|
| Passing Data Between Applications | 13 Jan 2005 01:55 GMT | 3 |
I'm interested in establishing the best way to pass information between a vb script and a .net application. We have a VbScript that runs on a users pc every time a phone call is routed to that user, this script is provided by out telecom provide. The Script
|
| another Object reference not set to an instance of an object. prob | 12 Jan 2005 21:13 GMT | 14 |
I'm a beginner with .NET so this is probably a very simple problem that will be immediately obvious to someone hopefully. I'm using J#.NET The following contains the code caused the error Line 385: String link = "http://10.4.190.120/config/lconfig.aspx" ;
|
| HelpMe | 12 Jan 2005 21:05 GMT | 3 |
Ok Sorry This code read dr[0] and dr[1] from DataTable dt = new DataTable();
|
| Help with executing access query | 12 Jan 2005 20:49 GMT | 1 |
I have written 6 Queries in an Access DB, which are executed in a For Each…Next loop to populate DataSet object. A new DataTable object is created in DataSet for each query, as follows Private Sub GetRawLiRatios()
|
| Using a VB Application with Different Office Versions | 12 Jan 2005 20:46 GMT | 1 |
I am a developer who is slowly getting to grips with developing applications using Microsoft Visual Studio 2002, specifically the Visual Basic element. I've recently developed an application which connects to a SQL Server database. When it runs a report, the front-end app sends ...
|
| Event firing problem | 12 Jan 2005 20:35 GMT | 3 |
I have a datagrid, whose sort command event does not get fired first time around. It takes 2 clicks to sort the grid. This is the first time that I have encountered this problem. Any pointers on why it is behaving this way?
|
| VS IDE hangs at 100% CPU utilization when project opens | 12 Jan 2005 20:31 GMT | 1 |
This has been the bane of my existence using Visual Studio 2003. Recipe: -Use UNC path to browse to directory on Win2003 Server with IIS. -Double Click the project file, the IDE opens, but notice there is no redraw
|
| FTP upload fails | 12 Jan 2005 20:21 GMT | 1 |
Hi,, can anyone help me??? I have made an FTP-app like the code on: http://support.microsoft.com/default.aspx?scid=kb;en-us;832679 But i can't upload a file??? I recives an error when the app is trying to
|
| HelpMeDataView | 12 Jan 2005 19:59 GMT | 1 |
This code read dr[0] and dr[1] from DataTable dt = new DataTable(); DataRow dr; dt.Columns.Add(new DataColumn("IntegerValue", typeof(Int32)));
|
| excell and dotnet | 12 Jan 2005 19:49 GMT | 2 |
I need to write a windows service that will read a excell spreadsheet and either update a row in my sql db or insert the row. My question is how do i read excell spreadsheet row by row in VB dotnet
|
| DataViewHelp | 12 Jan 2005 19:26 GMT | 5 |
I have problem with: I would like that DataView read from DataBaza "lastname" But I don't now how do it My code is
|