you should make: ExecuteScalor statement NOT ExecuteNonQuery QAIS ... From: "Arul Nayagam" <arul@...> To: <visualbasic_official@yahoogroups.com> Sent:...
Have a look on VSFlexGrid. It is a part of ComponentOne studio. U can find it at http://www.componentone.com/Products.aspx?ProductCode=1 Thanks Bharat jey_4_u...
There is a component called "Janus Gridex" satisfying your need and many more rich features, but it is not free. See http://www.janusys.com/ jey_4_u...
Hi All I want to get urdu text from inpage .inp to vb.net form it's urgent Thanks in advance ... Do you Yahoo!? Take Yahoo! Mail with you! Get it on your...
I was looking for something simular to the input mask property in MS Access for a text box. I tried to use the COM component "Microsoft Masked Edit Control"...
Hello everybody. I need some help, i'm new with VB.Net i don't know how to use ASP.Net in .Net My MainMenu at .Net have some error and i have already reinstall...
Dear friend look for a property in the properties window of the textbox. i dont remeber the name right now but i am sure your answer is in the proerties window...
Members, Can anyone help me with a simple coding issue? I am sure some of you have had to deal with this before. I have been trying to find the answer for a...
Paul, Here is an excerpt from the Visual Studio Help. See if this is along the lines to what you are looking for. Property Value true to display the form as a...
That sounds like an API function. Since I seldom use them, I can not help ... From: Paul Whitaker To: visualbasic_official@yahoogroups.com Sent: Tuesday,...
Hi, If you are using VB.Net or C#.Net you have a form property like Always Top you can set this property True so that your form always on top. Thanks ...
Set TopMost property of the form true to set your form always on top of any other window. K.Srikanth, (Software Engineer) India Softima Services (P) Ltd. ...
When I run a program from the desktop it works fine. When I run it from a network connection I get this error: What should I be looking for? [Non-text portions...
You should be trying to determine as whom the application in executing. You can find this out using the Microsoft Management Console. Once you know that you...
I am working on a project that requiers me to access and manipulate jobs in several print queues operating on a win2k server. I need to: 1) access the...
We are using Oracle database in VB programming. At the client machine, how we can connect oracle database if the client machine is not installed Oracle Client....
I have a datagrid that pulls values from a database. The first column is the ID number for the record with a width of 0. I have it set up where the whole row...
How do I hande 32 bits icons with alpha in .net? I would like my button to have an .ico image attached to it but everytime I do it, the supposed shadow turns...
I am having trouble loading a variable with correct values. If my checkbox is unchecked it will load with the correct values but if it is checked then it will...
Button with a Picture ****************** Buttons with images are a popular user interface technique. Although the .NET Compact Framework does not support the...
Hi .. can anyone help I have created an application utilising web services. When running on my local machine all is OK. However when I deploy the web...
Is there away to find out what DPI setting is set on a computer and record that value to a variable? For example, 96 DPI is normal and 120 DPI is large....
Hi, I'm just new to VB programming, I just want to ask, where can I find a tutorial on VB Programming? My version is VB 5.0 that I got from my father thanks ...
To get you started: http://www.vbtutor.net/ It's VB 6.0, but that should work. ... From: juan_cd91 [mailto:juan_cd91@...] Sent: Tuesday, September 14,...
Hi! Can anyone tell me how can I get the list of all the shared folders on the network (for a particular ip add.) using VB.net,like we type UDP address...