Owner: ITGalary Forum URL:http://www.itgalary.com/ Join Date: Tue, 27 May 2008 06:42:30 -0500 Rating:0 Site Description: IT Forum provides solution for common problems faced by IT professionals. They can post their questions, Help others by replying to others's question.
Expert in Java, J2ME, VB, VB.net, Ajax, Javascript, PHP, Hosting, Design, Testing, Networking. Site statistics:Click here
VB & VB.net : PRINTING USING DOT MATRIX PRINTER 2008-05-27 05:26:24 Author: manuSubject: PRINTING USING DOT MATRIX PRINTERPosted: 27 May 08 at 10:26amI think normally VB.net print in Graphic mode. If the printing is in text mode it may be fast. Just have a look into the different printing modes in VB.net
Software Testing : Adhoc testinig 2008-05-27 05:09:37 Author: manuSubject: Adhoc testinigPosted: 27 May 08 at 10:09amAd hoc testing is a commonly used term for software testing performed without planning and documentation. The tests are intended to be run only once, unless a defect is discovered. Ad hoc testing is a part of exploratory testing, being the least formal of test methods. In this view, ad hoc testing has been criticized because it isn't s Read more:Software
, Testing
, Software Testing
VB & VB.net : MySQL Database Problem With VB 2008-05-24 17:20:09 Author: jeet.chowdhurySubject: MySQLDatabaseProblem
With VBPosted: 24 May 08 at 10:20pmHere is a server side function.(ASP.NET Service)Imports System.WebImports System.Web.ServicesImports System.Web.Services.ProtocolsImports TripleDESImports MySql.Data' To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line.' <System.Web.Script.Services.ScriptServ
General Discussions : Excellent feature in Notepad 2008-05-24 07:02:50 Author: jituacSubject: Excellent feature
in Notepad
Posted: 24 May 08 at 12:02pmThere is a simple feature in Notepad that can make it work like a personal diary for you. Here is how to go about it: 1. Firstly open a blank Notepad file. 2. Now write .LOG as the first line in the file, and then press enter. Now save the file and close it. 3. Open the notepad file now and you will find that the curren Read more:General
VB & VB.net : PRINTING USING DOT MATRIX PRINTER 2008-05-24 06:54:31 Author: jituacSubject: PRINTING USING DOT MATRIX PRINTERPosted: 24 May 08 at 11:54amHi, I made an application in vb.net,for printing invoices on dot matrix printer.But priniting is very slow in dot matrix,i am trying to print plain text only.not any graphics,still it's very slow. Is der any way to make it fast?plz help me to solve this pblm... Regrds Jithesh
J2ME (Java Micro Edition) : J2ME - Send parameters to Server with POST method 2008-05-23 12:07:11 Author: JijoSubject: J2ME - Send parameters
to Server with POST method
Posted: 23 May 08 at 5:07pmBasic HTTP connection in J2ME. Get Status / Response code and Content length HttpConnection conn = null; DataInputStream dis = null; int status; long len; conn = (HttpConnection) Connector.open(""); conn.setRequestMethod(HttpConnection.GET); dis = new DataInputS Read more:Edition
J2ME (Java Micro Edition) : String Replace method for J2ME 2008-05-22 12:22:03 Author: JijoSubject: String
Replace method
for J2MEPosted: 22 May 08 at 5:22pmString Replace method for J2MEJ2ME doesn't have a replaceAll method. I have added 2 methods the first one is case sensitive but more effective public static String replace(String _text, String _searchStr, String _replacementStr) { // Stri Read more:Edition
VB & VB.net : Memory Location 2008-05-20 15:41:17 Author: jeet.chowdhurySubject: MemoryLocation
Posted: 20 May 08 at 8:41pmHow to directlly write/read a memory location using VB.NET. (Trainer)
HTML, CSS : Background Sound 2008-05-16 16:48:24 Author: jeet.chowdhurySubject: Background Sound
Posted: 16 May 08 at 9:48pmWhere I Put The Code, My File Is,<html><head><script language="JavaScript" src="includes/control.js"></script><script><!-- Hide from older browsers...function callServer() { // use the dom2 to find 'loadScript' in the head tag var head = document.getElement
Java (J2EE & J2SE) : Core Java Interview Questions 2008-05-27 10:06:56 Author: softomaniaSubject: Core Java Interview QuestionsPosted: 27 May 08 at 3:06pmhi!can you please help me in JAVA applications for mobile phones? I am trying to build some new softwares.RegardsWilliam
HTML, CSS : Tips for Blogspot Bloggers 2008-05-27 09:18:13 Author: manuSubject: Tips for Blogspot BloggersPosted: 27 May 08 at 2:18pmTips for Blogspot BloggersThis article is for bloggers who use blogspot for their blogging. It can be seen that the Header doesn't allow to add any elements onto it. Other Page Elements like Sidebar and Footer have options to Add Page Elements. The following step will guide you through how to add a Page Element to Header.So
Software Testing : Adhoc testinig 2008-06-02 04:56:15 Author: getzephyrSubject: Adhoc testinigPosted: 02 Jun 08 at 9:56amAd-Hoc testing is a part ofRapid application testing.When a tester have very much time fortesting,we use ad hoc testing. In Ad-hoc testing the new test casesdepends on result of the previous test case. It is black box testing. Read more:Software
, Testing
, Software Testing
Java (J2EE & J2SE) : Property files 2008-06-04 14:05:45 Author: lalkishorSubject: Property files
Posted: 04 Jun 08 at 7:05pmGuys..I have a question...In Java we are using property files for setting the configuration parameters.. (Using Resource Bundle)What is the alternative in C# to do the same..Update with a sample code is highly appreciated..Thanking youlal
VB & VB.net : VB.net: Serialize & Deserialize Class To File 2008-06-04 09:07:54 Author: manuSubject: VB.net: Serialize & Deserialize Class To FilePosted: 04 Jun 08 at 2:07pmSerialize & Deserialize Class To FileThis sample show serialize and deserialize by use binary format.1. Import this 2 names spaceImports System.Runtime.Serialization.Formatters.BinaryImports System.IO2. The class or object that you want implement must insert attribute Serializable.< system.seria
VB & VB.net : Sreen Resolution prblm 2008-06-04 07:34:44 Author: manuSubject: Sreen Resolution
prblmPosted: 04 Jun 08 at 12:34pmTo get acreen resolution useDim intX As Integer = Screen.PrimaryScreen.Bounds.WidthDim intY As Integer = Screen.PrimaryScreen.Bounds.Height
VB & VB.net : Sreen Resolution prblm 2008-06-04 07:32:19 Author: manuSubject: Sreen Resolution
prblmPosted: 04 Jun 08 at 12:32pmImports System.Runtime.InteropServicesPublic Module resChanger Const ENUM_CURRENT_SETTINGS As Integer = -1 Const CDS_UPDATEREGISTRY As Integer = &H1 Const CDS_TEST As Long = &H2 Const CCDEVICENAME As Integer = 32 Const CCFORMNAME A
VB & VB.net : Sreen Resolution prblm 2008-06-04 07:13:10 Author: shamsuSubject: Sreen Resolution
prblmPosted: 04 Jun 08 at 12:13pmHai frnds......... Now i want help to change screen resolutions in my project or fixed resolutions. anybobody pls help me.....pls.... &nbs
Java (J2EE & J2SE) : How to open the "Printer Properties" dialog 2008-06-11 22:03:44 Author: it55Subject: How to open the "PrinterProperties
" dialogPosted: 12 Jun 08 at 3:03amto manu: 3ks for your answer.But, you misunderstood my meaning.I want to open the "Printer Properties" dialog straight for specified printer, not for all existed printers. The "Printer Properties" dialog like this:
Java (J2EE & J2SE) : Printing in Java with java.awt.print package 2008-06-11 09:08:45 Author: manuSubject: Printing
in Java with java.awt.print package
Posted: 11 Jun 08 at 2:08pmBasic Printing in Java with java.awt.print import java.awt.*; import java.awt.print.*; public class BasicPrint extends JComponent implements Printable { public int print(Graphics g, PageFormat
Java (J2EE & J2SE) : How to open the "Printer Properties" dialog 2008-06-11 08:27:28 Author: manuSubject: How to open the "PrinterProperties
" dialogPosted: 11 Jun 08 at 1:27pmTry this java.awt.printClass PrinterJobpublic abstract class PrinterJob extends ObjectThe PrinterJob class is the principal class that controls printing. An application calls methods in this class to set up a job, optionally to invoke a print dialog with the user, and then to print the pages of the