Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~4K People Reached
Member Avatar for nerden

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 …

Member Avatar for nerden
0
2K
Member Avatar for nerden

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: …

Member Avatar for nerden
0
220
Member Avatar for nerden

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 …

0
169
Member Avatar for nerden

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. …

Member Avatar for amadensor
0
174
Member Avatar for nerden

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 …

0
125
Member Avatar for nerden

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 …

0
76
Member Avatar for nerden

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 …

Member Avatar for Frustradamus
0
206
Member Avatar for nerden

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 …

Member Avatar for nerden
0
126
Member Avatar for nerden

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

Member Avatar for jbennet
0
81
Member Avatar for topher

So I read the techpost article on setting up samba to be accessed by windows computer (good article for a newbie) by cscgal. However, being new to Linux, the config settings are eluding me to set the share up to be accessed by clients on my win2k AD network. I …

Member Avatar for jbennet
0
364
Member Avatar for Darkangelchick

Hey guys Ive just changed my OS from windows to Linux and I was wondering if anyone knew how I could keep my old games?? Like do I need special software to continue playing windows games? Or can I get Linux versions of them? Also, any advice or tips on …

Member Avatar for nerden
0
118
Member Avatar for nerden

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.

Member Avatar for waynespangler
0
105
Member Avatar for nerden

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

Member Avatar for nerden
0
99
Member Avatar for nerden

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

0
61
Member Avatar for nerden

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 …

Member Avatar for nerden
0
182