Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
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 #3K
~7K People Reached
Interests
Robotics, Computer Programing
PC Specs
Laptop: 2.2GHz, 3Gb DDR2, 500Gb HDD
Favorite Tags
Member Avatar for mrclark

I am working on sessioning scripts however my cookies are not carrying over from page to page. I include the session script on every page which checks the $_COOKIE['session'] cookie, and if set, keeps the session data, if not, creates a guest session and sets a cookie with a new …

Member Avatar for mrclark
0
99
Member Avatar for mrclark

I am not to sure where to put this post but this seemed like the best place. I am currently writing scripts for page redirects, however, I can not get my .htaccess redirects working first. I need to take from my root, and redirect to a subscript: http://www.example.com -> /index.php …

Member Avatar for Squidge
0
245
Member Avatar for WASDted

hey folks! who has a home theater / media center at home? what kind of hardware do you have? is it PC driven? post specs, details and pics here. I'll be sharing mine soon...

Member Avatar for rocco88
0
436
Member Avatar for mrclark

I have made a program consisting of about 15 smaller projects, each with their own .dll/.exe I need to make a custom installer that will prompt the user for different options, which the installer setup built into VS10 does not support. I need to be able to have this run …

Member Avatar for Luc001
0
180
Member Avatar for mrclark

I am hosting an even next Saturday that i wish to be able to broadcast a webcast for. I own a domain through [url]www.globat.com[/url] (GX01 Plan) and i was wondering if i could publish a live video stream to this. I have no idea where to start and any and …

0
60
Member Avatar for mrclark

I have a serial LCD Display that i am developing an application to manipulate. The problem that i am having is that i need to send commands to the device in HEX format. I made a program that takes user input, converts it to HEX, and then inserts its own …

Member Avatar for AndreRet
0
98
Member Avatar for Captain_Jack

I'm creating my second application. I'm not very good at coding. If i make dump mistake please bare with me. I can't get this Progress bar to work, I tried few steps. I'm writing this application to copying the Host file to a folder in desktop for troubleshooting purpose at …

Member Avatar for mrclark
0
264
Member Avatar for hacks14

heres the script basically it sets (supposed to) Local area connection ipv4 static ip address to 10.XX.XX.2 but it dosent work it works fine if you run cmd as addy and put the script in netsh interface ip set address "Local Area Connection" static 10.XX.XX.2 [code] Dim txtlen As Integer …

Member Avatar for alc6379
0
191
Member Avatar for mahmoud209

Hi all, i was wounding if anybody can help with this I’ll be really grateful I’m working on a piece of software to read a comma separated text files with thousands of lines each line has around 32 word separated with a comma What my code does at the moment …

Member Avatar for mahmoud209
0
136
Member Avatar for hueikar

I would like to do a coding to delete the txt.file that i had created before using visual studio..can anyone teach me the coding?thank you.

Member Avatar for AndreRet
0
912
Member Avatar for hacks14

Well i figure that if i do a temp. batch file for a small project heres the batch script. IPAddy would = a number xx.xx also how to execute from a button and run as admin at the same time. [CODE] @echo off netsh interface ipv4 set address "local Area …

Member Avatar for mrclark
0
94
Member Avatar for hacks14

how do i run my shell Shell("netsh interface ip set address" & Chr(34) & "Local Area Connection" & Chr(34) & "static 10." & IPAddy & ".4") as admin? PLZ

Member Avatar for hacks14
0
100
Member Avatar for mrclark

i am creating a web-album for my site. what i am trying to do, is on the homepage, if a user clicks on a specific thumbnail, it will got to the album using a #image[number] tag. i have this code so far for changing the images based on the tag …

Member Avatar for mrclark
0
86
Member Avatar for mrclark

I am making a library that will load UI files in which a user can customize the UI of the program. The UI file is arranged that it is like vb code and that to set the text and location of a button the user would use the following UI …

Member Avatar for lolafuertes
0
111
Member Avatar for tharder

I have 2 forms shown below. Form1 has a button that opens Form2. Form2 has a button that (I wish) puts text in a textbox on Form1 This is about as bare bones as it gets. No one I've talked to knows what to do. It appears that everytime you …

Member Avatar for ohjiroChan
0
779
Member Avatar for mrclark

i am trying to make a program that in the even that a message is received when the program does not have focus a message box will be displayed, however, using: [code]if me.focused = false then TrayIcon.BalloonTipTitle = "New Message From " & array(0) TrayIcon.BalloonTipText = array(1) TrayIcon.ShowBalloonTip(5000) end if[/code] …

Member Avatar for mrclark
0
97
Member Avatar for mrclark

I am trying to make a TCP chat program, but instead of having people enter in the ip of the computer they wish to talk to everytime, i would like the program to be able to listen on all ip addresses, so that it will provide for a better user …

Member Avatar for kvprajapati
0
232
Member Avatar for mrclark

I have never made a game before, but have been interested for a while, but i have no idea where to start. could someone recommend some software on where to start, and how to actually program a game. Thanks ~Matt

Member Avatar for ajmacca
0
117
Member Avatar for mrclark

I am trying to make a program for my Windows Mobile 6.1 Professional Device that communicates via TCP/WiFi To my pc, however, on my windows mobile device, when i launch a program with an import [system.net] it keeps giving me an error, and it is unable to launch the program. …

Member Avatar for mrclark
0
94
Member Avatar for mrclark

I am trying to make a drawing app integrated into a program that i am making, but i am having the problem of trying to save the drawing. [code] Private Sub SaveDrawingToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveDrawingToolStripMenuItem.Click SaveDrawing.ShowDialog() Try DrawPad.Image.Save(SaveDrawing.FileName, System.Drawing.Imaging.ImageFormat.Bmp) Catch ex As Exception MessageBox.Show("Drawing …

Member Avatar for Teme64
0
127
Member Avatar for mrclark

i have been experimenting around with simple programs using ave and open dialogs for text document and things, but i problem that i have just encountered, is that i made a simple text editor with a richtextbox, and i tried to save it in *.c, but when i open it …

Member Avatar for Vandamn
0
100
Member Avatar for mrclark

I Am Using VB.NET 2008 Express Edition, and am trying to make a program that controls the mouse position with a joystick on the a nintendo classic controller, which returns a value between [ -.54 ] and [ +.54 ]. I wanted so that the position vertically of the mouse …

Member Avatar for Teme64
0
135
Member Avatar for Intercorp

Hi There. I'm fairly new to vb.net, and i've been battling with this for ages and ages. Up and till a point where i wanted to slit my wrists. I scouted all over google, and i still couldn't find any solution. So i'm really hoping you guys can help me …

Member Avatar for mrclark
0
2K