| Thread | Last Post | Replies |
|
| Datagrid Column widths (VB.NET) | 24 Jan 2005 23:47 GMT | 3 |
I apologize if this was discussed before but I could not find a solution that worked by looking through these NGs. If I made the DG resizeable, the user resizes it in run time and the form is reloaded, the column widths are setting back to their default values. How
|
| SQL Server | 24 Jan 2005 22:51 GMT | 1 |
can I stop and start a SQL Sever from VB code? i will have the Administrative account to do so... VJ
|
| Old IDE behavior -- classes/modules coming back to life?? | 24 Jan 2005 22:35 GMT | 3 |
I think I've found what appears to be a pretty significant bug in VS.NET 2003. I deleted a module from my Project, and got the message "mymodule.vb will be deleted permanently" -- hit Ok. Bring up explorer to verify the file is
|
| How to Convert Byte Array to Int32 (Big-endian) | 24 Jan 2005 22:24 GMT | 14 |
I thought this had come up before, but I now cannot find it. I have a byte array, such as Dim a() As Byte = {1, 2, 3, 4} I want to convert this to an Int32 = 01020304 (hex).
|
| datagrid control | 24 Jan 2005 22:16 GMT | 1 |
I have figured out how to hide columns, implement double click functionality and some other things with a datagrid control in a windows forms application. But I can't figure out how to set the background color of a row in the grid
|
| File.copy as another user | 24 Jan 2005 22:11 GMT | 10 |
Does anyone have an example of how to file.copy as another user? Do I create a new thread as another user? How is that done? Thanks!
|
| events with array variable? | 24 Jan 2005 21:53 GMT | 4 |
I have a class let's say class1 that raises an event, let's say OnEvent. In another class, let's say class2, I have an array of Class1. I want to be able to trap the events fired by class1 within class2 and know (if possible) the index of the class1 that fired the event. Is ...
|
| Unmanaged Dll's. | 24 Jan 2005 21:47 GMT | 1 |
How can I go about viewing all public members/methods of an unmanaged library? If something in .Net already exists to view unmanaged libraries (such as cards.dll) or a way to programmatically create a program which can view them, that would be helpful :)
|
| Feisty toolbox | 24 Jan 2005 21:18 GMT | 7 |
I'm having problems with the Toolbox in VB.NET 2002 Standard. I have 2 class libraries, 1 contains licensing classes and references nothing but standard namespaces and the other references my first library in order to protect the exposed components. To make things easier ...
|
| DSOFile.dll or DSOleFile.dll - which one??? | 24 Jan 2005 20:02 GMT | 4 |
I have been pondering over this one all night!! I want to read the properties of a Word document WITHOUT opening it - notably the title document. Having read the newsgroups it seems that I neede to download from the MS site the DSOFile package containing the said DLL. However on ...
|
| Debug DLL, 2nd time try request | 24 Jan 2005 19:34 GMT | 7 |
I think that my question about setting(s) for the project. I need to debug DLL project. I used 2 recommendation from VC.Net: - set external program as a start program of my dll (at properties)
|
| Modifying TCP/IP Settings | 24 Jan 2005 18:35 GMT | 2 |
Is there anyway in VB6 to access and modify Windows 2K/XP TCP/IP Properties? I need to make a little program that, when the user runs the program and selects one of two options (radio button:?), they set the TCP/IP properties to either "Obtain IP address automatically via DHCP" or ...
|
| Compiling from command line... | 24 Jan 2005 18:03 GMT | 6 |
How is it possible to compile a project from the command line and the .vbproj? Thanks, Daniele
|
| Read Hex value from Specific address | 24 Jan 2005 17:54 GMT | 8 |
I am trying to use Filestream to read a file ( .DAT) that contains values in HEX that I want to convert to text. I know the different offset addresses for each portion of the data I am trying to retrieve. But, I am having problems actually reading the data for the number of ...
|
| What's the correct way to do this? | 24 Jan 2005 17:12 GMT | 4 |
Here is what I have that is not working. For x = 1 To m_intNumberOfFields If m_oLabel(x).ParentOfComboBox = True Then Dim ctrl As clsComboBox
|