| Thread | Last Post | Replies |
|
| Debugging ASP in VS 2003 | 23 Sep 2005 18:58 GMT | 3 |
I'll be appreciated if someone can show me how to setup debugging feature in VS 2003 for an application written in ASP. Thanks in advance, Roy
|
| Registering ActiveX DLLs and OCXs | 23 Sep 2005 18:55 GMT | 1 |
I have a VB.NET application which installs/updates other applications. Some of these other applications are VB6. Part of the processing includes registering the OCXs and DLLs and I use the DLLSelfRegister function from the vb6stkit.dll
|
| What does this syntax mean? | 23 Sep 2005 18:24 GMT | 1 |
What does {";"c} mean in the following statement? For Each role In ticket.UserData.Split(New Char() {";"c})
|
| Threading and Event (Permissions?) Problem | 23 Sep 2005 18:19 GMT | 2 |
This is my first time posting here, so i apologize if i'm posting in the wrong subgroup or whatever, but here goes... I’m having a problem with threading and events (permissions?) in a VB.net Windows application (background service). I’m trying to write an application
|
| Datagrid Columns | 23 Sep 2005 18:02 GMT | 4 |
It's selly, but how can I set the width of a column in the datagrid, and to hide a column!!!? thanks
|
| Indexing a datatable column | 23 Sep 2005 17:11 GMT | 4 |
Hey All! I would like to create a index to a column in my datatable (full created in memory). That's because I'll search that column a lot, and this manner I want to improve the search speedy on that.
|
| Parse Seconds to Time AM/PM | 23 Sep 2005 16:42 GMT | 5 |
Banging my head here. I have an older Database that I have imported to Access and the original database system (Dataflex) stored the Time of Day in Seconds. I can use :TimeSpan.FromSeconds(74400),, to get a time of: 20:40 (24hr time). I need to get 8:40 PM . But, looking thru ...
|
| Export DS to Excel | 23 Sep 2005 16:31 GMT | 3 |
It looks like this is a very popular subject, but all the previous messages have been deleated from the server. In my application, I need to export a table in my MSAccess database to an Excel 2003 spreadsheet. I have no trouble with individual ranges, but am having trouble ...
|
| The Concept of Top Most, how useful is it really? | 23 Sep 2005 16:21 GMT | 4 |
I have a scenario that is to be totally honest, doing my Gnads in. The only control I have over window Z ordering in VB.NET is by using "TopMost=True", or "TopMost=False". There is no "z-order" concept that I can play with apart from this single binary choice.
|
| Change URL of IEXPLORE Process | 23 Sep 2005 16:08 GMT | 4 |
Hi, In my application I started a Process using ProcessStartInfo supplying it parameters iexplore.exe and a URL. I am trying to reuse the same process by supplying it with a different URL. After assigning a new ProcessStartInfo
|
| Function parameter gets changed | 23 Sep 2005 16:04 GMT | 6 |
For some reason myFunction in the below code is treating the parameter oInputDoc1 as a ByRef rather than a ByVal. When the call returns, both oInputDoc and oOutputDoc = "<root><name>Steve Jobs</name></root>" When using a string instead of an xml document as the parameter the
|
| Calling Event Procedures | 23 Sep 2005 15:53 GMT | 6 |
I want to cause a click event to occur on a Button control when the user presses enter when the focus is on another control. In VB6, I would just call the event procedure directly from the other control. However, in VB.net, that doesn't seem to work. Can someone give me any ...
|
| question about VB.Net | 23 Sep 2005 15:19 GMT | 5 |
I am working on an VB.Net application. I have put some controls like DataGrid, Lable, Text into it. then i put a panel into it, and tried to move all the other controls in the panel. don't know why and how, all the controls disappeared. then i tried to add controld back. but when i
|
| Comparing times | 23 Sep 2005 15:17 GMT | 5 |
I need to compare two times. The problem I have is this: In my code I create a time variable using the format statement below: dim firstTime as DateTime fistTime = Format("12:00:00 AM", "T")
|
| Question about thread safety... | 23 Sep 2005 14:51 GMT | 6 |
I have a question about thread safety in a VB application written using Visual Studio.Net 2003. Here is the situation... I am running a process thread in a modal dialog. I have written it so the user
|