Software Development Network Logo
  • IE Development
  • Game Technologies
  • Visual Basic
  • Microsoft ISV
  • SharePoint Products
  • Visual FoxPro
  • Visual C#
  • Audio and Video
  • Windows Vista
  • SQL Server
  • Windows Forms
  • Smart Devicet
  • Visual C++
  • Visual Studio
  • .NET Development

Software Development Network >> Remmie's Q&A profile

Remmie

Member List

Kamalkanth Nayak
Sevi
Nicolas Iacovides
osman ayhan
dbasharon
sxf
Ntc
Ska Software
WV John
g0nzo
SriniX
Aamir Iqbal
Pradeep Gupta
MWatts
Bruce VB111480
Carsten Kanstrup
Lars E.Nes
Raoul_BennetH
crbeckman
jwaters
Only Title

Remmie's Q&A profile

  • Visual FoxPro class library _utilities.vcx

    Please tell me url wherefrom i can download _utilities.vcx class library. I wanna use the xtab / crosstab control In my computer it is displaying error when i drag and drop the class from component gallery. to form. the builder is not displayed because of error. the error is "OSHARED is not a function, procedure or program. Browser: classbrowser1 Object: classbrowser1 Error : 1992 Method : dragdrop2 Line : 4   IF !this.oshared chackitem(this, .t.)     I don't know actually whether the problem is with class browser's method,  wizard or _genxtab. plz help me. thanx in advance   -Ravi thank u for responding I checked t ...Show All

  • Visual Studio Team System Migrate Team System Data Base

    I have some problems with my Team System data base, so, i want to chenge all and only my data base for other server, any idea how can I do this change Tks, Ray You can backup and restore your database to a different server and then use the RenameDT command in TFSAdminUtil to update TFS to know about the new location of your database. There are some docs here: http://msdn2.microsoft.com/en-us/library/ms252443.aspx Brian ...Show All

  • Visual Basic How to upload files

    Hello I got a problem with uploading files. Look at the code: My.Computer.Network.UploadFile ("D:\file.txt", " http://www.onh1986.com/file.txt ", username , password ) And I set permission to "777". And it couldn't to upload the file. What's problem, please Thanks & Regards Can you upload it if it doesn't exist Can you upload it using another program Can you upload it using FTP (try to eliminate the causes fo the failure). ...Show All

  • SQL Server CREATE ASSEMBLY ERROR -- an implicit reference of some kind ???

    When I run this ... CREATE ASSEMBLY asmRANDRTCalendaringGateway FROM 'E:\sql\RANDRTCalendaringGateway.dll' WITH PERMISSION_SET = UNSAFE I get this error ... Msg 10301, Level 16, State 1, Line 1 Assembly 'RANDRTCalendaringGateway' references assembly 'system.web, version=2.0.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a.', which is not present in the current database. SQL Server attempted to locate and automatically load the referenced assembly from the same location where referring assembly came from, but that operation has failed (reason: 2(The system cannot find the file specified.)). Please load the referenced assembly into the current database and retry your request. Even though I do not explicity refer to system.w ...Show All

  • SQL Server How to provide drillthrough

    How can I provide drillthrough on UI given that I use MS SQL SERVER 2005 , frontpage , pivot table & web component Our web application is designed already using office pivot table via web component of frontpage. hence the end users use our application by mean of the internet explorer. Does office 2007 include a new web component that gives me ability to show Drillthrough actions using the software tools I use already ...Show All

  • SQL Server How to make a File Share Subscription running on Vista?

    I recently migrate to Vista.   I had a bunch of reports with file share subscriptions that were running fine on XP.   After installing reporting services on vista (that part only was a challenge), I re-created my subscriptions using the report manager.   As expected, when a subscription is executed, the ‘last run’ column shows the last time the report output has been delivered to the file share and the ‘status’ column shows ‘New Subscription’.   I thought that this was the signature of a successfully configured subscription.   But surprisingly, there is nothing in the file share. The directory is empty.   Anybody has an idea why   Anybody knows how I could possibly find information on my ...Show All

  • Windows Live Developer Forums contact control and activity

    Hi is it possible to use the gadget in an MSN activity window Thanks Hi Jeroen, We got the contacts control working here in a Messenger activity window late last week. The nonobvious bit is you need to make sure that browser popups execute within the same process instance as the Messenger HTML control. The default behavior for the HTML control is to open the popup URLs in new browser instances. This breaks the login cycle, since the login popup sets browser session cookies but those are not shared across browser sessions. This is also true for WinForms or Win32 apps that host the HTML activex control. -Danny ...Show All

  • Windows Forms Datagridview formatting inside a tab control

    I've been trying to figure this out for some time. I've searched for answers for people doing similar things but I am having no luck. I havegot a datagridView, populated from a database, inside of a tab control. It's 4 tabs in. I wrote some code to change the formatting of rows that contain a certain value in a certain column. This code puts a strikethough and changes the font to red. If I use this code on a form outside of a tab control, I have no problem just executing it in the Load event of the form and then on the sort event of the control. I can't get the control to format properly when inside the tab control. I've already tried adding the code to every event I can think of including form load, TabPage Enter, Tab Page Leave, go ...Show All

  • Visual Studio Express Editions Saving Information

    Hello, I a making a program that will be opened once a day probably and some information will be imputed. How can I save the informaition to be used at a later date. I basically need to use something that is like a variable accept that the variable will be saved and after the program is closed and opened again it can be used. thanks Average Joe ReneeC, Good for you Are we all experts here! I think not. Correct me if I'am wrong, but isn't this forum intended for people who are new to VB As I am only learning and you seem to know it all , perhaps you can advise me what is so wrong with the code I have posted. You are quick to say that the solution is not up to the job, so to speak ...Show All

  • Visual C++ C++ in visual

    I have just started using visual and my codes don't work. DO i have to change some setting or what's wrong. #include <iostream.h> main() { int a; int b = 20; int c = A + B; cout << "ENTER A VALUE FOR 'A' : "; cin >> a; cout << "Here is the ANSWER when u add 20 to ur varible: " << c ; return 0; }   Here are all the errors in ur code collectively, most of them specified in above solutions...   #include <iostream> //problem 1: iostream.h is obsolete using namespace std; //problem 2 : you havn't specified namespace int main() // problem 3 : you havn't written the return type of main, ...Show All

  • Visual C++ "MICROSOFT VISUAL FAILURE"

    I have been using VS2005 with C# successfully. When I change to C++ I get the following message: "MICROSOFT VISUAL FAILURE: Package 'Visual Studio Class Designer Package' (GUID={DD1683A7-5A4C-4234-81B3-A4CC91DBEAC9}). Please contact package vendor for assistance." I bought this from Microsoft (it is an academic edition). What do I do First an apology: although this makes no difference (I think), when I first tried you advice I left an extra " at the end. Now that I have removed it, the reply is less gruff: "This action is only valid for products that are currently installed". As to reinstalling VS, what I tried to do is "repair" it. From the length of time that it took (about 2 ...Show All

  • Smart Device Development How to get Email CollectionID of the AirSync?

    Hello guys, Is it possible to get the Email CollectionID of the AirSync by any kind of API (currently, I am using MAPI + POOM) The follow page describe about the AirSync content but I am wondering if there any standard way to get this ID http://www.geekzone.co.nz/forums.asp ForumId=17&TopicId=8451 Thanks, Asher This forum is primarily monitored by Visual Studio for devices group. Please check this link for more appropriate forum for this type of queries. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Thanks Srikanth Bogadapati ...Show All

  • Visual Studio Express Editions problem creating mailbox

    Hi. i've some problems creating exchange mailboxes for users... i use this simple code shown below : string primaryMailAddress = <user primary address>; string[] secondaryMailAddresses = <user secondary addresses>; new string[secondaryMailAddresses.Length + 1]; IMailboxStore mailbox; IMailRecipient recpt; //bind user from AD DirectoryEntry DE = new DirectoryEntry(<ADPath>, <username>,<userpwd>); mailbox = (IMailboxStore)DE.NativeObject; //create mailbox mailbox.CreateMailbox(<exchange store path>); //alias operations recpt = (IMailRecipient)mailbox; recpt.Alias = primaryMailAddress; if (!primaryMailAddress.StartsWith("SMTP:")) primaryMailAddress = "SMTP:" + prima ...Show All

  • Visual C# creating your own fonts

    Is it possible to create new fonts using C# I want to create my own barcode font, but not sure if I can do it. I have the corresponding pictures of the fonts for the character set that I want to use, but not sure if I can do anything with it. Any help would be appreciated. I have found a solution to my problem. I found a trial version of a font creator at http://www.high-logic.com/fontcreator.html . It worked like a charm to create my own PostNet USPS font. I used it in the address fields in a Crystal report that is called from C#. If anyone else is trying to do anything with postal barcodes, let me know and I will send you the font. I have found companies that want mad cash for the same font. ...Show All

  • Software Development for Windows Vista Using WorkFlow to check Approval Status in WSS v3.0

    hi all, I had a problem with using WorkFlow to check Approval Status of documents in WSS v3.0. I created a WF in Microsoft Office ShrePoint Designer for sample. The following WF content: In Conditions: If Approval Status equals 0;#Approved In Actions: Email My Documents:Created By it seem that "Approval Status" didn't get value when WF started. Can you give me some idea Thanks in advance. The beta newsgroup for SharePoint 2007 would be a better place to ask this question. It can be found here . ...Show All

©2008 Software Development Network