| Thread | Last Post | Replies |
|
| What does SomeForm.ShowDialog(Me) do is Me is a UserControl | 12 Sep 2005 20:54 GMT | 4 |
What does SomeForm.ShowDialog(Me) do is Me is a UserControl. The Help describes what happens if Me is a form but I wonder if "Window" would be a more accurate term then "Form". That is, will it force SomeForm to be on top of Me if Me is a control placed
|
| Excel instance in VB.Net - as child of parent form | 12 Sep 2005 19:40 GMT | 2 |
Firstly I hope I'm in the right forum ..... if not can someone re-direct me please. I have an application with a main form properties set to mdiparent = true. Toolbar button allows user to open an instance of Excel for work on a
|
| Object Datasource | 12 Sep 2005 18:27 GMT | 1 |
I'm trying a sample from a book, but I can't get it to work fully. My Create datasource sees my class fine. When I drag my Computer Class onto the form, in datagridview format, it looks fine in design. But when I run it, theres no data in the grid. Any suggestions? Or an example, ...
|
| can't delete file | 12 Sep 2005 17:20 GMT | 1 |
I need a form to delete an image that is shown in a control, to replace with another image. I tried changing the archive that is showing the control, closing the form and then deleting the old image, but there's an error
|
| Trial version | 12 Sep 2005 17:18 GMT | 3 |
need some help with making a trial version. Well, creating a key based on the customers email and a random key is not the problem, but how to avoid a statement like this: VB:
|
| Who to change GET to POST Method in this code? | 12 Sep 2005 17:01 GMT | 4 |
I am having a real trouble to figure out how to amend this code to switch from GET to POST method. -------------------------------------------------------- Public Function GetPageHTML(ByVal URL As String, Optional ByVal
|
| VB 6.3 Int Problem | 12 Sep 2005 16:20 GMT | 4 |
Since the last update for office 2003, i've been having issues with the int() function in vb (version 9972 vba retail 6.4.992) The accounting software that the business i work for writes for dozens of clients regularly uses x = (int(x*100))/100 to ensure that there are no
|
| 2003 and 2005 | 12 Sep 2005 15:38 GMT | 5 |
Can I install VS2005beta2 onto the same machine that I use VS2003 without causing conflicts?? --- Tym
|
| Options for an Enum with reserved types | 12 Sep 2005 15:22 GMT | 3 |
I have a quick and "simple" question that will probably boil down to opinion more than anything else. I need a FieldType property for a class I am writing. As such an Enum would be the perfect solution for this property. In C# I can write
|
| Problem in uploading a folder | 12 Sep 2005 12:32 GMT | 2 |
I am facing a different problem in my application. In that I am uploading a folder that contain only images. Everything was done and was working fine too. When I executed the application using the localhost it works fine. But when my machine acts as a client and executes the ...
|
| toolbar mousehover events | 12 Sep 2005 12:27 GMT | 4 |
I am trying to change the message of status bar when the mouse pointer hovers over the toolbar buttons. What event should I capture? How can I determine which button is pointed to by the mouse pointer?
|
| URL | 12 Sep 2005 12:13 GMT | 2 |
hi, sryif anyone gets annoyed by this but im a C++ programmer along with Vb and i cant find the URL to the c++ newsgroup and ive been looking all over the site and cant get there....does anyone have it? seems like a noob q but my comp is messed at the moment....
|
| "Send Data to printer without using crystal report" | 12 Sep 2005 12:08 GMT | 1 |
I want to print a page. which is preformatted. i have to send values on different location of the page. eg [parametervalues] date..[date].......... VoucherNo.....[voucherno].. Ordered Product ...
|
| instance started? | 12 Sep 2005 12:05 GMT | 2 |
how to ensure that my program can't start twice on same machine? Which code to use in Sub Main() ? Is there anything with Process Class thx
|
| preventing form to close | 12 Sep 2005 12:04 GMT | 2 |
Once the user has clicked on the close button of my MDI form I do error checking in the Closing event if errors have been found the form should not be closed. How can I prevent the form to be closed though ?
|