Answer Questions
Damien Watkins - MSFT Connecting to an Access 2003 Database from VB 2005 Express
Hi ! I have a form with some textboxes and a button. I have an Access Database on my desktop. I want to write the values from my textboxes to a table in the database. I havesome code to do this, and it should work, but It throws an exception that is far too complicated for a Newbie like me to decifer. Here is the Excption (on top) with the code I'm using below that. Heeeeelllllp! P.S . The values in the "TextBoxes&qu ...Show All
Coriolan Inherit
Hi there, I've created an form as mdicontainer. I've created an toolbar with 2 menu's. 1 menu is the mdilist. Now, I want to create childforms. It works partly. The form opens correct, but the inherited form has an title-bar and is too small and too low. I want to open an integrated subform, so you can't see that it is an apart form. ...Show All
franking Need help with for and pictureboxes
I'm making a map editor to make maps Every tile is a picurebox. In the menu there is a command "New" wich will load all the default pics into the picturebozes, so you can make a new map i created this for statement dim i as integer For i = 0 To 391 PictureBox(i).image = My.Resources.Image_default Next i But this doesn't work. There is something wrong with the PictureBox(i).image Please help me. I'm using vb2005 Thanks in advance, Radexxio ...Show All
Tilak Wot to write in order to find the maximum number?
I wrote the following : int r; foreach(TextBox t in panel1.controls) { r=rnd.next(100); t.text=r.tostring(); } my aim is to randomize numbers for 5 textboxes in a panel and then i want to show the maximum number in a separate textbox called tmax. WHO CAN HELP hi, i guess you can do that by using variable something like this int r; int max = 0; foreach(TextBox t in panel1.controls) { r=rnd.next(100); ...Show All
i-developer String to DWord
How can I turn a string into a Dword Dword http://en.wikipedia.org/wiki/Dword_%28Computer%29 As a string is not specifically a numeric type although it can be converted to a numerical value - I'm rather asking the question of what context this is in. Is it a dword pointer to a string which is fairly common in API calls. The dword type is often used for interacting with Unmanaged API's - and "Dword" is not an intrin ...Show All
MeToo Express version for 64 bits development
Hi, I've installed the express edition to my Windows XP 64 bits thinking that I could do some 64 bits development but it turns out that it only have 32 bits support. Therefore you need to use the C++ compiler that comes with the Platform SDK. Is that on purpose Or am I missing something to make it compile to 64 bits Thanks, Manu Hi, Go to; http://msdn2.microsoft.com/en-us/library/hs24szh9.aspx Hope th ...Show All
anonymizer notepad
Hi to all, Iam implementing a notepad application.When i seleceted from Format->font menu the fonts are applied to the existing text in the textbox.After applying i saved the application.But the selected fonts from the Font menu are not applied to the text I used the following code for saving streamwriter sw = new StreamWriter (--filename); sw.Write(textBox1.Text); sw.Close(); Please help me. Thanks i ...Show All
brendony C++/SDK fails to link empty app
I've installed Visual C++ express and the SDK as per instructions - everything makes sens, but when i try to do the last stage of the SDK set up - build an empty app - I get link errors such as: test1.obj : error LNK2019: unresolved external symbol __imp__DispatchMessageW@4 referenced in function _wWinMain@16 All paths look ok in the paths setup, i've tried both the GUI way of putting the SDK paths in and editing the file as well - everyt ...Show All
AlbertHo Problem writing to database
I have a problem writing data to a database that I hope someone here can help me with. I have a program whose main function is to record daily measurements. The measurements are saved in a database. This piece works just fine. Another piece I am working on is the ability to add new users with passwords etc to the program. When I open the window I can add a new user and then review all users with the new user shown. However, if I close this windo ...Show All
Edwardo .Net Framework SDK 2.0
Hello, I have visual C# express edition Beta2. I have recently downloaded the .net framework 2.0 and the SDK (latest version) yesterday. However when i have installed the.net sdk vc# xpress ide does not start. The splash screen comes and it gets terminated without any error or information. I beleive it is version problem. Can anyone help so that i can use both together. Thanks, Halani A Luke Hoban, Thanks for your reply. You mean the ...Show All
Rul Registration is somewhat confusing
I think I registered successfully but I haven't received a key, only a thank-you email. Does anyone understand exactly what is supposed to happen when registering Thanks. Doesn't anyone understand the registration procedure Expressman, sorry for the inconvenience you are having. Can provide me with some information If you go to Help->Register Product..., does ...Show All
tnyx storing multiple iso files on DVD - Sessions?
Hi, Is it possible to burn multiple iso/img files on a single DVD I cannot find an app that supports this. I believe that there's some way to create multiple Sessions which allows you to put a file into an individual session. I may be wrong about the name for this, but I'd like to know if there's any way to burn all the VS Express iso/img files on a single DVD rather than a DVD per Express app. Thanks! jack ...Show All
kevinho vbKeyEscape
Hi to All, Exits some way to intercept a Keyboard Key This is my question: How can i close a form by pressing the Escape Key. Thanks For Visual Basic Express beta2 We have to set to True the KeyPreview of the Form, and in the KeyUp Events add this code Private Sub frmSettings_KeyUp( ByVal sender As Object , ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me .KeyUp If (e.KeyCode = Keys.Escape ...Show All
JDT Intellectual Question??
Hi There Below Is a Is a Generated VB Simple Program. - A Windows Form with a Rich Text Editor Control loaded with the Text - "Hello World Without A Printer"....... < Global .Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protec ...Show All
Arvish_Mungur inputbox
im kinda new to programming, and im creating a hangman game. Im using visual basics 2005 express edition, and i was wondering if someone can tell me how to use code for an inputbox, thanks InputBox function gets a string of text entered by the user Example Private Sub Button1_Click(ByVal sender As System.Object, ByVal e_ As System.EventArgs) Handles Button1.Click Dim s As String = InputBox("Enter som ...Show All
