-
- DataBinding + Manual Field
by sahm
- 11 Replies
- Last post
by Jon1s
- Hi,
I have an application with a customer Access database (.mdb). I used DataBinding and everything seems to work fine when I just update inside the form control fields. However, for the OrderID filed I would like to manipulate the data through the progam and then update the database. How can I update the database with a variable value if I am using DataBinding for the rest of the fields.
-
- unknown error with certain function.
by Belisario93
- 14 Replies
- Last post
by Dave299
- hello again. now I have a problem again. this is from one of my previous projects (i should probably stop making new projects lol). anyway, it throws an error when this function is executed:
Code Snippet
Function FindLvl1() If textbox1.text <= Level1 Then currentlvl.text = "1" Else FindLvl99() End If End Function What is the problem with it
-
- Installation Questions
by David J Krassen
- 1 Replies
- Last post
by Weston Hutchins - MSFT
- Hello
I plan on installing Visual c++ 2005 Express, Visual c# Express, Visual Basic Express, Visual Web Developer 2005 Express and SQL Server 2005 Express. I purchased a book with a Visual C# 2005 CD in it (Build a Program Now! Visual C# 2005 Express Edition), however, it is copyrighted 2006. If I download each version and install it from Microsoft's web page will I be getting the current v
-
- how to build?
by hanumanth
- 13 Replies
- Last post
by Figo Fei - MSFT
- Hi all,
can u plz tell me how to write a c# program to do this..
-> I am having one VC++ application.
-> This vc++ is application contains 2 projects.
-> how to write a c# program to build that VC++ application.
plz give me reply..
Thanks
--hanu
-
- VB.Net - Referencing textboxes in a cloned tab page
by Chris Inns
- 10 Replies
- Last post
by bdbodger
- Hello All
I have scoured the forums high and low but as yet cannot find an answer to my problem.
I am developing an application to produce sales quotations. The program consists of a main form with some controls, one of which is a tab control. To be able to create multiple quotations at once I have created a "quote template" in the form of a tab page. I have created this te
-
- Prevent the debugger from reading the source of .dll
by Evoluator
- 2 Replies
- Last post
by Andreas Johansson
- Hello Again,
I am just like to know if it is possible to prevent the Visual Studio or other debuggers from accessing the source of a .dll library. Is this possible
Because I have a .dll which I like to keep the code literaly secret. Unless highly skilled professionals seek for the code. Is this possible
-
- custom messageboxes?
by hugas
- 2 Replies
- Last post
by disso
- is there a way to customize message boxes
-
- Release version of .exe won't run on other pc's
by GJRoyce
- 14 Replies
- Last post
by GJRoyce
- I built my program and copied the .exe from the /Release folder of my project directory. This program won't run on any computer except the one I built it on. I thought updating the .NET framework on the other pc's would fix the problem, but the program gives an error about not being a valid program.
Is there some other dependency I'm missing
Is there some way to check what a program'
-
- Is possible Form paint event be executed when button is clicked?
by VisualBasicJC
- 4 Replies
- Last post
by VisualBasicJC
- How can I execute this (for example) only when I click my button
Private Sub Form1_Paint( ByVal sender As Object , ByVal e As System.Windows.Forms.PaintEventArgs) Handles Me .Paint
Dim MyBitmap As New Bitmap( "C:\MyImageFile.bmp" )
e.Graphics.DrawImage(MyBitmap, 0, 0)
End Sub
-
- axWindowsMediaPlayer1 - Detect when the currentMedia is finished playing...
by paoloTheCool
- 14 Replies
- Last post
by paoloTheCool
- I was wondering if there was a good way to detect when the current media of a axWindowsMediaPlayer1 control is finished playing. I have my own method, but it doesnt work when the clip is 10 seconds or less.
Thanks,
paoloTheCool
-
- How do I create an xla formatted file using Express?
by DaveBRu
- 10 Replies
- Last post
by Cindy Meister
- Need to get an Excel AddIn compiled for my son so he can support his thesis ( archaeology/PHD ). I can get it to compile in VB 2005 Express, but I cannot get it to generate a .xla file, I just get a binary (dll ) formatted file and a blank setup script. Thanks
UNIX/C programmer lost in a windows world
The program I am trying to stage. Source Follows:
'Program to convert between OS
-
- Close command and explanation pop-up
by lillpengen
- 5 Replies
- Last post
by Ganesan
- I got a form "Welcome" and i got "button1". When i press the "button1" i want the form "Welcome" to close.
What code should i write
And how to get a little pop-up window with explanations about the button, when hoover the button and when stop hoovering the button the pop-up disappear
And if anyone now a guide/place with some
-
- Adding a commandbar to MS Outlook 2003
by Graham Hichly
- 1 Replies
- Last post
by Feng Chen - MSFT
- Hey.
I've written a program that I want to be able to be launched directly from Outlook, simply by clicking on an icon on the commandbar. Is there a way on the 'install' phase of the program to alter the settings of outlook to create this icon and direct it to the path where my program has been installed
Many thanks in advance for your help,
Graham.
-
- Average value to be plotted on real time graph
by wencey
- 3 Replies
- Last post
by ReneeC
- Question:
Assuming that buffer contains a list of value read from serial port. Now that i want to use the values stored in the list to plot a real time graph. I want it to store 60 values n take the total average to plot a point on graph, and this process goes on until there's no more data in the list. I tried this but end up wif errors.
buffer is the list contains data read. Average is list
-
- read/write reg_binary
by art crazy
- 8 Replies
- Last post
by SJWhiteley
- Hi, I'm hoping somebody may be able to help me out. I'm trying to read/write numbers larger than 255 into registry in reg_binary format (pairs of hex). As an example: I'm trying to write 315 and what I would like to see in registry is 3b 01 (little-endian architecture) but what I end up with is 33 00 31 00 35 00 basically each digit is converted in to byte.... I'm trying to write a plugin, so if I
-
- where can I get the description of Excel commands
by Al Chu
- 2 Replies
- Last post
by Al Chu
- Hi
I copied the following code from the MSDN site.
'==========================================================================
' Run an INSERT INTO command to add new records to the workbook.
'==========================================================================
Dim conn1 As New System.Data.OleDb.OleDbConnection(m_sConn1)
conn1.Open()
Dim cmd As New
-
- Why Is It So Difficult To Save and Load Form Text Boxes?
by GAtkins
- 14 Replies
- Last post
by ReneeC
- I would appreciate any help someone could give me.
I have searched this forum endlessly trying to find a way to save 60 or so text boxes on form1 to a file and then later read the information back into the same text boxes.
It seems like I have tried every bit of sample code that I can find and nothing works. I have 5 books on VBE and VB5.
I am a complete novice at this so please be gentle
-
- PDF rendering?
by Lrnr.com
- 0 Replies
- Last post
by Lrnr.com
- O.K., I'm a newbie to VWD Express and coding in general. I'm currently creating a website for work that will not be used by anyone other than myself. The website will be eventually placed on my server at home and I will connect via the web. It basically will have utilities like a carrier entry form, carrier hyper links, company product info etc. My issue is I'd like to create a web form to generat
-
- Batch File
by Chigrboy
- 7 Replies
- Last post
by nobugz
- This is driving me crazy as I've been working on this little function on and off all week and I can't get it to work!!!
What I'm trying to do is run a batch file. That's it. I know that the batch file works and does what it's supposed to by double click on it.
But when i run it via VB.net it just flashes a DOS screen but doesn't run the commands.
I've tried it 500 hundred ways and
-
- Passing arguments by reference
by Nate879
- 3 Replies
- Last post
by Sdi
- How do I pass arguments by reference (like ByRef in VB) in C++
-
- Can't create a project
by mvf
- 4 Replies
- Last post
by mvf
- I've just installed Visual C# 2005 Express Edition. It's taken me most of the day as I had to install XP SP2 first (which was easier said than done). When I try and create a project for a Windows Application I get "Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))" and for a Console Application I get "Error writing the project file. Class not registered
-
- Win CE 5.0
by Glenn Archer
- 1 Replies
- Last post
by Bite Qiu - MSFT
- Is it possible to develop for Windows CE 5.0 using the Express edition
-
- updating a dataset from a datarow (question of why more than how)
by python_and_chips
- 2 Replies
- Last post
by python_and_chips
- I've writen some code that selects a row within a dataset and change a value such as below:- line 1 selectexpr = "subject_id = '" + subjectcode[0]["tei_id"].ToString()+"'"; line 2 DataRow[] selectedrow = dataset.Tables[0].Select(selectexpr); line 3 selectedrow[0][details[1]] = details[2]; What i was supprised at was when i changed the value in the datarow o
-
- program won't start, HELP!!!!!
by The Geek for God&#33;&
- 2 Replies
- Last post
by Rajendra Sabat
- I'm having a problem with this code. I got this code from an Open source project and I can't seem to implement it with my code. My main form is called "main.cs" and the project is called "EasyTility" thus the namespace is called "EasyTility". I added a comment telling where the problem was generated from. I don't know if I'm supposed to have the name of the form, or t
-
- mediaplayer
by Robinhere
- 4 Replies
- Last post
by Robinhere
- I have a textbox on my application, where the user can enter the path for a video. There is a play button which enables users to play the video from the given path in the textbox. The problem I have is: if the user clicks the play button twice, it opens two different forms. I have axwindowsmediaplayer as a video player in the form. How can I make it to play the videos on the same form even if the