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 #2K
~12.2K People Reached

37 Posted Topics

Member Avatar for Romil797

I have a website for a painter where the painter uploads a picture. The picture name is added to a mdb (access) database table, the picture is added to the end of a table called galleries, and the file is uploaded. It is also then resized to a small image. …

Member Avatar for Romil797
0
223
Member Avatar for Romil797

This is not homework; this is for part of a project I thought of starting... will not give details. There are four groups ( sort of like jobs or colleges ): A, B, C, and D. In the project, there will be many more, but for now let's assume four. …

Member Avatar for Romil797
0
139
Member Avatar for Romil797

i'm given an ftp username/password to update a website via the ftp server. the project calls for the fileupload control. a file shud be uploaded onto the server. instead, it says "The server randdomain.com:80 requires a username and password". it works fine on VS on my computer, whats going on? …

0
74
Member Avatar for Romil797

how do i get the id of the item being moved in a sortable? also how do i get the new position of the item? its in an update block, but it wont give the id. here is my code: $(function () { $("#sortable").sortable({ update: function (event, ui) { alert(ui.item.value); …

Member Avatar for stbuchok
0
74
Member Avatar for Romil797

i have a sortable list. when the user rearranges an item, i should know what was switched with what. i dont want an array. i just want which element switches with which. each list item already has a unique ID.

Member Avatar for Airshow
0
76
Member Avatar for Romil797

here is what i have so far: on website load, a bunch of items are add to a list in an order given in an order section of a database. i can move the list around because the list is "sortable" (jquery). what i need: the user rearranges (sorts) the …

Member Avatar for sufyan2011
0
81
Member Avatar for Romil797

My problem: there should be a mult-column list-box type control. the control also has names of images. when the user hits a button, the data in each column is stored in a variable, and all of the images are uploaded to server. Help on execution?

Member Avatar for Sarama2030
0
204
Member Avatar for Romil797
Member Avatar for dwlamb_001

IE6 is mildy out of date, but <style> tr:hover {background-color: anycolor}; </style>

Member Avatar for riz4u123
0
285
Member Avatar for Romil797

Exactly that. Using NAudio or DirectX, can someone show me how to convert a wav file to mp3. Mp3 to wav seems trivial, but unfortunately i need wav to mp3. Thank you for your help

Member Avatar for CsharpChico
0
385
Member Avatar for Romil797

As you folks may know, I love math! I know almost all programming languages, but which one should I use for math. Basically, I want: Easy type conversion I don't care if it is object-oriented or not' Can handle LARGE numbers And speed! I do not need graphical features, just …

Member Avatar for TrustyTony
0
527
Member Avatar for xanawa

string response = Microsoft.VisualBasic.Interaction.InputBox("Prompt", "Title", "DefaultResponse",5,5); is the best! It is harder to create another form, etc. Remember to reference Microsoft.VisualBasic

Member Avatar for Mitja Bonca
0
4K
Member Avatar for ctrl-alt-del
Member Avatar for Romil797
0
171
Member Avatar for Romil797

I have VS 2008, and QT. I wanted to know if I could include the .NET Framework and QT Framework in one application. How do you do this? Help!

Member Avatar for Ancient Dragon
0
68
Member Avatar for disposable_zero

OK, it's actually simple. create a file called htaccess.txt In it type: [CODE]<File .htaccess> order allow,deny deny from all </Files> ErrorDocument 404 http://[COLOR="Green"]yourdomainname.com[/COLOR]/error.html ErrorDocument 403 http://[COLOR="Green"]yourdomainname.com[/COLOR]/error.html[/CODE] The first bit inside the File tag says that no one can view that file. The last part says to redirect to those to …

Member Avatar for disposable_zero
0
150
Member Avatar for Romil797

Hi there! I am using Visual Studios Express 2008, and I created a Windows Forms / DirectX / System.IO application. Whenever I publish it, my users have to download the .NET Framework and DirectX. Is there any way I can take those DLLs and include them in my project? Help!

0
58
Member Avatar for skyper.man

For basic websites, you could use Microsoft programs like FrontPage. I'm not a fan of this kind of developing, but you could use Adobe Dreamweaver. You could go to those websites, and look at their code. You could use a WYSIWYG editor too.

Member Avatar for teedoff
1
210
Member Avatar for Romil797

[CODE] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Net; using System.Net.Mail; using System.IO; using System.Net.Mime; namespace Postcards { public partial class Form1 : Form { //String pathti; public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { //String …

Member Avatar for Ramy Mahrous
0
1K
Member Avatar for Romil797

I am making a basic Player vs. Computer Tic-Tac-Toe in Visual Studios Express 2008. My Form.cs is [code]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace Tic_Tac_Toe { public partial class Form1 : Form { public Form1() { InitializeComponent(); } public Image …

Member Avatar for Romil797
0
134
Member Avatar for anabreu

Web developers hate IE, the compatibility is pretty terrible. You'll have to find some alternative.

Member Avatar for Romil797
0
146
Member Avatar for Snowdiddy

I agree w3schools is my hero. Tizag.com is my second hero! htmlcodetutorial is my reference hero. They have great tips on usage, and clear tutorials if you forget a concept, like tables.

Member Avatar for cfajohnson
0
115
Member Avatar for DBB1

Probably not, even though 2003 was 7 years ago, HTML and CSS don't change that much. If you go to archive.org, you can see how pages were in 2003 via the wayback machine. Here's yahoo! [url]http://web.archive.org/web/20030216171355/www.yahoo.com/[/url] It doesn't look good because it can not display the background image and images, …

Member Avatar for drjohn
0
107
Member Avatar for skorm909

I have to advertise my hero, w3schools! They are so clear! Tizag has great recapping tutorials in concepts which you may forget. htmlcodetutorial has good references if you want in depth solid explanations, with usability included!

Member Avatar for ITchimes
0
168
Member Avatar for Romil797

I got this code from a website (I forgot the name) and edited it. Here it is: [CODE] using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using QuartzTypeLib; namespace CsPlayer { /// <summary> /// Summary description for Form1. /// </summary> public class Form1 : System.Windows.Forms.Form { …

Member Avatar for Diamonddrake
0
301
Member Avatar for shanta_srb

Are you sure that your browser is up to date? Is it possible their is a problem with the site?

Member Avatar for jegan15
0
45
Member Avatar for manutd4life

Hi! You could use the Chiklat mail framework. Never used it, but it looks powerful! I did some googling. [url]http://www.jscape.com/articles/sending_email_using_vb.html[/url] But, my favorite is this program on CodeProject. [url]http://www.codeproject.com/KB/vb/VB2005_SMTP_EMail.aspx[/url]

Member Avatar for muzzy1000
0
106
Member Avatar for amitnarayan

You don't have to use JQuery. In CSS there is a cursor property you can assign to divs: [CODE]div { cursor:hand; }[/CODE]

Member Avatar for MidiMagic
0
81
Member Avatar for LadyGaGa

You could try the html and css tutorial from [url]http://w3schools.com[/url]. It is really helpful.

Member Avatar for susancharlton
0
133
Member Avatar for flismayer
Member Avatar for Romil797
0
158
Member Avatar for Romil797

Hi I have tried so much and I am wondering how I can put a background image in an email using gmail.

Member Avatar for sknake
0
381
Member Avatar for Romil797

I am making a web site and I was wondering how I would redirect the user to a different website if Javascript is not enabled. I can't use <noscript> because It needs to redirect. Could I put a meta tag inside a noscript tag? Thx.

Member Avatar for Kelicula
0
90
Member Avatar for sidd.

Well, you need it to only stop reading when the document is over so use a loop of some sort. A while loop is the best.

Member Avatar for sanch01r
0
160
Member Avatar for karpal

There is a timer event in the .net framework. Learn a little about like how to make an increment on a label and stop the timer.

Member Avatar for Romil797
0
84
Member Avatar for TenaciousBey
Member Avatar for Romil797
-1
2K
Member Avatar for Romil797

Asp . Net I have been asked to make a basic secure website with only one username and password. No one can add an account via subscription form. I don't want to know how to create accounts, only securely login with one username and password. (Keep it simple and basic …

Member Avatar for Romil797
0
94
Member Avatar for Romil797

Is there any way to embed webkit in a .NET form? Can I use webkit.dll or khtml.dll? I heard about something called Charn but it does not seem to exist anymore... Help?

Member Avatar for Romil797
0
65
Member Avatar for Romil797

Well, I want to make a browser in vb or c++ with a gecko engine without using that IE embedding thing - a real browser. I have been told to use the Mozzila browser object, but I have not figured out how to use it. I created the object, but …

Member Avatar for Teme64
0
94

The End.