| Thread | Last Post | Replies |
|
| Object reference not set to an instance of an object ON LINE 0 !! | 18 Aug 2005 15:37 GMT | 1 |
Please forgive me if I have posted this in the wrong forum. I didn't see one for "Stupid User / IDE Interactioni Errors" :-))) IF there is another more appropriate one then please redirect me there. When I open a particular form in the IDE (VB.NET 2003) I get
|
| Calculation Problem | 18 Aug 2005 15:17 GMT | 1 |
Using VB6. I have a quite a large program but a summary is given below. xPaid = 0 xEntered = 97.66
|
| vbKeyF10 | 18 Aug 2005 14:58 GMT | 2 |
I am using the F10 key, keycode = 0 to populate a start_date and F12 key to populate a enddate fields. The poblem is if I am in a notes field, write some text then hit the F10 its removes what has been typed into the notes field. And the same
|
| How to get Domain Name from a service? | 18 Aug 2005 14:18 GMT | 1 |
Can someone please show me an easy way to obtain a machine's Domain Name from a VB.Net service application? The Environment.UserDomainName function returns "NT AUTHORITY" when accessed from a service. I've thought about WMI, but hopefully there is an easier solution.
|
| Any easy way to sense when a file is updated | 18 Aug 2005 13:59 GMT | 1 |
I have a VB program where I want to be able to sense when a microsoft access file has been updated (overwritten), so I can refresh data in my vb application. Is there a simple way to do this, without running a refresh cycle at a
|
| getting PWideChar from Delphi Dll | 18 Aug 2005 13:03 GMT | 1 |
I try to pass PWideChar from Delphi's dll to vb like this: Delphi Dll procedure GetExplorerSelectdPaths(var aValue : PWideChar); stdcall; begin
|
| VB & PHP | 18 Aug 2005 12:24 GMT | 7 |
Hi folks - fraid I am not sure where I should be posting this one! Probably a dummy question but here goes anyway! I have a VB app that generates a PC fingerprint ID. I'd like to pass this fingerprint directly from the app, over the web, to a PHP Page that will
|
| Hourly update data in database | 18 Aug 2005 09:24 GMT | 2 |
I am using VB 6.0 SP 5 in W2K . I need to update data , in my case is "Visitor Count" Field in MYSQL database hourly using visual basic 6 . If new hour detected , update "Visitor Count" Field to "0" .
|
| Looking for way to print already created pdfs on demand | 18 Aug 2005 05:31 GMT | 7 |
Have the pdf file already, just need a way to pickup and print on demand. Looking for royalty free. TIA MO
|
| mouse = vbhourglass fails over datagrid | 18 Aug 2005 04:32 GMT | 2 |
I have an interesting dilemma. vb6 form has a datagrid which covers 50% of the form. on datagrid doubleclick I have me.mousepointer = vbhourglass then I do a show form.
|
| Array: subscript out of range | 18 Aug 2005 03:52 GMT | 4 |
Can you please tell me how to fix the "subcript out of range". I am trying write codes that reads a text file (MyTxt) into an array as followiing, (All variables are already declared) Set filTextFile = fsoFeedFile.GetFile(frmMain.txtFileName.Text)
|
| Saving Textbox data with flexgrid data | 18 Aug 2005 03:43 GMT | 1 |
I have a FlexGrid with a floating textbox I use to enter data and do some calculating and stuff.This code I use to save the results to a text file,or load the text file back into the FlexGrid.It works perfectly no matter how many rows the FlexGrid has,however I need to
|
| Help need answers to these .NET interview questions | 18 Aug 2005 02:51 GMT | 14 |
http://www.geocities.com/dotnetinterviews/ Please i do not want to buy that book its heavily priced
|
| Control interrupted by MsgBox | 17 Aug 2005 23:31 GMT | 4 |
I have a situation where I want to simulate a key being held down. I do this by starting a timer in the MouseDown event and stopping the timer with the MouseUp event. My problem comes when the window is interrupted by either a MsgBox or doing a ctrl-break to pause the VB
|
| Problem with menus | 17 Aug 2005 22:26 GMT | 1 |
i hava a mdi form in which i have a menu. I also have a child form which uses the menu of the parent and does not has its own. Now i want to incorporate a popmenu in the child form i am not able to.if i add it in the parent it's throws an error "requires object" and ...
|