Forum: C# Jul 20th, 2009 |
| Replies: 3 Views: 247 |
Forum: C# Jul 18th, 2009 |
| Replies: 3 Views: 247 Hi,
Environment.SpecialFolder, this returns a enum without having a
public GetEnumerator();,
, can u tell me how to access the values like by using foreach statement? |
Forum: C# Jul 13th, 2009 |
| Replies: 1 Views: 161 Hi,
What is the units (e.g bytes or kb or mb etc) in which HttpWebResponse.ContentLength; returns its value?
Also that of Stream.Length;
I'm using C#.net.
Thank you.
[all ur help is highly... |
Forum: Visual Basic 4 / 5 / 6 May 15th, 2009 |
| Replies: 4 Views: 453 I was wondering if there is some other way, like by checking the Title of the forms open or something.
Pls tell me if im wrong.
Thank you. |
Forum: Visual Basic 4 / 5 / 6 May 15th, 2009 |
| Replies: 3 Views: 628 |
Forum: Visual Basic 4 / 5 / 6 May 14th, 2009 |
| Replies: 4 Views: 453 Hi,
I open notepads and other applications using shell during runtime. But now I want to check out whether these applications are open or not. How am I supposed to do that? |
Forum: Visual Basic 4 / 5 / 6 May 14th, 2009 |
| Replies: 3 Views: 628 Hi,
I have created a project using MS Access db its working fine except one. A dialogue box opens up when running its exe, saying "Please enter MS JET OLE DB initialization information."
But I have... |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2009 |
| Replies: 2 Views: 299 I know its a bit hard to perform |
Forum: Visual Basic 4 / 5 / 6 Apr 21st, 2009 |
| Replies: 2 Views: 299 Hi,
Consider there are 3 tables as following:
Table1
=============================================================================================
| SerialNum | Date | B | C | D | Table2Number... |
Forum: Visual Basic 4 / 5 / 6 Mar 27th, 2009 |
| Replies: 5 Views: 525 I know that already, but is there any other way or idea ? |
Forum: Visual Basic 4 / 5 / 6 Mar 26th, 2009 |
| Replies: 5 Views: 525 Hi,
In the VB projects that use Access Databases, its found that the user is able to access the database directly (manually) ie by reaching the file and double clicking it open.
But, what all can i... |
Forum: Visual Basic 4 / 5 / 6 Mar 18th, 2009 |
| Replies: 6 Views: 816 But im right now coding my project and as far as ive tried it, it gives some error on running a ".vbp" file
Please Wait till at least i write a sample prog exe. |
Forum: Visual Basic 4 / 5 / 6 Mar 18th, 2009 |
| Replies: 2 Views: 1,893 Let me try to help in this case, (Since i got the same doubt),
See, there is a DataEnvironment, it has a Connection object and both's required properties set at design time. There is also a... |
Forum: Visual Basic 4 / 5 / 6 Mar 18th, 2009 |
| Replies: 6 Views: 816 I found lots of people asking the same question.
But only to find no answers to correct it.
WE NEED TO SOLVE THIS AND SHOW THE PEOPLE OUT THERE, WHAT DANIWEB.COM MEMBERS ARE MADE OF ! |
Forum: Visual Basic 4 / 5 / 6 Mar 18th, 2009 |
| Replies: 6 Views: 816 I had already tried Reintsalling, but that did not work! |
Forum: Visual Basic 4 / 5 / 6 Mar 17th, 2009 |
| Replies: 6 Views: 816 URGENT
Hi,
Ive found that earlier when i used DataControl in any of my Forms it did not give any problem worked fine.
But after sometime when i started to run those Forms it gave me an error... |
Forum: Visual Basic 4 / 5 / 6 Mar 9th, 2009 |
| Replies: 2 Views: 1,729 Private Declare Function Function_Name Lib "user32" () As Datatype
I've found such lines used in many VB6 projects and tutorials.
What is it? What actually is this used for? Are there more such... |
Forum: Visual Basic 4 / 5 / 6 Mar 8th, 2009 |
| Replies: 5 Views: 1,071 Thanks that helped in selecting the required text.
But still im not able to put it in a variable or access the text via code.
You know how to do that? |
Forum: Visual Basic 4 / 5 / 6 Mar 6th, 2009 |
| Replies: 5 Views: 1,071 Hi,
How can i open a PDF file in Form instead of using a shell to open it?
Also i want to select some text in the opened PDF file and store it in a variable.
Thank you. |
Forum: Visual Basic 4 / 5 / 6 Mar 6th, 2009 |
| Replies: 8 Views: 751 |
Forum: Visual Basic 4 / 5 / 6 Mar 6th, 2009 |
| Replies: 8 Views: 751 Thank you,
I too had considered the Thread concept but I dont know how to implement Thread in VB 6.
Can you help me how to create and implement Threads? I think that would work.
Any other... |
Forum: Visual Basic 4 / 5 / 6 Mar 4th, 2009 |
| Replies: 8 Views: 751 Consider this VB6 source code
Public bc As Boolean
Dim x As Long
Private Sub Command1_Click()
If bc Then
MsgBox x
Exit Sub |
Forum: Visual Basic 4 / 5 / 6 Feb 24th, 2009 |
| Replies: 16 Views: 1,211 ONCE AGAIN REPEATING THE PROBLEM |
Forum: Visual Basic 4 / 5 / 6 Feb 24th, 2009 |
| Replies: 16 Views: 1,211 O!
i'm terribly sorry for that!!
(What's happening to me these days? ...... might be that im in high tension to know more!!!)
once again i'm sorry!!
Pls help me with the main problem!! that we... |
Forum: Visual Basic 4 / 5 / 6 Feb 23rd, 2009 |
| Replies: 16 Views: 1,211 But if i replace the GoTo statement with End Sub, it give a compiler error "Block If without End If". So i had to use the GoTo statement.
Now pls can anyone help me in solving the basic problem... |
Forum: Visual Basic 4 / 5 / 6 Feb 22nd, 2009 |
| Replies: 16 Views: 1,211 Consider this code:
Public bc As Boolean
Dim x As Long
Private Sub Command1_Click()
If bc Then
MsgBox x
GoTo EndHere |
Forum: Visual Basic 4 / 5 / 6 Feb 18th, 2009 |
| Replies: 16 Views: 1,211 @ Comatose
Okay!
that does work.
but in ur example u had written End statement for Button2 and that ends the whole program, instead i want to just end the running sub-procedure or the loop.
... |
Forum: Visual Basic 4 / 5 / 6 Feb 18th, 2009 |
| Replies: 16 Views: 1,211 Sorry it did not work for me.....
Pls can anyone help me with this.
can creating thread help with this? |
Forum: Visual Basic 4 / 5 / 6 Feb 16th, 2009 |
| Replies: 16 Views: 1,211 Im not running any other program or shell.
Its just that the Form1 is processing a long process. Like suppose counting to 1000crores or more. |
Forum: Visual Basic 4 / 5 / 6 Feb 16th, 2009 |
| Replies: 16 Views: 1,211 Sorry this did not work i told u that, mu Form1 gets disabled, thats normal when there's some long process is taking place. So im not getting access to the cmdButton (to click). |
Forum: Visual Basic 4 / 5 / 6 Feb 14th, 2009 |
| Replies: 16 Views: 1,211 Also the problem is that my Form1 which runs the process goes like disabled (automatically), ..... thats because, .... u can imagine because its a long process.
so im not able access the... |
Forum: Visual Basic 4 / 5 / 6 Feb 14th, 2009 |
| Replies: 16 Views: 1,211 hi,
i've created a Form1 which contains a long running process. But i want an feature that will help the user to stop the running process in between, when i click a Button or some other control.
... |
Forum: Visual Basic 4 / 5 / 6 Feb 4th, 2009 |
| Replies: 0 Views: 395 How can one send the data in a Form's controls like textboxes, labels, comboboxes etc. to a Datareport?
Does anyone have a suggestion? |
Forum: Visual Basic 4 / 5 / 6 Feb 4th, 2009 |
| Replies: 2 Views: 526 Im also having a similar doubt!
im using Access. |
Forum: Visual Basic 4 / 5 / 6 Jan 19th, 2009 |
| Replies: 7 Views: 1,095 Thanks
that all sure did help ! |
Forum: Visual Basic 4 / 5 / 6 Jan 19th, 2009 |
| Replies: 9 Views: 1,381 AppActivate("calculator") does not return an value!!!
Can u please explain wht did u mean by "FindWindow" ? |
Forum: Visual Basic 4 / 5 / 6 Jan 18th, 2009 |
| Replies: 7 Views: 1,095 Sorry my friend this did not work !!!
Any other ideas ? |
Forum: Visual Basic 4 / 5 / 6 Jan 18th, 2009 |
| Replies: 9 Views: 1,381 Thanks !
and im calling a windows calculator how to find out whether a calculator is already active? |
Forum: Visual Basic 4 / 5 / 6 Jan 18th, 2009 |
| Replies: 9 Views: 1,381 Can u suggest some other methods like, is there any class or methods to detect the active child form and external windows. Such as App class?
Pls help!!! |
Forum: Visual Basic 4 / 5 / 6 Jan 18th, 2009 |
| Replies: 7 Views: 1,095 Hi,
Im not able to center a child form of a parent MDIForm (MDIForm1) it shows up error message "Invalid property value" while setting the StartUpPosition property to 1-CenterOwner, or... |