543 Posted Topics
Re: I didn't see your code. see the attach file. I think it will help you. | |
Re: I think not like that. your description is not clear to me. when the problem occur? after enter os or before enter the os? | |
Re: nobody can give you the sample. better way, you will get lot of sample in internet. so try to search with right key word with any search engine. like google, ask or other. | |
in a textbox I write 100000. I want another text show automatically "one lac". I mean it aumatically show the in word of that numeric number what I write. how it possible. | |
Re: I think its impossible. you can take a diffrent way like shortcut folder or send to folder. or other way. | |
Re: lot of man come here to learn many thing. so don't worry. Dezirous give you the answer. so check it. good luck. | |
Re: you have to set parameter in DataEnvironment for txtStdSSN. | |
A text box show current date(like 24-03-2009). I write in other textbox 3. I want when I write 3 then the textbox (24-03-2009) automatically increase month like 24-06-2009. how it possible? | |
Re: you can down load free project from search engine. then you can see what u want. | |
Re: this is a sample project. I think it can help you. | |
Re: if you mean: to show the current time of computer then please try this [code]text1.text = now ' show time & date Text1.Text = Format(date, "dd/mm/yyyy") ' show date[/code] | |
Re: 1st you start. you can take help from search engine. download code and try it. | |
Re: Sometimes they get corrupted even though they look ok. I ran into something like this, but it wouldnt compile only crash during compile. So I created a new .vbp by creating a new project, then adding all the references, forms, modules, and classes. Then I saved it as the original … | |
Re: did you scan your pc with anti virus? some time virus can do this. some time After attach a keyboard, a mouse or another USB-based input device to your computer, your computer may no longer shut down correctly. For example, your computer may stop responding (hang) after you click Turn … | |
Re: if you mean: how to create a exe file or setup file, then just follow this way. for exe: from file menu > make a project exe for setup file: all programs> Microsoft visual basic > Microsoft visual basic tools > package & development wizard from here 1st you locate … | |
Re: [QUOTE]i have tried it in another computer and the hard disk is not being detected. [/QUOTE] if its happened normally you can say the harddisk dead. so 1st you need to confirm it. | |
Re: please try this. [CODE] Dim txtsid As String Dim Founder As Boolean txtsid = UCase(InputBox("Enter The Staff ID:", "Staff Search")) If Len(txtsid) > 0 Then 'add this line Data1.Refresh Data1.Recordset.MoveFirst Founder = False End If Do While (Not Founder) And (Not Data1.Recordset.EOF) 'u can add UCASE i just removed it … | |
| |
Re: you didn't tell us how you got it. so please and then mark it solve. | |
Re: did you check your hardware like. agp, ram . I think you need to check all hardware separately. | |
Re: you can [URL="http://www.themisteriosos.com/hide-installed-program-from-addremove-programs-start-menu-with-hide-programs-freeware.htm"]check it[/URL]. I think it can help you. | |
Re: I am not sure. you can check with anti virus. if you go back with system restore i think its help you. | |
Re: I didn't see all code of your. so, to delete a row, you could just use : Code: MSHFlexGrid1.RemoveItem(RowIndex) But, How much unwanted data are you talking about ¿ If it's a lot of unwanted rows, surely it will be quite a tedious task in deleting one row at a … | |
Re: it discussed before. like [url]http://www.daniweb.com/forums/thread135921.html[/url] [url]http://www.daniweb.com/forums/thread140342.html[/url] [url]http://www.daniweb.com/forums/thread100213.html[/url] | |
Re: >> I don't know whats the code. so it is difficult to help you. take a help from any search engine. | |
Re: if you make setup file then you no need to register it. | |
Re: An invalid variable is being referenced. To create an object variable, declare the object variable and then assign a valid reference to the object variable using the Set statement. Similarly, a With...End With block must be initialized by executing the With statement entry point. 1.Make sure the object variable references … | |
Re: check this. it can help you more. | |
Re: wrong forum you submit. however you can make a query. | |
Re: nice example. I have nothing to say after it. | |
Re: First above all i would like to know which antivirus are you using. Because the restart problem is always due to a virus. Hence I can guarantee you that there wont be any virus in your system. And check the device manager whether all the drivers are installed properly , … | |
Re: if you run it again did it shutdown again? | |
Re: same thread stated before. so try to find out it. | |
Re: walaikum as salam. use the package & development wizard. location: all programs> vb6> vb6 tools> package & development wizard. from this wizard select the project and then go ahead step by step. | |
Re: check this. I think it will help you. [url]http://support.microsoft.com/kb/316475[/url] | |
Re: [QUOTE=Aslam Mansoor;1311701]So, you may write to me to my email address> [email][email protected][/email] <[/QUOTE] don't use private email. its not fair. by the way, when enter data by code and you write code for enter its automatically update data. like: With rs .CursorLocation = adUseClient .Open "SELECT * FROM table1", cn, … | |
Re: [QUOTE=;]printer.print text1.text[/QUOTE]use it. or more then ask | |
Re: [QUOTE=;]# Set rs = New ADODB.Recordset rs.CursorLocation = adUseClient rs.Open sql, conn, adOpenStatic, adCmdText '<<<error here'[/QUOTE] can you tell me where is sql? and what will rs open? | |
Re: huge, huge demand. how it possible!!!!!!!!!!!!!! | |
Re: [QUOTE=;]when I exit the program the list box still the same .[/QUOTE] is it possible? | |
when a datareport show, there has a button to print the page manually. I want when I click the button (to show the data report,it will not show), the page print directly. I don't want to show data report and don't click that button (print) in this page. | |
some data entry in some field. like: ID name amount 01 taher 100 02 kamal 200 01 taher 500 I don't know what data entry in field. in my vb project i have some textbox. I want one textbox show the Id: 01 and other text box show the (total … | |
in my project man can entry their income or expenses. like: paper sale, pencil sale etc. they entry it like: paper $200.00, pencil $100.00. they also made a group or category. here they entry paper and pencil under 'sales' group. so every thing depend on user. here I want the … | |
when I press my power button 3 or 4 time (on off) or some time more then display show in monitor. when I press 1st time then the pc start but no display show in monitor. when I off it and then again on it ( 3 or 4 time … | |
when i want to link a child command with parent command (in data environment) then show this massage. but i make a relation with same field. then why show this massage. nb: i write sql in command. |
The End.