|
First
|
Prev |
Next
|
Last
Pages: 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
office 2007 save as pdf Dear all, I have office 2007 and download save as pdf. How can I use vb.net to save excel documents in pdf format? objsheet.saveas("temp.xls", excel.xlfileformat.addin) does not work????? ... 2 Jul 2008 07:47
stellenangebote firmen arbeitsplaetze deutschland jobangebote hannover stellenangebote in deutschland jobangebote koeln arbeitsangebot deutschland stellensuche norddeutschland stellengesuche deutschland stellenangebote firmen arbeitsplaetze deutschland jobangebote hannover stellenangebote in deutschland jobangebote koeln arbeitsangebot deutschland stellensuche norddeutschland stellengesuche deutschland + + + ARBEITSANGEBOTE IN DEUTSCHLAND http://WWW.ARBEITSANGEBOT-DEUTSCHLAND.DE http://WWW.ARBEITSANG... 2 Jul 2008 04:43
Create 'beautiful' sphere icons I am trying to programmatically create some icons for an Office 2007 add-in (VB/C#) that will appear on the navigation Ribbon. The particular icon is simply a colored round circle representing a colored dot to indicate the category of an item. I have been able to draw basic circles using the System.Drawing.Dra... 2 Jul 2008 04:43
Lookup in gridview Hi I have a gridview bound to a backend table A via dataset/data adapter. A drop down is bound to a second table B. When user selects a value form drop down I want to lookup another column in table B based on value selected from drop down and assign the lookup value to a column in gridviw. How can I pick the... 3 Jul 2008 07:22
Can someone explain? I'm looking at some code that i've inherited and I'm not really familar with what's going on here and was hoping somone could explain it to me. For reference: f1 is a long f2 is a long here's the statement f1 = (f1 or f2) I'm curious what the "OR" is doing here. I assume it's some type of compariso... 8 Jul 2008 14:08
Enumerate and modify a dictionary Hi all, I'm trying to do something that should be really easy, but I can't think of an obvious way to do it. I have a dictionary whose value is a "value type" (as opposed to a reference type -- in this case, a Boolean): Dim dic As New Dictionary(Of Int32, Boolean) dic(123) = True I want to set al... 2 Jul 2008 12:56
VS 2008 Edit and Continue broken > Sure sorry your having so much trouble... But, I have had zero problems with VS2008. Maybe it's VB thing though, because I mostly work in C#. Doesn't seem to be a VB thing, I work almost exclusively in VB now, and most of the developers I work with are doing 95% VB. I don't know of any problems from the oth... 1 Jul 2008 08:13
UpdateCommand problem I have a SQL Server table with in Indetity column (value auto generated). I have tried to write my own updatecommand code. I can't get it to work. An error says that says Sku and rid are invalid column names. I don't know why. I even modified the Updatecommand the a bare bones "UPDATE dbo.test1 SET sku... 1 Jul 2008 02:05
Serial Port I found this code which may be VB6 but I don't know ' Shut down the Comm port event processing and timer Timer1.Enabled = False Comm1.RThreshold = 0 What is the equivalent in VB.Net? I have the serial port working fine and cannot find the above timer or Rthreshold. K. ... 1 Jul 2008 06:10
validating if a file is a true valid xml file that fits a cert It's pretty fiddly, here's my code: ''' <summary> ''' Validates an XML stream against the specified XML Schema. Raises ValidateXmlFileException if the XML stream or XML Schema fails validation. ''' </summary> ''' <param name="SchemaNamespace"></param> ''' <param name="Sc... 1 Jul 2008 22:36 |