Results for the mohitDeletion of a Row -i want to know how to delete any particular row/column from a spreadsheet at run time? Regards, Mohit [2005] compiling - Hi! ppl i get this error while compiling. A project with an Output type of class library cannot be started directly In orfder to debug this project,add an executable to this solution which references the library project. set the executable project as the startup project Conversion of Excel Sheet - Hi, I am making an application,in which i have to convert the given master excel sheet to store the data in ms access(.mdb) Any help! Mohit Port address detection - can any one tell, how to detect the com port address of the modem.... Regards Mohit Com Port Address detection - can any one tell me how to detect the com port address of the modem.... Thanks Mohit Data Changed in .txt file - Hi all, I am making a text editor like notepad,and i want to know if i can detect the data changes made from the original file when opened(To ask for 'save' while exiting).I know i am not sounding very clear,but i hope you guys will understand it..... Kindly Help Re ComboBox in Spreadsheet - Hi All, I need to include a combobox in the spreadsheet. Any Help? Regards, Mohit. [Word] List of Formatting in use - Hi All, How to get all the "formatting in use" for the Active Word document in VBA? Thanks and regards, Mohit Ranka change database - i want to use microsoft jet driver 4.0 instead of DSN can you please tell me how to do that? how the database file has to be stored in Microsoft Jet Driver. Regards Mohit [Word]TextWidth of Listbox Item - Hi All, How to determine the Width of the text of a Listbox Item in VBA in Pixel? Currently I am just getting the Length of the Text String using the Len() function, and Multiply it by a predetermined (by Hit n Trail) Constant to get the approx. Pixel Width. Kindly help me Phone Dialer App::Beta testers Required - hi friends, i am attaching my code of phone book+dialer.you can use the application to save your contacts as well as to dial a phone number by a telephone connected to your modem.You need to be Offline to make a call. kindly test this application for me and tell me yo Almost there - AHHHRG! This is frustrating: The regular expression: ^([a-zA-Z]{3}[a-zA-Z]* [a-zA-Z]{3}[a-zA-Z]*)+ detects Mohit Kas 123123 How do I tell the regular expression not to detect any "word-digits". I just need to make a regular expression to detect a minimum of tw "Port Device not working" - in my code for telephone dialer, when the form loads visual basic code: Private Sub Form_Load() MSComm1.CommPort = 3 MSComm1.Settings = "9600,N,8,1" MSComm1.PortOpen = True End Sub gives an error Code: Run time error '8012': "The device is Infiltration in Registry - Hi Friends, I am making a phone dialer application,which needs a specific button to click to detect the port to which the modem is connected.only after detecting the modem port, one can dial the number(as the detected port number is used in the code).I want to make the d problem regarding shortcut menu... Pl. help (eloborated) - Hi everybody, Can anybody help me. My problem is : I have opened a modal from from a shortcut menu. I want to show a shortcut menu on the newly opend form. Please take me out of this hell.... Let me explain my prob. in detail.... I have a shortcut menu on a form. On can i use a variable inside quotations<Resolved> - Hi Friends, I am new in this forum and stuck with a problem.I am developing a phone book *** dialer in VB 6.0 so that one can dial the numbers in his phone book database by landline connection. The standard way to dial any phone number using ms comm Can any one in the entire world solve this problem - I am writing a program for phone book + dialer in VB6.0.In my comp,the modem is connected to com port 3 so i am using VB Code: MSComm1.CommPort = 3 but how to make this program work on other computers also?(Suppose their modem is connected to any other com port than 3) re Server SIde Validation Issue - Hello, I have several client side validation controls that cause an error message to be displayed in the validation summary control. For one control, custom control, I am required to do SERVER SIDE VALIDATION. I have the follwing code: Code: protected void validatePas Device Not Open Error<Resolved> - Hi All, I am getting an error in my phone book *** dialer program... VB Code: Private Sub Form_Load()MSComm1.CommPort = 3MSComm1.Settings = "9600,N,8,1"MSComm1.PortOpen = TrueEnd Sub when i run the program, i get the following error: Code: Run Time Erro If Else Loop Problem - I am having problem with loop VB Code: Private Sub Command2_Click()If rst.EOF = True ThenMsgBox ("This is the last record of the database")Elserst.MoveNextText6.Text = rst.Fields("Name")Text5.Text = rst.Fields("Address")Text4.Text = rst.Fields( |