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
Ranked #4K
~8K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

22 Posted Topics

Member Avatar for Member #690149

For me theres really only one language that can truely be classed as an omnipotent language for all types of program. Machine code. Its slow to learn but once you have a good set of documented building blocks the rest is easy to adapt to fit whatever use you have …

Member Avatar for vegaseat
-1
4K
Member Avatar for Diguelo

As part of an internal monitoring system Im in the process of designing in VB2010 Im needing a covert survalance webcam system to montior several webcams attached to dummy pc`s in the office. In short ones that are just left running for employees to use for break times etc and …

0
68
Member Avatar for StevenSchaffner

Dumb question here steven, having looked at the code it makes my head hurt, why bother adding empty procedures and classes, tidy your code up and it may be that the server your trying to link to need two semi colons instead of one, seen it on a few college …

Member Avatar for codeorder
0
241
Member Avatar for Oneryavuz

Dont forget tables start at 0 not 1, generally if your after line 1 use linenumber - 1. It might help not fully sure of your problem. Addressing for data boxes is generally hex, so decimal to hex conversion max number is 255 ie ff so a max of 256 …

Member Avatar for Diguelo
0
91
Member Avatar for slfisher

A Politician, LYING !!! I cant believe you said that, lmao Or as a politician would most likely spin it. It just shows the candidate has supreme confidence in his abilities.

Member Avatar for tiger86
0
249
Member Avatar for happygeek

Like you, I too live out in the countryside of England, except Im on the seriously flat bit on the East of England. Currently Im only able to get just over 1.2Mb/sec download speed and less than 400K upload too, due I am told to the distance from the exchange. …

Member Avatar for Thinka
0
321
Member Avatar for newsguy

Awesome, does that mean my daughter will be able to use up her phone credit even faster now. lol

Member Avatar for Diguelo
0
284
Member Avatar for happygeek

I was bitten so many time by Symantec software in the past that I havent used it since 2004. Since then Ive seen no end of machines with norton related problems with it installed and uninstalled, the aftermath is enough to cope with. I dont even bother mentioning it to …

Member Avatar for Diguelo
0
179
Member Avatar for newsguy

Monitoring your childs activity on the internet is a must these days. The number of sick minded individuals out there who seem to want to be more perverse than the last guy to get arrested looks to be on the increase. People who come out with ("Sounds like another couple …

Member Avatar for Diguelo
0
253
Member Avatar for happygeek
Member Avatar for newsguy

Maybe it would be a better idea all round if ( i cant believe im going to say this ) Microsoft, rather than trying to put a new OS out there every 5 years or so, and then force us all to change to it, as surprisingly the old one …

Member Avatar for Diguelo
0
194
Member Avatar for mailtosridar

MSDN has a few examples in it and for once a clear explanation ie [code]' Declare a new DataGridTableStyle in the ' declarations area of your form. Dim ts As DataGridTableStyle = New DataGridTableStyle() Sub DeleteColumn() ' Set the DataGridTableStyle.MappingName property ' to the table in the data source to …

Member Avatar for Diguelo
0
134
Member Avatar for Melab
Member Avatar for Diguelo
0
68
Member Avatar for Birdie010

Public NotInheritable Class OpenFileDialog _ Inherits FileDialog or Dim OpenFileDialog1 As OpenFileDialog should fix error 1, Ive had this, im still making the transition from VB6 to VB.Net, why they need to change the syntax is beyond me, I doubt it would be to make money out of everyone though. …

Member Avatar for Diguelo
0
380
Member Avatar for pbosek

Ive had a similar problem to sort out. First get yourself a RAW TEXT notepad type program, I use Textpad, it shows ALL characters, including the ones under CHR(32). This will give you a general text space layout and some idea on what to search for and where. Doc files …

Member Avatar for Diguelo
0
252
Member Avatar for werks

Best guess on this one from me is to make a screen saver and have it monitor key_down over the whole keymap. Also add a Run_Once registry to reload it after reboot. Other than that theres already a few commercial lockers that work doing what your after.

Member Avatar for werks
0
96
Member Avatar for bushman_222

A lot of code to and from a server can best be sent as a complex string with seperator characters. Personally I use CHR(255) for the end of the string send and CHR(254) as intermediate break points. ie dim datastream as string datastream = "" ' I always do this …

Member Avatar for Diguelo
0
232
Member Avatar for Diguelo

Ive recently completed an IRC type chat system for me and my friends to use. Ive also got a little narked with the pay to play idea for playing IPX games over the net. Is there a way to add an IPX pipeline to the chat program to allow us …

0
57
Member Avatar for jonwildman

Without seeing the form, Im guessing textboxes 1 to 4 display the info? I love a challenge, email me if you need help. [email][email protected][/email]

Member Avatar for hopalongcassidy
0
169
Member Avatar for jagpreet

Ive made a similar program up already for striping info out of registry keys and files for a game I paly. The basic idea is:- use FileSystemObject in your prog create output file. open yourtextfile for input to the program open Newtextfile for output from the program [ routine to …

Member Avatar for Diguelo
0
239
Member Avatar for pbyrne98

You may find it easier to copy the lot over to the new sheet then delete what you dont want. Works for me

Member Avatar for Diguelo
0
53
Member Avatar for belikemike

XP does have its own IPX/SPX connection stuff, I use it all the time. To set it running, simply go to your Control Panel, Network Connections, Local Area Connection and right click to get the properties menu up. Scroll down the list first to make sure the IPX protocol isnt …

Member Avatar for Diguelo
0
279

The End.