I had a USB wifi adapter which i plugged into rear USB 2.0 socket.
It works fine and has latest driviers.
But about a month ago, I looked at the back of the pc while cleaning and noticed the...
Type: Posts; User: rafhelp
I had a USB wifi adapter which i plugged into rear USB 2.0 socket.
It works fine and has latest driviers.
But about a month ago, I looked at the back of the pc while cleaning and noticed the...
dll in application folder.
dll made using c or assemblycode
the dll accesses windows api functions and checks if a specific window is active/visible
I have an issue with several softwares.
They use the same dlls.
Now sometimes the program loads up fine no issues.
Then the following day Il start windows, run the program and il get an...
its working now .
the problem is this. when i centred the echoed html it dint work. when i removed the line
echo "<CENTER>" The it worked
i dont see why but thats what was causing it.
...
I have a php script that has HTML in it.
I start by creating the top header section with menu buttons. Now the buttons work and you can click them.
Then there is a php code section where I...
Ok this is on a VPS CentOS
Im using webmin
BIND DNS is stopped.
my domain A - Record (on domain provider) points to VPS IP
NOw the domain works. www.domain.co.uk also works.
I have previously bought and configured a VPS server with cpanel installed for a friend.
NOw i want one for myself and bought one with webmin, as i cant afford cpanel its not worth it for me.
...
i had to temporary set the forward type to URL not DNS. so its forwards to my actual site. NO its def tecsupport.info as i have gone to their site before. This is ridiculous. I had paid up till...
this is a big problem then. no rafnet.co.uk is with oneandone.co.uk and the domain (only) was redirected to another site. but it was linked to a server with tecsupport. i hope these havent pulled...
Ive not benn able to access my website, cpanel or even contact the server provider to open a ticket.
I am thinking maybe its at my end but im not sure, so id like a few people to help me chekc.
...
Ok first questions waht do a/indie developers b/professional vb.net developers use to protect their exe's from decompiling hacking etc..
What software is there?
Second question:
When sending...
i tried this and it doesnt work:
Private Sub WebBrowser2_NewWindow(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles WebBrowser2.NewWindow
Dim myElement As...
why are these sites not working
is www.co.cc down forever or temporary??
I paid for several domains on there i hope they havent left
is it just me or is the latest firefox version buggy. And the latest flash on firefox is very very buggy keeps crashing and freezing all firefox windows. i have windows 7 64 bit
why use "type"
I have 4 big wmv files i want to convert to avi.
I use ffmpeg to convert them.
I notice the ffmpeg uses over 90% of CPU (all cores) when it is running in background.
I then create two...
tried that got it to work.
convert all files to mpg using ffmpeg
then use copy /b to copy all files (concat) to a single mpg
then I convert the mpg to avi
I use "-qscale 6" when...
I want to use this method
http://www.youtube.com/watch?v=w4BNs0I5eUY
but can you use this method to connect to an existing database and edit the values from any pc, so any end user can access...
Hi,
can you use ffmpeg to join 2 video files together?
I have tried two methods which dont work.
both files are avi and output is avi
ffmpeg -i "concat:RAF153.avi|RAF157.avi" -f avi...
i use httpwebrequest to obtain HTML source from a website.
Now when the HTML source is downloaded and obtained using streamreader. instead of the details I need I get
some messages saying "your...
I run some code. it downloads a file then scans the text for certain keywords. It works fine with no threads.
I add threads to make it faster, so in each new thread a new download is started and...
OK in return for testing you get the full version for free!
Heres the download link:
<Link Removed>
I need to know your system settings:
Windows XP/Vista/7 ?
32 or 64bit?
how much RAM?
this one sets the proxy BUT how do you disable proxy
' The function we will be using to set the proxy settings.
Public Shared Sub RefreshIESettings(ByVal strProxy As String)
...
EDIT:
I now have yahoo.co.uk mail working by using SMTPAuth=true
I have a free YAHOO mail account. Note its a yahoo.co.uk address not .com
I want to use the SMTP settings to send mail from PC using that account
I have ready it has daily sending limit of...
heres a website:
http://cherokeeanimalhospital.com
It has HTML source code.
If you try to get the source using Httpwebrequest it returns contentlength of -1 and no source (blank)
BUT if you...
You got a site:
http://www.mysite.com/test/
theres a index.html in there.
In the HTML source of the index.html file there a HREF link:
Href="/images/site.ico"
now will it ALWAYS be true...
its ok i sorted it.
debug menu>exceptions>...
I had set all system errors to "THROWN"
is it to do with the "directcast" bit?
I have this code
Try
Dim myWebRequest As HttpWebRequest = DirectCast(HttpWebRequest.Create(url), HttpWebRequest)
myWebRequest.Method = "GET"
...
I created a new dll class using vb.net 2010.
It has two functions:
Option Explicit On
Imports System
Public Class MYDLL
Private Declare Function FxFindWindow Lib "user32" Alias...
Ok got it sorted
Dim DataBin
Set obj = CreateObject("APIWrapperCOM.APIWrapper")
DataBin = obj.FindWindow("'+title+'")
Dim filesys, filetxt, getname, path
Set filesys =...
Is it possible to get the window handle of a window using just its "title"
The method has be a universal method which can be used by different languages.
I was thinking something like a...
What do you need to get a job in Programming.
I have been programming since the days of commodore 64. I have basic, Amos Professional on the Amiga and like over 10 different programming languages...
thats what i normally do
Done...
The last thing you said worked. Logically does not make sense as it worked before.. is there any way to modify settings so that it does not throw an error if the...
its being updated, i checked by deleting the old one
tried that, also selected THROWN for all system exceptions. still same thing. works in debug, no errors, after i build, double click on exe in the bin/release folder and the error is shown, if i...
Ok i made a program it worked fine. I changed Net Framework to 3.5, then back to version 4 (i was testing something)
It now works fine.
I run the program from vb.net in debug mode and...
trying to get websites/links from a directory search results, but the website using javascript to put the results on the screen when the browser has loaded. so if you look at the html there no urls...