[RESOLVED] Convert windows event log time to my local time?
When getting messages from windows event log some have date-time in them I'd like to get but I'm not familiar with their format or how I could easily convert them. Is there a straight forward managed...
View ArticleVS 2010 Basi Class calls / Examples
I am currently trying to understand the way that classes work and have a simple programme that will read in the contents of a serial text file and split the contents into separate strings. These will...
View ArticleVS 2010 Help with DirectX9 scaling and translating
Hi all, I am building a graphing control using directX. The back story is that I will eventually have an app that will show up to a dozen or so charts in real time and each will plot 1000's of points....
View ArticleConnection Problems - SQL
Hello Guys! I am currently having a grave situation on connecting our system to our MS SQL Server 2012. The problem(s) is as follows: We have a program which is developed using VB.Net. Now each...
View Articlecucle throught dgv rows inside BGW dowork
I am trying to cycle throught all the rows in a DGV within a BGW but i can not get it to work this is what i have tried RunWorkerAsync Code: Me.CopyBGW.RunWorkerAsync(ItemsdatabaseDataGridView) Dowork...
View ArticleFilling arrays from csv files
I'm just new so don't laugh :P It's prolly easy but I'm confused. I've got a CSV file that I need to import run through some tests and then output to another csv file. So far I've just got the basics...
View ArticleVS 2008 how to get 8 digit data at same time
Hi:wave: i programmed the microcontrolle to get two sensor data and send its output to PC through serial port the Text box1(labelled as ADC value) going to display 8 digit data through serial port...
View ArticleVS 2010 Creating a windows service in VB.net and deploying in UNIX
Hi i created one simple VB.net windows service which will be used to write a log file for every one hour. this service is working fine , but now i want move this service to unix operating system. Can...
View ArticleLinking to outlook
I have a database with calendar entries and want to sync both ways with outlook, the only problem is I dont get the result I require, I get duplicate entries in my database. I am querying items in...
View ArticleVS 2010 PDFsharp.dll
Hello to all and realy thanks for help. Does anyone have some experience on PDFsharp.dll, it is packet to create PDF in Visual Basic. Here is link of dll....
View ArticleVS 2010 VB.NET Server CPU Status
My application runs long task on remote servers to to ensure they aren't maxed out I have a routine to check the CPU status of each server prior to use. It appears as though the configuration is...
View ArticleListView selection
Another noob question. Learning arrays. Got an assignment Quote: Originally Posted by text book Create an employee directory application that shows employee names in a list box on the main form. When...
View ArticleObject reference not set to an instance of an object
I keep getting this error and I don't know what causes this error or how to fix it, can someone please help me out? Code: Private Function getCoordinates() Dim dt As New DataTable Dim...
View ArticleCrystal Report Parameter
Hello, I have a crystal report based on a stored procedure which accepts only one parameter. Whenever i run the report, the enter parameter value dialog box keeps showing; I tried to pass the parameter...
View ArticleCode gives error for accdb files
Below code works fine for an mdb file but does not work for accdb file.For accdb file i get error like "Unrecognized database format 'D:\Employee.accdb'." I do have office 2007 installed in my PC. I...
View Articlevb.net garbage collection
i have created a very simple application with 2 forms...form 1 loads form2 and gets close and diposed....my form1 is getting disposed but not garbage collected....stack...
View ArticleVS 2010 How to list recording and playback devices?
I want to show in a combobox control the recording devices of the computer and be able to change the prefered one. In the second combobox I want to do the same, but with playback devices. Attached...
View ArticleVirtual Mouse Click
How do I make so that the program clicks on certain location based off of x and y coordinates that I tell it to click on? Right now I have: Code: mouse_event(MOUSEEVENTF_LEFTUP, x, y, 0, 1) But when it...
View ArticleVS 2010 Using a database to populate menu items
Right now I am currently coding my menu items into my program using the designer window. The program is for my office and our IT department is always changing were our folders are located (The folders...
View ArticleVS 2010 Check WebResponse Status
I am attempting to submit some SOAP and receive a response back. I have been able to handle catching all of the errors that could occur. However I can't figure out how to parse the data that comes back...
View Article