Answer Questions
kerberos.dll How do you open an embedded resource?
I am trying to make a program that will will make it easier for me to access some of my smaller frequently used program. I am new to Visual Basic and just discovered how to embed a .exe file into the project. I just dont know how to open it now. Basically there is a button and when it is clicked it needs to open up a .exe file, lets just call it 1.exe. I have looked around everywhere on how to do this and all I found was some resourcemanager com ...Show All
Madhavi25577 Accessing a web service from a vb.net windows form application
I have a web service that I have added as a web refernce in my vb.net application. The web service was created vs2005. I added a web reference in my vb.net application and it shows up as: Web Reference localhost The actual name of my webservice is http://localhost:2758/WebSite4/Service.asmx Now for my question, how do I declare an instance of my ...Show All
Aleniko29139 Tab Key vb.net dll
We have an established vb6 app, which makes different calls to various vb6 dlls depending on our client's requirements. These dlls hold all our forms etc. We are now trying to move any new deployment to vb.net dlls, but are having a big problem with the Key tabbing. If the forms are shown modeless in vb.net all the tabbing functionally is lost. If we display the form modal then the tabbing returns, but that would not be acceptable. (mo ...Show All
Raccess Molecular graphics
Is anyone using the Viewer (from Accelrys) with VB 2005 It is an ActiveX component for 3D Molecular (OpenGL) graphics. It is one of the elements that did not successfully make the transiton from VB6 to VB2005. In VB2005 (express or VS2005) I could add the COM reference to the ToolBox. The code accepts the usual commands for "AxViewerControl401". I can compile the program. But any attempts to run the statements will cause an error: "Attempted to ...Show All
jamesg1 FileSystemWatcher in arraylist
Hi all, I'm trying to monitor changes in a number of folders using FileSystemWatcher. I have a procedure that accepts the path to monitor. A new FileSystemWatcher is created for that path, together with its event handlers, and added to an arraylist (watchList). This seems to work fine, however I would like to be able to modify the attributes of specific watchers at run-time. I'm doing something like this to stop the first watcher in the ...Show All
Simone Poste How to convert to uppercase
Hi. Suppose we have a String "trade", how to convert the first character 't' into uppercase, and thus change the string into "Trade" Another question is about the use of RichTextBox. I would like to highlight a specified word. However, due to its exact matching, some variant forms of the specified word can not be highlighted. For example, if the specified word is "trade", then "Trade" or "TRADE&quo ...Show All
rhino_mik XAML Documentation parse error after installing KB917452
After installing the Hotfix KB 917452 we have new Warnings: XAML Documentation parse error: An invalid character was found in text content. XML comment will be igored. || \/ ''' < summary> ''' ''' </summary> Documentation in Intellisence missing. Is there a bugfix for this bugfix available Horst Maybe http://forums.microsoft.com/MSDN/ ...Show All
AGK Using the "chr(13)" command
When using a VB Textbox control, I do not get a CR when I use the following statement: - txtSeeMeNote = "Hi " & chr(13) & " There". How would I go about inserting a CR in the Textbox window Thanks In Advance. RRHelpPlease I'm not sure what you are asking for. Inserting a CR in the texbox window Do you mean detecting a CR and responding to it Textbox1.multili ...Show All
isoandy inheritance picker
Is inheritance picker available in 2005 Beta express I can't find it Thank you very much. I was abou to go back to my earlier version of VB Hi, I am looking for inheritance picker template for VC# Express version, but could not find it. Is it available , If so, how can I get it Thanks for your help. Xinirnix wrote: ...Show All
Gaurav.Srivastava C# or VB ?
other than familiar syntax is there any reason to use VB instead of C# is the difference only syntax Hi Ever since .NET arrived this question has stirred emotions between those developing in VB and those developing in C# (needlsessly so in my opinion). You often find the usual ramblings that C# is better than VB which I guess stems from when VB classic was an interpreted language against C++ which was a compiled lan ...Show All
kscdavefl Hotkey API Question
I need to make a hook which captures the Printscreen key in any combination (eg Alt+PrintScreen). My application will be running from the taskbar, so there will be no focus. After reading an article (found here: http://www.developerfusion.co.uk/show/271/ ), I was even more confused then before, and was wondering if anyone could explain how I would start I am using Visual Basic .NET. Thank you for your interest. Robert Hoath ...Show All
_Bandit_ XMLHTTPRequest Freez... why?
I am using visual basic 6 for send request to server and following are the code Dim objXml As MSXML.XMLHTTPRequest Set objXml = New XMLHTTPRequest objXml.Open "POST", "Some http url" , False objXml.setRequestHeader "content-type", "application/x-www-form-urlencoded" objXml.send ("") ' >> Freezing point debug.pring objXml.responseText it working perfect.. but prblem is that when i o ...Show All
anderson andy MDI Forms Query
Hi, I am in the process of creating a user interface for an IT Asset Tracking system. I have seen other software such as Numara's Trackit which appears to use an MDI Form for the menus and buttons and then a number of child forms for each tab so that those forms become embedded within the parent form. Is it a good idea to use MDI Forms Within the Inventory section of my application, I want to display a dbgrid on a child form so that it ...Show All
AliAhmadi connect to sql server
hi friends, i am unable to connect to sql server . my code like this dim myconn as adodb.connection start = "provider=sqloledb;data source=myserver;user id='myname';password='ss'; initial catalog='master'" myconn.open start can anybody help me in this favour thanks khaleel Is that the exact code you are using (minus the password and user name of course) Because on line: start = ...Show All
mcory1 Sorting a set of coordinate values (x,y,z)
Hi all, Any one aware of how to sort a set of point coordinates in the top to bottom, left to right fashion For example, I have a set of values like (3,5,10), (4,6,12), (4,6,1), (2,8,14). . (2,8,14) . (4,6,12) ...Show All
