Answer Questions
Steven Haggerty SQL Express 2005 won't save any data
Can someone please help me I am so stuck. I've constructed the example in Help 5 times and the 16 part learning series (section 9) 9 or 10 times, and cannot get the Data Grid View or Details View drag and drop database to do anything other than display data. They simply will not save any data at all. To answer your question, I have created the table, entered sample data and hooked up the data source. I followed directions ...Show All
kezzzs New Question
How do I create a grid of pictureboxes (25 x 25) on Visual Basic 2005 and auto-name them pbx(row)_(column) for the picture boxes It is to slow and hard to manually rename all 625 of them. Ok question answered, thanks. New question: OK, I ran into another problem. I want it be so that if I click the picture box with the person in it, you can move him by clicking on another tile. How do I do this (I tried (got from Dustin_H 's sample code) : ...Show All
caprio inline XML-based code documentation for VB.net
Can someone point me in the right direction to find the syntax for Inline xml-based code documentation/intellisense documentation for vb.net. I had heard that MS was including this for VB in VS2005 and found one reference to it in a vb.net features page but cannot find any examples or documentation on the syntax. Thanks Collin Just type. ''' Similar to the /// in C# ...Show All
AndrewMurdock Execute Exe files in remote server
Hai Guys, My machine: Win 2000,VB 6.0 Server : Win I am here with an issue, I am transferring files from my machine to remote server. I do it by identifying its IP. After FTP I need to invoke a batch or exe file that is present in the remote server. I need to know how to invoke or execute the exe or batch file from my machine. Some one help me with any references or sites or sample codes. ...Show All
shart Catching SQL Server connection exception
Hello All! I have a small VB 2005 read-only app with a SQL Server back end. I am working on error handling. When filling table adapters,I want to catch exceptions thrown when a SQL Server connection cannot be established and display a certain message to the user. I would like to test for an error number but I am not sure exactly wich kind of exception and property to look for. What's the best way to do this Is there a better way to test t ...Show All
Stephane Toolbar Sizing
Ok, this might take a bit to explain. On my form, I have dynamically created my menu's and toolbars (just because of the over head the development studio creates). I have no problem with creating these.... On my toolbar, I created my icons 24x24. On one of my toolbar buttons, I have it drop down to display a list of colours. In the list, I don't plan on having anything except checkmarks. It appears that my dropdown menu uses checkmarks which are ...Show All
Polo Lee ** Integration With Excel Via ...**
Hi , Actually I got a problem regarding integrating “my VB2005(BETA2) Pro with Excel “.. My Program simply fetches the Memory Looking Up for Some values to export to excel.. I did that very well in VB.Net 2003 but it didn't work with VB 2005(Beta) Whenever I add the Excel Reference (Library), I see nothing in the Project Explorer. Besides, I always get a syntax error indicating that the Object Of the Excel application, the &nb ...Show All
denisJaubert Drawing coordinates reference
Hi, When using drawing functions, is there a way to change the coordinates references (the 0,0 point). That would be useful in functions and sub to which you pass coordinates parameters. You would refer these coordinates as 0,0 point and then the following code would be easier to write. Patrick Before you start drawing, call Graphics.TranslateTransform(x, y). Thank you for the information. That is exactly ...Show All
Darren Whobrey resource generation
I have three (VB) projects which share a couple of user controls. One project contains the actual source files whilst the others have a Link to the source. When I run the code, the resource manager fails to locate the resources for the controls when instantiated via the "Link" scenario. Investigation shows that the embedded resources have the root (filename/namespace) of the original project. Am I doing something wrong H ...Show All
Lama Karmi how can i disable HOOK?(in vb.net)
hi i will have a question how can i disable or disarm HOOK (in vb.net) Please Help!!! I think the answer is NO. You can't disable it without disabling windows. Windows normally uses hooking. I'd just simply say the best way to disable hooking is to run Linux. If it could be done, it would already be built in. However, antivirus programs typically catch keylogger programs - the codepattern is fairly consisten ...Show All
Ivan Farkas I have problems in my registry app, please help?
Hello, I got this application which was compatiable with Visual Basic 6.0 so i upgraded to Visual Studio (basic) 2005 BETA 2 and then it didnt work. What it does you click a command button and it inserts keys to the registry and adds a Shell Context Menu and 'Upload to GuruImages' will appear when you right click a .png file. Could somebody tell me why this doesnt work, and how would I make it insert these keys into the registry on installati ...Show All
Faiz Farazi Sending an Email containing a Hyperlink
Can anyone help me with the following: I would like to automate sending an Email (via Outlook) containing a hyperlink to a predefined file on our server. I used the code below to send the Mail, which works fine, but I cannot get it to include the hyperlink in the body: Dim EMail As Object Dim Link As String Link = "G:\...." 'Filepath Set EMail = CreateObject("Outlook.Application") 'Assign Outlook application to ...Show All
s3ns Hidding NOT working
Dir Team i have a form include two tables master and detail 'textboxes & grid' i want to hide a coulmn from the grid i made tablestyle collection:,mapping table,collection,mapping coulmn width=0 STILL NOT WORKING Hi Hassano Yes the DataGridView control is new for VS2005 and not available in the earlier versions. (And the VS2003 DataGrid doesn't have an AutoGenerateColumns Prop ...Show All
William Au Yeung Link in a MenuStrip
Im trying to creat a link inside a menustrip. Is this possible and if so what would the code be that i insert. Private Sub SocomIIUSNavySealsOnlineToolStripMenuItem_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles SocomIIUSNavySealsOnlineToolStripMenuItem.Click ' I need thise to point to a web site. End Sub Using your exampl ...Show All
Bert Muller Is there this mouse event for a DIV control?
Hi, Does a DIV control(asp.net vb context menu) have attribute or events which can detect mouse-clicks outside of the control I read that there is an onclick event, div.attributes["onclick"], but the event is for mouse clicks within the control. Are there mouseclick events which can be detected outside of the control e.g When the user clicks anywhere on the page, the context menu will dissapear. ...Show All
