| Thread | Last Post | Replies |
|
| Access Violation In RunTime Exe and not in VB IDE | 18 May 2006 19:43 GMT | 16 |
Hi *.* I'm in a very strange situation! (You read Hell!) I've created a commercial program with more than 50 forms and 10MB size in EXE! When running program in IDE no access violation occurred, but in EXE
|
| Timer Label Visibility Question | 18 May 2006 19:12 GMT | 8 |
I have the following code associated with a form that has a timer control and a label called "lblTime". (to display the time) I have another procedure "cmdLogIn" associated with the form and that procedure consists of clicking on a command button which was supposed to, as
|
| Executing a program | 18 May 2006 17:53 GMT | 3 |
In VB6, how do I determine in code if I am running in debug mode within VB or am running in an executable? Thanks Sheldon
|
| POS->cash drawer | 18 May 2006 15:50 GMT | 8 |
I am currently writing a small inventory control/POS system for a small local deli in a small rural town, and all is going well ... except for one significant problem: the cash drawr/cash box. I have no clue how to pop the little beast or how to hold the program while it is open. ...
|
| How to Set foucus in Textbox | 18 May 2006 15:28 GMT | 5 |
Hi Everybody Can you tell me how to set focuse in textbox which is in msflexgrid. I have entered following code in Msflexgrid_entercell . When I press any arrow key ; textbox moves accourdingly but I cannot focuse the
|
| change the back colour | 18 May 2006 14:38 GMT | 2 |
hi to all, I want to add a mouse effect in my table,that when ever user bring the mouse in the row of table then the background colour of that row only should be change and the back colour of that page should
|
| Maximum parameters in a function | 18 May 2006 13:38 GMT | 2 |
Please remind me what is the max parameters I can send in a function header. TIA Guy
|
| problem with ParameterModifier in .net 2 | 18 May 2006 13:24 GMT | 1 |
I'm debugging some code that we just migrated from 1.1 to 2.0 net. I'm running into some .vb code that was working before. Dim oParamMod As New Reflection.ParameterModifier(2) oParamMod(0) = True
|
| Additional TreeView Property? | 18 May 2006 13:22 GMT | 1 |
I am using the Web Browser control. When a web page gets downloaded completely, the title of the web page, the URL of the web page & the date & time at which it got downloaded are populated in a text file i.e. each line in the text file has 3 parts. The text file would look
|
| space in file name | 18 May 2006 13:08 GMT | 3 |
I am sending an email through Microsoft Word ( I added a command button and did the program in Visual Basic) and the body of my email is the link to the same document which is a Web file (like http://etc/etc\my filename.doc). My Program is like this:
|
| Checking Internet connection | 18 May 2006 13:06 GMT | 3 |
Iv created an application which uses a web service .. but before starting an application i should be able to check whether is my internet connection is on or off. how can i do this
|
| ActiveX Control, Displaying modeless form -- Error 401 | 18 May 2006 12:40 GMT | 7 |
I know you can't display a modeless form when a modal form is displayed. (VB 101). However, here's my issue.... I created an activeX control that is basically a drop-down menu (similar to a ComboBox). The drop down menu it self is a Form that I am show. Whenn I place my
|
| Applying formatting to a selective word from a line in a Word docu | 18 May 2006 10:04 GMT | 1 |
I am a developer using Visual Basic 6. I have written a program where the user enters some values to text boxes. Depending upon the values, a Word document is created which displays the values entered along with descriptive labels. None of the fields/text boxes are compulsory and ...
|
| Print templates in ASP | 18 May 2006 09:31 GMT | 1 |
My problem related to Print templates(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnie...) I built a template of my own - let's say its location is in "C:\Inetpub\wwwroot\UI\Template.htm".
|
| Query On Asp.Net | 18 May 2006 08:58 GMT | 1 |
Hello Members, i m working on .net from last 2 year. i have query related to sqldatareader class of .net.my query is "why we can not create instance of that sqldatareader class".if u try to create object of that class
|