Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: Sicppy [x]
Article 10 May 2013   license: CPOL
A DLL resource to help beginner to intermediate developers open and use sockets in a P2P application.
Question 10 May 2013   license: CPOL
I made a form that should disable the form, open up a dialog form, then re-enable the original form, but it just disables the form and hangs the original form, no dialog form is show. Please help.Code:Private Sub Button2_Click(sender As System.Object, e As System.EventArgs) Handles...
Re: C# Sample by Sicppy
Forum Message 25 Apr 2013  
Lookup a tutorial on how to use DLLs with your compiler, after you figure that out, it should work fine.
Re: C# Sample by Sicppy
Forum Message 17 Apr 2013  
Actually I'm working on that right now, but the documentation and class list should give you a decent idea on how to use it.
Forum Message 16 Apr 2013  
I fixed the link, try it now
Question 15 Apr 2013   license: CPOL
I have remote postfix server running and all the mx records are set up correctly, I was wondering if anyone could give me some resources on where to get started on making a php and mysql based webmail client.
Forum Message 14 Apr 2013  
It's under 'Release' near the bottom of the page.
Re: Some issues by Sicppy
Forum Message 6 Apr 2013  
I don't want to give the code out freely, I want to know what it is to be used for, also, I couldn't upload the DLL directly to the site because it wouldn't let me, I tried compressing it and uploadin
msg code error by Sicppy
Forum Message 1 Apr 2013  
sorry about the appearance of the msg sub, it formatted weird, the code is formatted properly in the full code block -Jordan 'Croug' LaPrise
Forum Message 31 Mar 2013  
Thanks for the feedback, in the process of creating an example in vb.net, if anyone knows c++, c# or anything along those lines, I would appreciate you creating an example, and if you need any help wi
Question 31 Mar 2013   license: CPOL
Does anyone know how to make a handler for when a vb.net module application is closing? Thanks,Jordan
Question 29 Mar 2013   license: CPOL
I created a code that should scroll through an array of data streams and output the stream as soon as one of them gets input, but everytime it gets input it outputs like it should but with a following 20 blank lines, please help,-JordanContents of module1.vb:Module Module1 Dim...
Question 28 Mar 2013   license: CPOL
I have a small block of code that is supposed to parse through a file called data.dta but for some reason it keeps saying ( unexpected, here is the code(I put a comment by the line that gives me an error)::loadcd %appdata%\.TrekFOR /f "eol=#" %%t IN (Resources\Data\data.dta) DO (...
Question 4 Feb 2013   license: CPOL
I made a simple website, and no matter what I do, there is always a weird left margin of about ten pixels, I tried setting the margin-left:0px; but I didn't work, please respond, any help would be welcomed and apreciated-JordanHTML:
Question 1 Jan 2013   license: CPOL
In this snipit of code an error is halting the execution of the rest of the program, the error is as follows: A first chance exception of type 'System.InvalidCastException' occurred in Microsoft.VisualBasic.dllThe code snipet: If Key1 = True & nMap(0, Count) = 0 Then nMap(0,...
Question 15 Dec 2012   license: CPOL
I would like to be able to have my website centered but not take up the space around it, what I am trying to do is have my website centered but then have a side box outside of the main site that takes up the space in the left margin, the margin:auto; or margin: 0 auto; in css doesn't work...
Question 7 Dec 2012   license: CPOL
I am creating an open source video game called "WubStar"(Like guitar hero for electronic music). I got a good portion through and then encountered an error. The Write sub-routine isn't running, AT ALL! Here's the code for the form I encountered the error on, please take a look, I'm hoping that...
Question 9 Oct 2012   license: CPOL
I am creating an internet radio program in java. I need to be able to create a virtual microphone. Basically I would select the virtual microphone in a Shoutcast client to stream to a Shoutcast server. I would stream live and recorded audio through the virtual mic into the program. The reason I...
Question 2 Oct 2012   license: CPOL
I am trying to make an internet radio for my school and i would like to be able to stream to a shoutcast server using some java code, could anyone provide me with some help? Thanks-Jordan
Answer 15 Jul 2012   license: CPOL
Hey Oliver!I'm currently working on a project that inputs live audio from a guitar or piano via the mic input and creates a virtual midi controller, this might be something you could try on a hardware and software level,best of luck,Jordan
Question 15 Jul 2012   license: CPOL
I'm creating take in audio from my digital keyboard connected to the mic input on my computer, analyze the notes, and output them as a virtual MIDI controller. Could someone tell me a good DLL for sound/note analysis and MIDI output?Regards,Jordan
Answer 14 May 2012   license: CPOL
In php you start a session using: SESSION_START();To store a variable you use: $_SESSION['var'] = "your value here";To read from that variable in another page or even the same page use the same command minus the equals sign forward.Then finally to terminate the session use:...
Question 7 May 2012   license: CPOL
I am making a sort of Stereotypical english to russian translator, when I do: read -p 'Wanna learn russian? Type in an english phrase!: ' ENGecho $ENG | sed 's/ //g'It echoes the sentence perfectly fine with no spaces in the sentence. But when I try to do this:read -p 'You wanna learn...
Question 6 Feb 2012   license: CPOL
Hey everyone, im trying to change the value of a variable from within a try statement so that it will effect the variable outside of the try, does anyone know how to do this?
Question 11 Dec 2011   license: CPOL
I have a program set to get variables from a page,and compare them. If the variable $password does notmatch $repassword then it will echo an error. It echo'sthe error no matter what, please helpThe html page code is:eeWebHostingAreaSite made by 42cheese TeamContact us at:...
Answer 10 Dec 2011   license: CPOL
say $name is the value of the updated column, the column name is name, and the table name is testtb, you would type:$query = mysql_query("SELECT * FROM testdb WHERE name=$name");$array = mysql_fetch_array($query);$rnd = $array[''];echo "$rnd";

Page 1 of 1


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid