- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
15 Posted Topics
In the new versions of server 2008+ MS have added an "Application and Services" folder to Event Viewer, I dont seem to be able to programaticaly access any logs in here, My Code: Dim strValue As String Dim objLogs() As EventLog Dim Logname As String = "Microsoft-Windows-Backup" Dim objEntry As … | |
I am trying to write an application to do various things, one of the elements is going to require a service, The service is called myService.vb and is part of the main solution containing frmMenu which has a button (btnRegister). Is it possible to programaticaly register this service? Alternative question: … | |
Hi, I am building a VB.NET app which amond other things, deploys a scheduled task to run test.bat when A Windows Server 2008 Backup is cancled. I have the app all working which runs a command which, when works, will be the event creation command. I figured out how it … | |
I currently run a website at www.domain1.com which happily points to my server not a problem. This server (Fedora Core 10) runs Apache, PHP etc the full LAMP setup. I now want to run www.domain2.com from this server too. As I understand it i can do this with Virtual Hosts. … | |
Hi guys, I am writing a program in VB.net for a windows mobile device, the end result is an image in a picturebox, this should be then uploaded to an an FTP server. I have tried the System.Net.ftpweb.... library but it doesn't seem to work with the micro framework. does … | |
The company I work for recently ordered a MAPS pack which contained MS Dynamics, it is now installed and I have imported all the users; however my Admin login can view "Sales" and "Marketing" sections, the other user accounts cannot. I first thought this was a permissions problem, so i … | |
Hi Guys, im looking for some software that will run on server 2003, which will allow users to log in from home, to a virtual machine/desktop where they each have their own environment linked to our AD forest. I used Citrix XenServer before, but that only runs on a linux … | |
I am writing a program where a user selects two mathmatical operators: LT -less than GT -greater than EQ -equal to NEQ -not equal to I have if statments to convert these to their symbol, but how can I then use this in a sum? If it was just one … | |
Is there any way to embed an application say nautilus or gedit in a webpage so i can access it remotley without having to use VNC? (Nautilus/Gedit are not the application in actually want to embed btw, just an example) Cheers | |
Re: not exactly an elegant solution, but WebMin is realy good when first tinkering with linux, give you a web based CPanel style interface for pretty much everything including SAMBA and its easy to use. | |
Re: WINE—The Free Solution Win4Lin— VmWare style wa of doing it, but daft in my mind for playing games CrossOver Office - works for games as well as office best till last TransGaming | |
I have a list of numbers, say; 1, 2, 3, 4, 5 and i want to find the next biggest number to 3, obv the answer would be 4. ive tried every book i know, and MSDN, i cant find anything, is this not possible? Thanks for you time. | |
i've written a program and i want to start it minimised using a switch like myexe.exe -minimized and i cant seem to find anything that works, im using VB.net 2008 btw | |
Hi, I was wondering (if possible) how to change the server address, port number, username and password of a dataset connection form within a form using textboxes. Thank you for your help | |
Hi, I’m writing a programme in VB.NET [B]2008 [/B]which uses an access database; I am trying to create a query which uses the value from a textbox say txtStudentNo, to query a DataGridView say grdInfo to only show the student with the entered student number. The problem I am having … |
The End.