11,868 Topics
![]() | |
hi can anyone help me? how can i convert to time if i inputted 2400 it should 12:00 then a running a time? for example i have 1 textbox if i input 2300 it should 11:00 how can i do this in timer? thanks | |
Hi all, I want to display a picture by moving the mouse cursor on a label or picturebox without clicking on them... How can I do that? PS: The picture would be big sized. Regards, wookinhung -VB noobie- | |
im new to vb6..plz help me to solve my problem.. 1.I make a textbox that can input time 2. I have a shape in form 3. I use label to display time how can i change the color of shapes in red when i input the exact time in the … | |
Hi, Good Morning I am now working with my system entitled Scholars Electonic of Information and Evaluation System,but I am now encountering a problem in editing user accounts which when I edit the limited accounts,the information about the admin is the one that edited...Heres the codes that i used...hope anyone … | |
Hi All, I am new to programming world, i wanted to make a script which will create folder when counting of files breaks. for Example- 1) I have 1000 no of jpg files in a single folder.(but ) 2) but these files has a number break in between. (like it … | |
i have problem to find the all computers names in my network please help any budy have knowledge on this (with code) your's vijay kumar sajja | |
I made a database project. when I run it another pc and press the Add New button (in my project) it show this msg. Run time error - 91 Object variable or with block variable not set. I connect the backend database by data sources(ODBC)> system DSN. I write code … | |
Sir, I have developed an application in VB6.0 and back end as ORACLE8i . I would like to know how to "Deploy" it OR How do my application detect my Oracle dB automatically? | |
hi, everyone I am now working with my thesis and I want to have a quick search of records using ADO and a Datagrid. My thesis is an Information System, any response is my pleasure thank you. | |
Hi, Good morning can you please help me how to code a recordcount in visual basic 6? any information that you can give is my pleasure to accept. Now I am working with my thesis about information system using ADO Control for Database. thank you! | |
Dear All, How to Check registry Key existences in XP using Visualbasics 6.0, For example i want to check HKEY_LOCAL_MACHINE\SOFTWARE\Test1\Test2\Hardware\MachineID\100000 if this Key exist means i will run one bat file else i will run another batch. my aim is to Check Key Availablity. regards User | |
hi i encountered problem n error when i insert code into macro in ms powerpoint 2003. [code] Sub AutoOpen() AutoSaving End Sub Sub AutoSaving() Application.OnTime Now + TimeValue("00:00:10"), "Saving" End Sub Sub Saving() ThisPresentation.Save AutoSaving End Sub [/code] Application.OnTime() is supported by Microsoft Excel. It is not available with PowerPoint. … | |
My friend, help me about vb 6.0 excel as a database. i need your xample project finish, have capacity to save in excel when clicking a button vb 6.0 codes... it is my assignment in school my friend, actually im Pablito P. Jacquez from Philippines 2nd year student IT of … | |
hi guys, if I have a form with, say, a picturebox in it. The picturebox is loaded with an image, and I need to copy just a section of it, say at rectangular points, X, Y, L and W to the clipboard, or to another picturebox. Is it possible in … | |
![]() | K my question is so simple but i never got any clue from anyone yet i think i've been asked about it from here too but there was no response may be people couldnt find out what i was asking or wot i was trying to ask ? But i … |
Hello! I would like to ask..if its possible to convert the codes form vb6.0 into vb.net web application? If there's a way what is it? Thank You Very Much! | |
Hi, well i am pretty much new in visual basic and trying to get my hands onto this new thing.well i am reAding NMEA data from my serial port in vb6 using another computer that sends nmea data stored in a text file using hyperterminal(FILE ATTACHED). right now i have … | |
hi guys, need your help how to achieve this thing.. basically i got about thousand cells.. so here's the case: my data look like this in a single column what i want is to sort this thing to a different columns like: U*** DATA wil be in a single column, … | |
can anybody help me .[B]if not help at least suggestion[/B].i will remain grateful to all of you.any help would be greately appreciated.[ATTACH]9063[/ATTACH] i have taken all the information of listbox1 in strreq.which is a string type variable.since it is a string type variable. That is why i have split strreq … | |
Hi All, I am writing a VB6 script to interact webservices, and I need to add security to the SOAP messages. Currently, the messages are pretty static, with a few variables (so there are template XMLs with spaces for variables). This works fine without security, but as soon as security … | |
Hey all, I haven't had a lot of experience with VBA (Excel), but I think I have done enough research, so now I'm coming here for assistance. I need my VBA macro to use a keystore, so I was going to use System.Security.Cryptography.X509Certificates.Import. My issue is however, I cannot add … | |
hi. any body know how to install linq in visual studio 2005. i installed Linq preview 2006 in this order VS2005 -> vs(sp)1 -> linq preview 2006. still i am not able to use ObjectDumper(), ToQuerable() etc... in my coding. how is it activate in my system. i am new … | |
Hi everybody, I am rather new to VBA programming in EXCEL and I could use some of your help. [U]I want to do the following:[/U] In my excel file there are two sheets: SourceSheet and DestSheet. In SourceSheet there are data filling columns A to I and starting from the … | |
How can one send the data in a Form's controls like textboxes, labels, comboboxes etc. to a Datareport? Does anyone have a suggestion? | |
hello pals, look i need help i am doing the project on construction company's front office mgt system and i need some help. as this is front office mgt system it generates some reports i am having problem that we use "app.path" statement to connect the database which is in … | |
Hey all. I am using visual studio 2008 for the first time because i have heard very good things about it (plus i had numerous problems with devc++). Here is a debug.html file that shows an error i am getting while trying to compile my project in visual studio. i … | |
Hello! :) Can anyone help me how to add radio buttons to a list of names queried from the database.. I'm working on a payroll system, and what i need is to DISPLAY the list of employees using DATA GRID w/ RADIO BUTTONS appear before every name.. how is that? … | |
all i want is if the value of my product stock is 0 then the message box show for example theres no more product stock and also i want is if the user inputted higher value in my text2.text for example my product stock left is 5 if he/she inputted … | |
can anybody tell me why Bold statement is not working. [code] Private Sub Command2_Click() Dim a As String a = MsgBox("You want to Modify....?", vbQuestion + vbOKCancel, " MODIFY") If a = vbOK Then Set rs = New ADODB.Recordset rs.CursorLocation = adUseClient [B]rs.Open "select mr.srno,mr.productname,mr.qty, mr.unit from mrtemp as mr … | |
Hai, My dear members of DANIWEB, Can anybody could let me know how to get the desired colour in a combo box when Enter key is pressed. A particular text in the combo box must turn into any of the colours, i.e., all the other text that is displayed in … |
The End.