Answer Questions
VShaneCurtis auto populate date and time columns in access database
ok this is my first app ever and im trying to enter some data into an access database. i can pass the data i want into the database but cant seem to get the date and time columns to populate with the current time and date. cheers in hope lol You can use the datatables new row event to set values in the new row. http://www.vb-tips.com/default.aspx ID=6b05b025-2ace-4ad0-9eae-a95385888e22 err ok so im very new how would ...Show All
Federico Kolliker Frers - MSFT Import/Export Settings Deletes my text-snippets in the Toolbox Tab
I had a ton of text-snippets in a new Tab on my Toolbox. Then I needed to reformat my harddrive. So I used the "Import/Export Settings" to save my settings and my text-snippets(I thought). When I was done with the reformat and imported the settings ALL of my text-snippets from my Tab on the Toolbox was gone! The "Import/Export Settings" did save my Tabs but not my precious snippets. So now I ask; where does the IDE saves my text-snippets from t ...Show All
GaryWH Command object
In Visual Basic.Net 2003 there were oleDbCommand objects which I used to create a select statement. I then created an oleDbDataReader in code. The command object then executed the reader object which I used to fill my comboBox with items. I did this so that I could update the items in the combobox from another form and so the comboBox would put the string in my database field and not the ID. My question is: I don't see the command object and ...Show All
Nick Anzano Visual Web Dev...problem, where am I going wrong? Please help!
hello. If someone could please help with image boxes that would be great, the problem is the jpg is visable on my construction IDE but when I start debugging on the local host it does'nt appear. It's driving me crazy. I've added the item through new item --> resource file. and is visable in the app resources file and I've linked it through the properties image url. Please could some provide a checklist for inserting images onto my we ...Show All
jtf01 Suddenly my Form1 is HUGE!
Visual Basic 2005 Express Edition: My debugging sessions have been going fine, suddenly my Form1 is HUGE! My screen mode is still 1024x768, but, my Form1 is greatly enlarged - like it is in 800x600 mode. I don't know how that happened! I compared the Properties of my Form1 with the Properties of Form1 in a new application and they are the same! Send me your telephone number. Or, I could send ...Show All
ding ding Constants
I've noticed that in Visual Basic, some sub calls make a list of constants appear for me to choose from. An example is the MsgBox, when I type the buttons, a list appears for me to choose from. How do I write a sub that will do this My programming experience for the last 6 years or so has been almost exclusively limited to ASP using notepad, so take this with a grain of salt... well, make that a whole bag of s ...Show All
zivco Office Development
Hi, having had a look at the Visual Studio Express, I'm rather thrilled, especially as code developed with it can be distributed commercially. However, I am wondering about teh implications of one point on the comparison site. Does the fact that Office Development is not supported mean that the "new" (I'm used to VB6) Office Tools of .Net are not supported, or that even the basic office objects as available in VB6 are not offered C ...Show All
GeoB HELP ME !!!!!!!!!!!!
Keep in mind that i named my label to box 1. If we want to keep the box within the boundaries, then we must have a way to test whether the box is moving out of the boundaries. a. Which properties of the box would you use to check b. ...Show All
Renze HOWTO Get data from my form and pass it to an Access databes
what is the best way for me to get data from a form (textbox) and pass it to an access database i need it to create a new row get data from 4 textboxes and also the current time and then pass the variables into an sql query(prob) and into the database i no howto set the variable and the datetime.now but whats the cleanest way of inserting the new row cheers binks hi, the cleanest way is to you use dataset and tableadapter ...Show All
Charles Adams runtime error
I also get this error don't have google tool bar or McAfee Micorsoft Visual C++Runtime Library Program:C:\Programs Files\Internet Explorer\iexplore.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application support team for mor info. PPPPPlease Help I also get this but it came after installing Java. do i uninstall Java There are no updates o ...Show All
Leo Lucas SendKeys Only Sending Once...
Okay, I'll be quick. What I'm trying to do is use SendKeys( My.Computer.Keyboard.SendKeys(String, Boolean)) to sent text to one of my online games so I can play and not type all the time. Here is what I am doing: Declare Auto Function FindWindow Lib "USER32.DLL" (ByVal lpClassName As String, ByVal lpWindowName As String) As IntPtr Declare Auto Function SetForegroundWindow Lib "USER32.DLL" (ByVal hWnd As IntPtr) As Bool ...Show All
csaunders DirectX in Visual Basic
I have been developing 3d games using vb6 for a while, though i have not even managed to create a DirectX7 object in VB.Net 2005 Express edition. Can anyone give me some detailed guidance of how to create a DirectX7 object, including how to add references Woah, DX7 in Visual Basic 2005 I used to code in DX7 with VB6, but good luck doing that in 2005. You are probably better off downloading the DirectX 9.0c SDK and using Di ...Show All
piaskal how do i create custom error page in config. and do i actually need to create one when i uploaded my site to web, it keeps
I.m very new in this web devlop. and i just finished set one website with membership required. when i uploaded this to web. it keeps displaying the same error saying "error mode= off" something like that. and create a custom error page in config. i'm so lost, i don't know what to do. now, my web hosting co. fix it where error displays window fixed error message " 500" don't know what that code # means. also whenever i try to ...Show All
Leo Fi Help with TextBoxes
Hi, I'm a Newbie. Suppose I have 20 Text Boxes; say TextBox.1 to Textbox.20. How can I access or add data to these Text Boxes by using a variable (e.g. put 5 in Box 5, put 9 in Box 9, etc.) I don't want to write a separate piece of code for each individual Text Box. Thanks, David. Thanks guys, you've really helped solved my problem. Now I'm wondering if there's another way to referen ...Show All
KaneZMY system hangs?
A search for related questions, etc. turns up nothing useful. Some time after installing MS VB 2005 Express Edition, my system started freezing up, requiring a cold boot every few minutes. So I uninstalled using the recommended tool. My system recovered 100%: no more freezing. Then I reinstalled. For now, things seem to go all right. My question, before it is too late to ask: how can I as a user _document_ these system hang-ups I ch ...Show All
