Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for vampke

Hi guys, I have a problem with my synology NAS that I can not seem to figure out myself. Everything seemed to work like a charm before, but when I took out my router from my network and put it in again things got ugly. Before I was able to …

Member Avatar for vampke
0
242
Member Avatar for vampke

Hi guys, I am trying to connect my PC to my NAS by using a network switch. My previous setup worked like a charm: switch |--> router --------|--> NAS --------|--> PC I could connect from PC to NAS without any problems. My new setup is no longer working: switch |--> …

Member Avatar for vampke
0
2K
Member Avatar for vampke

Hi, I have a strange problem on a computer. I use a program that connects to a database that is located on the server. When I run the program, it can not always find the database and it returns an error. When I open windows explorer and go to the …

Member Avatar for jbennet
0
218
Member Avatar for vampke

Hi guys, I was wondering if anyone here has any experience with interfacing with a poct-1a device (specs on iso90.ir/phocadownload/csli/POCT1-A.pdf). I am a bit confused by this protocol: it specifies communication with POCT-1a compatible devices, but I don't see any communication protocols in this elaborate document, just descriptions of how …

0
59
Member Avatar for vampke

Hello peoplez, I am writing an application in vb.net using a mysql database. I need it to be multilingual. I have not found much useful info on this so I thought I 'd go ahead and work it out myself. I have started making a translation table in the mysql …

Member Avatar for lolafuertes
0
99
Member Avatar for vampke

Hi guys, I was wondering about something: is there a way to communicate with another program/process on the PC without using files? What would this look like? Is there a search term I can use to get more info? This is not a vb.net question per se, but a general …

Member Avatar for vampke
0
205
Member Avatar for vampke

Hi guys, I'm habing a problem with an access database i'm trying to fill programmatically with vb.net. I have a datatimepicker to set a date with a custom format like "dd/mm/yyyy hh:mm" If I insert this date in my access database the days and months are switched (mm/dd instead of …

Member Avatar for sknake
0
173
Member Avatar for vampke

Hi guys, I'm trying to communicate with an external hid-compliant USB device. I've been looking for a way to do this, but I'm not getting anywhere. With the [url=http://www.lvr.com/hidpage.htm]Generic HID Tester[/url] I did not manage to get proper communication, allthough I got the application to recognise the device using the …

Member Avatar for vampke
0
97
Member Avatar for vampke

Hello good people of vb.net, I'm experiencing problems with an application I'm writing. I have a login dialog that is loaded in the main form's load property, like this: [CODE] Private Sub FrmMain_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ' show login if configured If My.Settings.login Then …

Member Avatar for vampke
0
123
Member Avatar for vampke

Hi guys, I writing this vb.net app using an mdi form. I want to be able to use ctrl+z and ctrl+y in my forms' controls. This is not working by default, allthough I read that it should. What could be the problem here? I do not have any code in …

Member Avatar for vampke
0
95
Member Avatar for vampke

Hi guys, I'm stuck at this query I'm writing. I'm hoping someone will be able to help me. I have 2 linked tables: subjects and visits with a relationship on subject_id: table subjects: Subject_id, name, birthdate table visits: Visit_id, Subject_id, parameter1, parameter2 Now I need to query that will get …

Member Avatar for vampke
0
102
Member Avatar for vampke

I'm following a course on vb.net and have visual studio 2008 from my school (msdn program) Unfortunately I'm having serious problems: apparently I can't use a lot of the common references. Eg.: If I try to use My.Computer.... the IDE does not recognise this. Same thing for System.Data... He gives …

Member Avatar for waynespangler
0
140