Answer Questions
Greg Leepart Sending multiple attachments with Acces
Sorry I'm not a programmer but if someone could help me or guide me where to find an answer that would be great! I'm using access macros to process queries and data and send report files as emails, but I'm also wanting my macros or access to attach few other files from our network to the email to send out all in one email. I was told this could be done with some VB coding. If this makes any sense to anyone let me know, thanks! ...Show All
Jariibomo Displaying more than one value per combobox line
im populating a combobox with the following code: cmb.DataSource = ds.Tables(myTable) cmb.DisplayMember = "DrawingNumber" cmb.ValueMember = "DrawingNumber" I'd like the DisplayMember to display 3 fields from the DataSet next to each other. I tried the following but it didnt work: cmb.DataSource = ds.Tables(myTable) cmb.DisplayMember = "DrawingNumber" & " - " & &q ...Show All
tml2004 How to add multiple files in a *.cab file
Hi! Goodmorning, I can create new cab file simple c:\>makecabe sourcefile newfile.cab but I want to add multiple file in that cab file, How can I do please reply me either by email @ fahim_ashfaq@hotmail.com I will be very thankful to you. Sorry I don't do email. http://www.snapfiles.com/get/freecommander.html Here is a utility that will do it OR with VS2005 you can start a new project and look under Setup ...Show All
Jonathan Howard Missing Right and Left String Functions
I have lost my Right and Left string functions. Mid is still present, but Right and Left now refer to the distance in pixels from the edge of a control. How can I get my string functions back again they should be in the Microsoft.VisualBasic assembly. is that referenced Thank you for your response! Microsoft.VisualBasic is checked on the Project References panel. (VB 2005 Express). I have References to System, Syst ...Show All
Orf Quarenghi Using a Variable inplace of a Textbox name...
Im writing a piece of software with over 200 text box's in it, most of which are not displayed until certain criteria are met. What im trying todo is be able to use the name of a variable inplace of the text box title in conjunction with visible = true to save myself a heap of code. EG: Private Sub BoxShow() LabelValue.Visible = True <- which dosnt work ofcourse Count = +1 End Sub LabelValue is being set as the name of the text box, ...Show All
bob maskin Remaining videos on VB.NET
Its seems like Microsoft has forgotten to put the rest of 10 videos on VB.NET to make it a collection of 16 Videos in total. I am waiting to learn more about VB.NET 2005 so please make it fast. I was wondering how long the registration is valid for ...Show All
ps0118mj Calling Fortran routines from Visual Basic
Hi there! I would like to know if there's some way to succesfully mix Fortran-Visual Basic codes. I've already followed some examples included in Fortran manual but had no results at all. I always get an error message that says: "cannot find insertion point in dll ". Can someone help me with this issue Thanks! Sorry, I didn't put it clearly enough. I'm trying to call, in Visual Basic, my Fortran routines. But i ...Show All
Rayven01 Some Questions
how on earth do you make a color transparent I'm not tlaking about a button color, not a 'textbox color', but a color on Paint. I painted a picture on Paint. I loaded it on VB, now there's a big black area behind it. i want the black area to go away. I want to make the color 'black' transparent, so that when you move it over something, the black area is transparent. Tu comprende Not comin' to ya & ...Show All
PeterJMoore why don't IDE of VB express have context menu : collapse/expand code
God ,it 's so terrible ,each time VB IDE be ternimated suddenly It looks like you are asking about a context menu that will expand and collapse all code outlining and regions. Currently, the IDE does not support this feature. But, it is an intersting suggestion. I'll pass this on to the product team for consideration in a future release. Thanks for the suggestion. Thanks, Mike Carter Visual Basic QA ...Show All
Peter Gadsby Class properties: an invitation to weaker OOP programming?
Why have class properties It just looks too much like a way to modify an object's data from outside the object, which leads to sloppy OOP programming( ) Coming from a strong OOP background with C++, selectors and modifiers seem appropriate if we are trying to be truely Object-driven. So instead of: Class ThisClass ' ' Data ' Private m_sName As String ' ' Properties ' Public Property Name() As String Get ' R ...Show All
chubalot Reference Required to Assembly
Error 1 Reference required to assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes' containing the type 'System.Net.Sockets.Socket'. Add one to your project. C:\Documents and Settings\@myg@l\My Documents\Visual Studio 2005\Projects\Merchant\Merchant\Form2.vb 11 21 Merchant Wat does this mean How to solve regards amygal Yeah,I had the reference of System, ...Show All
David Navarrete TimeSpan interval problem
The following code is a simple program to calculate the time interval of a process. The problem is that if the for-next loop is set such that the time interval calculated by the TimeSpan funcion is less than 10 ms then it returns 00:00:00. This return value format seems to be different from the format that is returned when the value is correct. Is this normal Is there another way to get the timeinterval Public Cla ...Show All
Arthlan Changing the "Working Area" of a screen.
I am trying to develop an application that will act a bit like a second taskbar, in that it will resize the working area of a screen so that maximised applications do not cover over it, or simply get hidden behind it. Examples of applications that use this would be things such as Desktop Sidebar or JetToolbar. I am trying to develop the application in Visual Basic 2005 Express Edition (using the .NET Framework 2.0). I have found how to get the c ...Show All
vjFlexx visual basic 2005 error inserting data in db
I have a oledbcommand object with the following command text: INSERT INTO FactoryAQueue (Species, Quantity, Cloth, Stuffing, Accessory, Packing, QtyLeft) VALUES ('[@Species]', '[@Quantity]', '[@Cloth]', '[@Stuffing]', '[@Accessories]', '[@Packing]', '[@QtyLeft]') my code to insert: Dim species As String = cbxFactoryMakeSpecies.SelectedItem.ToString Dim quantity As Integer = CInt(cbxQtyAvail.SelectedItem) cmdA ...Show All
Delroy Ja. Visual Studio 2005 1.1 .Net framework Compatibility
I have an VB application written in Visual Studio 2003 using the 1.1 .Net framework. I am wondering if I will be able to work with and run this app after installing Visual Studio 2005 without myself or my users upgrade to the 2.0 .Net framework. You can continue to work with the application using VS 2003 even after you've installed VS 2005. The two products will coexist side by side on the same machine but as soon as you open that pro ...Show All
