| Thread | Last Post | Replies |
|
| Copy file from a computer not in the domain | 31 Mar 2008 21:27 GMT | 2 |
I have a vendor PC on our network that is not part of our domain. I need to kick off a daily process that can copy a file from that machine to our domain. The machine running the process will part of our domain.
|
| Recurring Diary Entry Problem. | 31 Mar 2008 18:28 GMT | 1 |
Hi, I have an app that is going to require recurring diary entries, it's a relatively simple app but I have no idea how to go about the recurring entry side of things. The functionality needs to be similar to outlook in the way the recurring
|
| In any project, Can't we refer classes directly, (without adding physically in the project)? | 31 Mar 2008 18:23 GMT | 9 |
I am new to .net. Presently, Working in vb.net 1.1 i have Created one class project and one client project (2 separate solutions) In the client project , if I try to ' add reference' for class,
|
| Shell command in Visual Basic | 31 Mar 2008 18:10 GMT | 2 |
I have an on-click event, where I would like the machine to release it's IP address: Shell("ipconfig /release") Why does this not work ?
|
| Events | 31 Mar 2008 17:18 GMT | 3 |
I have several classes (users controls) Public Cls1 Private _Commande As Boolean Private _Alarme As Boolean
|
| Winsock 6 control in VB.NET | 31 Mar 2008 17:13 GMT | 6 |
As you know there's no mswinsck.ocx ActiveX control in VB.NET 2005 or 08 by default, but it exists in VB6. However i can add this old control to my VB 2005 toolbox with no problem by extracting from VB6's cabinets, but when using inside my project, i get some syntax problems
|
| Receiving the double click event for the ComboBox control | 31 Mar 2008 16:01 GMT | 1 |
I am trying to get the ComboBox control to respond to the MouseDoubleClick event. I am using Visual Studio 2005 .NET and VB. I have tried everything and the combo box does not respond to this event. I have tried using the built-in event creation facilities in VS and also manually ...
|
| Visual Basic .NET 2008 registry GetValue exception - what wrong? | 31 Mar 2008 13:23 GMT | 2 |
Situation: simple code read registry value (OpenSubKey -> GetValue, as usual). Requested value exists in registry and has type DWORD, read into the variable UInt32, access rights granted.
|
| DotNet equivlant of vb 6 instr | 31 Mar 2008 13:00 GMT | 9 |
what is the equivlant of the vb 6 instr I have a string there has "*D*N" I want to find the position that the D is in with a dotnet (VB) function
|
| how to use a com component in .net that implements a .net interfac | 31 Mar 2008 10:49 GMT | 2 |
I have an interface defined in .NET that is exposed to COM. I have a VB6 component that implements this interface. If I try to use this VB6 component in .NET and the InterfaceType attribute on the .NET Interface is set to anything other than ComInterfaceType.InterfacesIsIDispatch ...
|
| Call a javascript function via vb.net in a webbrowser control | 31 Mar 2008 10:22 GMT | 4 |
Since you could help me fixing my last problem, I would like to demand your help again. In summary I'm writing an appliation that remotely controls a website. It has to login (works), choose the right action (works) and put customer
|
| Show without activation. | 31 Mar 2008 05:50 GMT | 5 |
What I am trying to do is display a form in the desktop foreground without... at this is the critical part... stealing focus from the active Window. I have tried: Shadows ReadOnly Property ShowWithoutActivation() As Boolean
|
| How Do I Debug a Class Constructor? | 31 Mar 2008 05:40 GMT | 9 |
I asked this question before, but didn't receive an answer, so I'll try again. When I get a runtime error in Debug mode, Visual Studio highlights the line where the error occurred, then let's me debug the error and
|
| converting VB6 to vb.net | 31 Mar 2008 05:31 GMT | 3 |
for some reason I can not get this to work.. but there is something different about it... OffSet in both peices = 4812 VB 6 CODE:
|
| Add / Delete record from table - How to reposition selected record in datagridview??? | 31 Mar 2008 05:26 GMT | 1 |
Using VB 2005.net. I have a bound datagridview and a delete button control (or when the user pressed the 'Delete' key) I can successfully delete the selected record from the table and it is removed from the dgv. But then I want to select the previous row in the dgv and select it ...
|